Re: [exim] exim -t

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Graeme Fowler
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] exim -t
On Wed, 2008-08-27 at 02:54 -0700, 91change wrote:
> I have exim running as
>
> exim -bdf -d on my server


Do you require all the debug information this is producing?

> I can connect to this machine
>
> telnet server-ip 25
>
> and send mail using SMTP commands .


OK, great.

> I would like to send mails using exim -t. But it is not connecting to the
> server ? wat could be the problem ?


You haven't read the documentation.

http://www.exim.org/exim-html-current/doc/html/spec_html/ch05.html#SECID39

"-t" doesn't make an SMTP connection. It takes a locally-generated
message on standard input and pulls the sender and recipients from the
from: and To: lines, then sends the message according to the
configuration in use.

It never speaks to the running SMTP daemon.

Graeme