Hi Folks,
I want my "clients" machines to use my mailhost to send mail
to internet. "mailhost" is currently running sendmail (ouch!) will move
to exim once I have all the issues like virtual domain/spam control issues
resolved.
BTW I just went to the hypernews archive to setup the "smarthost" like
setup it helped a bit.
My current config is:
### TRANPORTS
...
...
...
remote_smtp:
driver = smtp;
end
### DIRECTORS
is "stock"
### Router
...
...
smarthost:
driver = domainlist,
transport = remote_smtp;
route_list = "* mailhost"
end
Rest of the config is "stock"
Debug Session:
bikesh@magichat~>echo "test" |/usr/lib/sendmail -v bikesh@???
LOG: 0 MAIN
<= root@??? U=root P=local S=390
delivering message 0xR1Sy-0003r0-00
Connecting to ns2.t3tech.com [207.19.215.3] ... connected
SMTP<< 220 ns2.t3tech.com ESMTP /smap Ready.
SMTP>> HELO magichat
SMTP<< 250 ns2.t3tech.com Hello ip15.t3tech.com [207.19.215.15], pleased
to meet you
SMTP>> MAIL FROM:<root@???>
SMTP<< 250 <root@???>... Sender ok
SMTP>> RCPT TO:<bikesh@???>
SMTP<< 250 <bikesh@???>... Recipient ok
SMTP>> DATA
SMTP<< 354 Enter mail, end with "." on a line by itself
SMTP>> .
SMTP<< 250 PAA08435 Message accepted for delivery
SMTP>> QUIT
SMTP<< 221 ns2.t3tech.com closing connection
LOG: 0 MAIN
=> bikesh@??? R=lookuphost T=remote_smtp H=ns2.t3tech.com
[207.19.215.3] C="250 PAA08435 Message accepted for delivery"
LOG: 0 MAIN
Completed
Why is not relaying mail to mailhost??
any help app..
Thanks
bikesh@???
--
* This is sent by the exim-users mailing list. To unsubscribe send a
mail with subject "unsubscribe" to exim-users-request@???
* Exim information can be found at http://www.exim.org/