Auteur: Cyborg Date: À: exim-users Sujet: [exim] wrong senderaddress used in mail transport process
Hi guys,
i think i have a small problem with my exim setup :
Here's the SMTP Protokoll ( slightly disguised )
220 c1.resellerdesktop.de
ESMTP Exim 4.76 Fri, 28 Oct 2011 16:59:10 +0200
250-c1.resellerdesktop.de Hello p548509f5.dip0.t-ipconnect.de [84.133.9.245]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN
250-STARTTLS
250 HELP
AUTH PLAIN XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
235 Authentication succeeded
MAIL FROM:<source@???> SIZE=552
250 OK
RCPT TO:<destination@???>
250 Accepted
DATA
354 Enter message, ending with "." on a line by itself
....
As you can see, there is no username involved, besides the auth plain
part, but the username is used as FROM Part inside exim :
If the delivery failes, username@??? is used to send
the deliverymsg to. This will fail as the mailserver does not accept
user@server adresses , because it won't find them in the database.
Which option did i sent wrong to force exim to use the
userauthcredentials as MAIL FROM ????