Folks,

Problem with strick SMTP mail servers

I am having a problem with sending email.  The SMTP mail
server I am trying to use is strict.  This SMTP server
requires a reverse DNS lookup.  Now, the SMTP server is
running on the same machine as SquirrelMail.  I have setup the
DNS server to resolve both 127.0.0.1 and the machines true IP
address correctly.

I have set $smtpServerAddress to the machines name, localhost,
127.0.0.1, and it's true IP address and non of them get passed
the reverse DNS lookup.  I am using tcpserver to rap my SMTP
mail server, which is qmail:

exec /usr/local/bin/softlimit -m 4000000 \
     /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
        -u "$QMAILDUID" \
        -g "$NOFILESGID" 0 smtp \
        sh -c 'test -z "$TCPREMOTEHOST" \
               && echo "451 bad reverse DNS" \
               || exec /var/qmail/bin/qmail-smtpd' 2>&1

Any thoughts on how to configure things correctly?

Sam 


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to