Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: gbl on April 10, 2004, 10:15:17 AM

Title: Internal SMTP Auth disable
Post by: gbl on April 10, 2004, 10:15:17 AM
How can I disable SMTP Authentication on QMAIL for my local Network?
Title: Internal SMTP Auth disable
Post by: shanen on April 12, 2004, 03:04:18 AM
This should get you going...

To benefit from the 20ValidateLocalRecipients you should create your users/pseudonyms under SME. To bypass you need to do the following:

# mkdir -p /etc/e-smith/templates-custom/var/qmail/control/mailrules.default
# cd /etc/e-smith/templates-custom/var/qmail/control/mailrules.default
# touch 20ValidateLocalRecipients
# /sbin/e-smith/signal-event email-update
Title: Internal SMTP Auth disable
Post by: gbl on April 12, 2004, 09:09:09 AM
Thank you for your reply.
But on my Servers I do not have /etc/e-smith/templates/var/qmail/control/mailrules.default/20ValidateLocalRecipients.

I think you got it with any Contrib. Please post the content of this file.
Title: Internal SMTP Auth disable
Post by: bobk on April 12, 2004, 10:56:40 AM
Quote from: "gbl"
Thank you for your reply.
But on my Servers I do not have /etc/e-smith/templates/var/qmail/control/mailrules.default/20ValidateLocalRecipients.

I think you got it with any Contrib. Please post the content of this file.


Correct, you do not have that file.

Read the previous post closely! It states "To bypass you need to do the following:"
that means execute the commands from a console on your machine. Doing the first 3 will create the proper directory  /etc/e-smith/templates-custom/var/qmail/control/mailrules.default and file 20ValidateLocalRecipients on your machine.
Title: Re: Internal SMTP Auth disable
Post by: Anonymous on April 16, 2004, 10:01:35 PM
Quote from: "gbl"
How can I disable SMTP Authentication on QMAIL for my local Network?


qmail doesn't do SMTP authentication. So there's nothing for you to do.