***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"

Meanwhile:
3. Can send and receive email between different
virtual domains on same box using webmail
4. Can receive messages sent as stated above via POP3
and IMAP in webmail and in Outlook
5. Can send email using webmail to outside world (it
gets received)
6. Messages do not bounce back to Yahoo after they are
sent to addresses on my box
7. Messages simply are not delivered, they aren't in
<domain>/<name>/Maildir/ cur new tmp

Logs:
/var/log/maillog
Oct 21 16:24:17 ged imapd: Connection, ip=[127.0.0.1]
Oct 21 16:24:17 ged imapd: LOGIN, user=scott,
ip=[127.0.0.1]
Oct 21 16:24:17 ged imapd: LOGOUT, user=scott,
ip=[127.0.0.1], headers=0, body=0
***nothing unusual just checking webmail but there's
nothing there***

/var/log/messages
Oct 21 16:35:38 ged xinetd[872]: id not unique: smtp
[line=11]
Oct 21 16:35:38 ged xinetd[872]: id not unique: smtp
[line=12]
Oct 21 16:35:38 ged xinetd[872]: xinetd Version 2.3.7
started with libwrap options compiled in.
Oct 21 16:35:38 ged xinetd[872]: Started working: 3
available services
Oct 21 16:35:41 ged xinetd: xinetd startup succeeded
Oct 21 16:35:42 ged courier-imap:    Starting imapd
succeeded
Oct 21 16:35:42 ged courier-imap:    Starting imap-ssl
succeeded
Oct 21 16:35:42 ged courier-imap:    Starting pop3
succeeded
Oct 21 16:35:42 ged courier-imap:    Starting pop3-ssl
succeeded
Oct 21 16:35:44 ged qmail: Starting qmail:  succeeded
***notice problem with xinetd***

How it happened:
I am trying to install TMDA and have been testing it
in one account only called junkmail at scottonstott
dot com. 

1. I edited /var/qmail/assign and changed the first
letter to + from =. This was done to let qmail
understand TMDA's extensions. Without this I kept
getting bounces "Unable to chdir to maildir".
2. Ran /var/qmail/bin/qmail-newu
3. Restarted qmail and xinetd
4. edited
/var/qmail/mailnames/scottonstott.com/junkmail/.tmda/config
and added HOSTNAME = "scottonstott.com"
========================
The result was that TMDA seemed to finally work. I was
momentarily very happy (I've been working on this for
2 days). But then I noticed that now I couldn't
receive email from the outside world anymore ON ALL OF
MY ACCOUNTS AND DOMAINS. *freakout*

So, trying to backtrack, I re-edited /var/qmail/assign
and made it the way it was before, ran qmail-newu,
restarted qmail and xinetd BUT NO JOY. I have the
manifestation of the problem on all of my domains and
accounts. I have rebooted twice but still no luck.

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/

The junkmail account where I've been testing TMDA has
a .qmail file that is:
|preline /usr/local/src/tmda/bin/tmda-filter
./Maildir/

And there is a symbolic link from .qmail-default to
.qmail:
drwx------    5 popuser  popuser      4096 Oct 21
13:58 .
drwx------    9 popuser  popuser      4096 Oct 21
14:11 ..
drwx------    2 popuser  popuser      4096 Aug 22
18:54 @attachments
drwx------    6 popuser  popuser      4096 Oct 19
18:52 Maildir
-rw-r--r--    1 popuser  popuser        56 Oct 21
12:26 .qmail
lrwxrwxrwx    1 popuser  popuser         6 Oct 21
12:22 .qmail-default -> .qmail
drwxr-xr-x    8 popuser  popuser      4096 Oct 20
21:45 .tmda

Any help is greatly appreciated.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to