You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have edited passwd and entered server:user:password exactly as
described in exim4_passwd_client and run dpkg-reconfigure exim4-config.
When I try to send mail using exim4 and then tail /var/log/exim4/mainlog
I find authenication has failed. I have double checked every entry.
They are all correct and work with both iceape and the android mail
client on my HP Touchpad.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Do either your username or password have a colon character in them?
Do you need to connect to a particular port on the remote SMTP server
in order to authenticate (e.g., some may accept authentication on the
default SMTP port, some might not - you may need to connect to the
submission port.)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
exim4 looks up the ip address of the target server, then reverse
translates back to its ip name to look up in passwd - which may not be the same as the name
you are using in the configuration.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thomas H. George <li...@tomgeorge.info> wrote:
> I have edited passwd and entered server:user:password exactly as
> described in exim4_passwd_client and run dpkg-reconfigure exim4-config.
> When I try to send mail using exim4 and then tail /var/log/exim4/mainlog
> I find authenication has failed.
I'm a bit late to this thread but I think I can see the problem. I've
hit this before and the reason is the little paragraph in the manpage
that states,
Please note that target.mail.server.example is currently the value
that exim can read from reverse DNS: It first follows the host name
of the target system until it finds and IP address, and then looks
up the reverse DNS for that IP address to use the outcome of this
query (or the IP address itself should the query fail) as index
into /etc/exim4/passwd.client.
Based on your logfile, I would hazard that you're trying to authenticate
to smtpout.where.secureserver.net. However, this server has several
IP addresses (well, I've found four so far), and when you find the rDNS
for these servers, it's *these* that need to go into your passwd.client
file.