Chris Davies wrote:
Thomas H. George <[EMAIL PROTECTED]> wrote:
I wiped the hard drive, did a clean installation of etch, configured
exim4, put the user:password in /etc/exim4/passwd.client and tried to
send a message. [...]
"man exim4_passwd_client" says
The file should contain lines of the form
target.mail.server.example:login-user-name:password
which will cause exim to use login-user-name and password
when sending messages to a server with the canonical host name
target.mail.server.example.
It goes on to warn that the target must be the rDNS entry for the mail
server and offers suggestions how to get that right. It also warns about
setting the routing correctly (I assume that a smarthost would override
this, for example), but I haven't tried it myself. Yet.
Chris
The line I put in passwd.client is,
"outgoing.verizon.net:my-user-name:my-password", which is my
understanding of the man page instructions. I am attaching the tail of
the mainlog entries which show exim4 obtained an IP address for
outgoing.verizon.net.
Tom
Script started on Fri 03 Oct 2008 01:53:49 PM EDT
Phoenix:/# tail /var/log/exim4/mainlog
2008-10-03 13:36:11 1Klj9a-0000wZ-RU Message is frozen
2008-10-03 13:36:11 1Klke1-0001Da-5d Message is frozen
2008-10-03 13:36:11 1Klj9a-0000wU-As Message is frozen
2008-10-03 13:36:11 End queue run: pid=6216
2008-10-03 13:46:38 1KlojQ-0001e8-8A <= [EMAIL PROTECTED] U=root P=local S=316
2008-10-03 13:46:38 1KlojQ-0001e8-8A ** [EMAIL PROTECTED] R=smarthost
T=remote_smtp_smarthost: SMTP error from remote mail server after MAIL
FROM:<[EMAIL PROTECTED]> SIZE=1348: host outgoing.verizon.net [206.46.232.12]:
550 5.7.1 Authentication Required
2008-10-03 13:46:39 1Klojf-0001eB-0l <= <> R=1KlojQ-0001e8-8A U=Debian-exim
P=local S=1264
2008-10-03 13:46:39 1KlojQ-0001e8-8A Completed
2008-10-03 13:46:39 1Klojf-0001eB-0l ** [EMAIL PROTECTED] R=smarthost
T=remote_smtp_smarthost: SMTP error from remote mail server after MAIL FROM:<>
SIZE=2319: host outgoing.verizon.net [206.46.232.12]: 550 5.7.1 Authentication
Required
2008-10-03 13:46:39 1Klojf-0001eB-0l Frozen (delivery error message)
Phoenix:/# exit
Script done on Fri 03 Oct 2008 01:55:25 PM EDT