Koozali.org: home of the SME Server

Internal SMTP Auth disable

gbl

Internal SMTP Auth disable
« on: April 10, 2004, 10:15:17 AM »
How can I disable SMTP Authentication on QMAIL for my local Network?

shanen

Internal SMTP Auth disable
« Reply #1 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

gbl

Internal SMTP Auth disable
« Reply #2 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.

bobk

Internal SMTP Auth disable
« Reply #3 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.

Anonymous

Re: Internal SMTP Auth disable
« Reply #4 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.