In the mean time I disabled recordio, because it filled the logs with all kind of stuff. The four lines below from the smtp log are the result of "telnet 127.0.0.1 25" until the welcome screen is shown, with recordio enabled. I copy pasted the result of qmlog -f smtp, while I did the telnet command.

This is the run file(wihout recordio), the default one:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

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


The system is a physical host.

Yes, I modified the following control files:
# echo danger.ro > defaultdomain
# echo localhost > locals
# echo danger.ro > me
# echo danger.ro > plusdomain
# echo localhost > rcpthosts
# echo danger.ro >> rcpthosts
# echo checkvpw > checkpassword

tcp.smtp looks like this:
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",DKSIGN="/var/qmail/control/domainkeys/%/private"

Yes there is a firewall, maybe two.
The machine running qmail is also a router and a firewall. At the public interface of the machine is a ADSL router. Anyway, I guess the firewall is not an issue until the qmail is running fine. I can send/receive emails to/from anybody. If other port than 25, 80, 110 and 443 are required, than we might find the problem.

I just made a telnet 127.0.0.1 587 , to the submission port, and I received the welcome message instantly.

I.
On 12.04.2010 17:37, Jake Vickers wrote:
On 04/12/2010 10:09 AM, Istvan Köpe wrote:
With recordio on /var/log/qmail/smtp says the following

04-12 17:05:44 tcpserver: status: 1/100
04-12 17:05:44 tcpserver: pid 28130 from 127.0.0.1
04-12 17:05:44 tcpserver: ok 28130 corso:127.0.0.1:25 :127.0.0.1::55683
04-12 17:06:14 28130 > 220 Welcome to DANGER Qmail SMTP Server ESMTP

Can you see that 30 sec delay?

I.

Please show us more of the log (10 lines prior, and 15 lines afterwards).
What does your run file look like? Is this on a physical host or a VM?
It appears you are doing this all on the localhost. What command are you running to get this result?
Have you modified anything from the defaults?
What does your tcp.smtp file look like? Any firewalling?

Provide us with as much information as possible.

--------------------------------------------------------------------------------- Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
--------------------------------------------------------------------------------- Please visit qmailtoaster.com for the latest news, updates, and packages. To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]





---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to