On Wed, 31 Dec 2003, C. Corey Capel wrote:

> I've got the most current xmail setup on a RedHat 9 box, and can send 
> messages to and pull then down to a remote client just fine. When I try 
> to send a message _through_ xmail, however, the remote client returns an 
> ambiguous error. Running bin/XMail in debug mode only reports:
> 
> SMTP client connection from [XX.XX.XX.XX]
> SMTP client exit [XX.XX.XX.XX]
> 
> The domain and user were both setup using the Ctrl admin interface over 
> telnet, so I assume everything config wise was setup correct, especially 
> since I can receive mail just fine.

Hi Corey. First enable logs in your command line (inside /etc/rc.d/init.d/xmail).
Then you can try to simulate an SMTP session to the server from the same 
machine where your client resides:

$ telnet HOST 25
HELO xxxx
MAIL FROM:<...>
RCPT TO:<...>
DATA
Subject: Test ...

..
QUIT


Then you can also look at the smtp log file inside the "logs" directory 
inside $MAIL_ROOT.



- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to