What errors are you getting? Have you tried a manual SMTP connection?

To do a quick check on it, telnet to port 25 and try sending an email, eg

(type all the lines starting with the four letter codes, the numerical lines are server responses)

%] telnet localhost 25
220 serendipity.sitharus.com ESMTP
EHLO localhost
250-serendipity.sitharus.com Ok.
250-STARTTLS
250-XVERP=Courier
250-XEXDATA
250-XSECURITY=NONE,STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE
250 DSN
MAIL FROM: <[EMAIL PROTECTED]>
250 Ok.
RCPT TO: <[EMAIL PROTECTED]>
250 Ok.

Use your own email addresses of course :)

The error codes should help you track down the error.

On Monday, Aug 25, 2003, at 18:29 Pacific/Auckland, Thilo Cestonaro wrote:

Hey List,

im trying to get my esmtp to work on a debian machine.
But all mails i try to send, the resipient isnt accepted and
ive read the manpage and just found the ...mailfor  but not
any mailfrom thing where could i set this?!

The authentication works because i can recieve mails from the pop3
module which where delivered to the same user which i use to send mails.


i dont get it :(

Ciao Thilo



------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to