Scott Onstott wrote:

***Serious email problem - please help***

Possible culprits:
plesk 5
qmail
xinetd
courier-imap
tmda
horde imp webmail

Manifestation of problem:
1. Can't receive email from outside world (testing
with Yahoo and Hotmail)
2. Can't send email using Outlook SMTPauth-get error:
"Outlook cannot send mail TCP/IP connection was
unexpectedly terminated by the server. mail.scottonstott.com error 0x800ccc0f"



I think the xinetd "id not unique" is suspicious. Since I "undid" what I did, the only thing that has changed is the fact that I restarted xinetd and qmail. Is there a way to give xinetd a unique id? Or could it be a mysterious relaying issue?

Here is my /etc/xinetd.d/smtp_psa
service smtp
{
       socket_type     = stream
       protocol        = tcp
       wait            = no
       disable         = no
       user            = root
       instances       = UNLIMITED
       server          = /var/qmail/bin/tcp-env
       server_args     = /var/qmail/bin/relaylock
/var/qmail/bin/qmail-smtpd tcpcontrol
/etc/tcp.smtp.cdb
                                                                  
/var/qmail/bin/smtp_auth /bin/true
/var/qmail/bin/cmd5checkpw /bin/true
}

===============
Most .qmail files are very simple:
| true
./Maildir/



I just copied your smtp_psa file over to my server and restarted xinetd and everything works fine so far.
One question though, every thing after server_args = is on the same line right?


R'twick
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to