This is a discussion on smtpd server with authentication not response...??? within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; I have installed qmail-smtpd.c downloaded from www.cuni.cz/~vhor/qmail/smtpauth-en.html and recompiled with "...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have installed qmail-smtpd.c downloaded from
www.cuni.cz/~vhor/qmail/smtpauth-en.html and recompiled with "make setup check". I make: ##### # /var/qmail/supervise/qmail-smtpd/run # tcpserver -v -p -x /etc/tcp.smtp.cdb -u 1001 -g 102 0 smtp /usr/sbin/tcpd /var/qmail/bin/tcp-env /var/qmail/bin/qmail-smtpd /usr/bi n/checkvpw /bin/true tcpserver: status 0/40 When i make the telnet on 25 in this server: #telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Rhe server does not answer......someone says to me like resolving the problem? Hi, Stefano |
|
|||
|
Does it work if you wait for a moment?
Leo "windchild" <stefano@netixitalia.it> wrote in message news:c4ca133f.0307210733.36e637b@posting.google.co m... > I have installed qmail-smtpd.c downloaded from > www.cuni.cz/~vhor/qmail/smtpauth-en.html and recompiled with "make > setup check". > I make: > > ##### > # /var/qmail/supervise/qmail-smtpd/run > # > tcpserver -v -p -x /etc/tcp.smtp.cdb -u 1001 -g 102 > 0 smtp /usr/sbin/tcpd /var/qmail/bin/tcp-env > /var/qmail/bin/qmail-smtpd /usr/bi > n/checkvpw /bin/true > > tcpserver: status 0/40 > > When i make the telnet on 25 in this server: > > #telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > > > Rhe server does not answer......someone says to me like resolving the > problem? > > Hi, > Stefano |
|
|||
|
"Leo Yeung" <leo.yeung@goblex.com> wrote in message news:<3f1c0f2e$1@newsgate.hknet.com>...
> Does it work if you wait for a moment? > > Leo > Ok now is work, but the authentication does not work, i have started qmail-smtpd with : #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -u $QMAILDUID -g $NOFILE SGID 0 smtp /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /usr/bin/c heckvpw /bin/true 2>&1 ........it is right? where is the mistake? Hi, Stefano |
![]() |
| Thread Tools | |
| Display Modes | |
|
|