Well, you were correct about the authentication being a problem. I fixed
it but still no joy. I ran the swaks testing program with: swaks --auth
--to *[email protected] --server outgoing.verizon.net.
This asked for the usual login and returned a long list of things. The
last lines were:
<- 235 2.7.0 LOGIN authentication successful.
-> MAIL FROM:<r...@*mycomputer*.domain>
<** 550 5.1.8 invalid/host-not-in-DNS return address not allowed
-> QUIT
<- 221 2.3.0 Bye received. Goodbye.
I understand that my ISP is trying to validate me as a source but am not
sure what to do to fix it.
Gary R.
=
On 01/-10/-28163 11:59 AM, Camaleón wrote:
On Wed, 22 Sep 2010 14:27:57 -0700, Gary Roach wrote:
I hope this is not a duplicate.
I'm not sure whether this is a Drupal web editor problem or a Debian
Exim problem but when automatic messages are sent by my new web site (in
early development) they go nowhere. The pertinent Exim4 log entries are:
I have to recognize that I still fail to understand Exim's full
capabilities and setup (and I promise that I try hard :-P) but let me
comment just some details I've seen in your logs...
(...)
2010-09-22 08:31:04 1OyRHk-0001Qi-Ad ==<*name>*@<*provider>*
R=smarthost T=remote_smtp_smarthost defer (111): Connection refused
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Are you using a smart host configuration?
If yes, most probably your ISP (o e-mail provider) is requesting you to
authenticate before sending e-mails (smtp auth). Have you already setup
that information (login/password) in Exim?
Greetings,