Chris Marcellin wrote:
Hi;
I still haven't figured out my problem, for smtp-auth connections for sending mail. When I try to send mail from outside, I get the same problem as stated before, I attached the error message with this email, but, the error states "connecting to SMTP at my IP failed". I'm running the latest qmailtoaster install, i have turned off Iptables on the mail box, as well 25, 110, 143 and everything else needed for the box is opened up on my firewall/gateway.
tcp.smtp file:
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPT
LIMIT="10",DKVERIFY="DEGIJKfh",QMAILQUEUE="/var/qmail/bin/simscan",DKQUEUE="/var
/qmail/bin/qmail-queue.orig",DKSIGN="/var/qmail/control/domainkeys/%/private"

Please help.
Thanx

Caution: The following debugging technique creates a *ton* of log messages.

Change /var/qmail/supervise/smtp/run file, adding recordio line as follows:

exec /usr/bin/softlimit -m 12000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     /usr/bin/recordio \
     $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1

Stop qmail, start qmail.

Every detail of all smtp sessions will be logged in the smtp log.
Try sending something through the server and see what you get.
Remove recordio and stop/start qmail to stop logging of detail once you get a sample.
--
-Eric 'shubes'

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to