Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: gbl on April 10, 2004, 10:15:17 AM
-
How can I disable SMTP Authentication on QMAIL for my local Network?
-
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
-
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.
-
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.
-
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.