[Exim] looks like the mail is sent, but it's not.

Página Inicial
Delete this message
Reply to this message
Autor: Asbjørn Høiland Aarrestad
Data:  
Para: exim-users
Assunto: [Exim] looks like the mail is sent, but it's not.
hi!

got a small problem with exim.

Today when sitting on a remote network, accessing my smtp server through
mozilla and AUTH-smtp, i realized that the mail I was sending was not
comming to the recipient....

the log says:
2003-05-15 09:42:07 no host name found for IP address 129.240.128.118
2003-05-15 09:42:07 no host name found for IP address 129.240.128.118
2003-05-15 09:42:07 no host name found for IP address 129.240.128.118
2003-05-15 09:42:10 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:11 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:13 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:15 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:17 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:19 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:22 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:23 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:25 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:27 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:29 plain authenticator failed for (aarrestad.com)
[129.240.128.118]: 535 Incorrect authentication data (set_id=asbjorn)
2003-05-15 09:42:29 SMTP call from (aarrestad.com) [129.240.128.118]
dropped: too many nonmail commands (last was "AUTH")
2


some highligts from my config:

acl_smtp_rcpt = acl_check_rcpt

# You should not change that setting until you understand how ACLs work.

auth_advertise_hosts = !+relay_from_hosts
tls_advertise_hosts= !+relay_from_hosts
tls_certificate=/etc/exim/cert
tls_privatekey=/etc/exim/key
#tls_verify_hosts= *


begin authenticators

plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if pam{$2:$3}{1}{0}}"
server_set_id = $2

login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if pam{$1:$2}{1}{0}}"
server_set_id = $1



any idea why the mail was not sent? Mozilla should ask for only auth smtp
through tls....


regards
Asbjørn



--
--------------------------------------------------
Asbjørn Høiland Aarrestad    asbjorn@???
http://asbjorn.aarrestad.com/