qmail smtp

2003-12-14 Wątek ma
witam wszystkich userow Debian'a. prosze o wsparcie mnie porada na temat uruchomienia smtp. po wklepaniu wszystkiego z artykulu life with qmail, i uruchomieniu skryptu: - host:~# qmailctl start Starting qmail host:~# qmailctl stat

qmail-smtp-auth

2003-01-30 Wątek marg
mam problem: nie moge sie zalogować przy wysyłaniu poczty. uruchamianie: (z pliku /etc/init.d/qmail) sh -c start-stop-daemon --background \ --start --quiet --user qmaild \ --exec /usr/bin/tcpserver -- \ -u `id -u qmaild` -g `id -g nobody` \ -x /etc/tcp.smtp.cdb 0

Re: qmail-smtp-auth

2003-01-30 Wątek Robert Skup
U mnie działa :) a mam prawie tak samo: sh -c start-stop-daemon --start --quiet --user qmaild \ --exec /usr/bin/tcpserver -- -R -H \ -u `id -u qmaild` -g `id -g nobody` -x /etc/tcp.smtp.cdb 0 smtp \ /usr/sbin/qmail-smtpd nazwa.domena.pl /usr/bin/checkpassword /bin/true \ 21 | $logger -t qmail -p

Re: qmail-smtp-auth

2003-01-30 Wątek Radosław Antoniuk
Proponuje przeczytac ostatnie parametry do patcha... Bo sie troszke zmienilo i sprawdzic uprawnienia... Ja mam tak: sh -c start-stop-daemon --start --quiet --user qmaild \ --exec /usr/bin/tcpserver -- -R -H \ -u `id -u qmaild` -g `id -g nobody` -x /etc/tcp.smtp.cdb

No to zmiana. Qmail + smtp-auth-starttls.patch

2002-08-29 Wątek Radosław Antoniuk
Konfiguracja jak wyżej. Z localhosta: [EMAIL PROTECTED]:~$ telnet 0 25 Trying 0.0.0.0... Connected to 0.0.0.0. Escape character is '^]'. 220 debian.black.pl ESMTP ehlo costam 250-debian.black.pl 250-AUTH LOGIN CRAM-MD5 PLAIN 250-AUTH=LOGIN CRAM-MD5 PLAIN 250-STARTTLS 250-PIPELINING 250 8BITMIME