Patrice Go via Postfix-users: > hi, > > I ve a problem somewhere in my configuration, cause with the actual > configuration i ve to configure the imap/smtp identification with just the > "user" and not with "user@domain". I think it is on "mysql-virtual*" files > that something is wrong, but i don't know where and what to modify.
Your DEBUG logging at https://paste.debian.net/1280153/ shows that the SMTP client sends AUTH PLAIN, MAIL FROM:<testeur@domain>, RCPT TO:<testeur@domain>, and so on. Postfix then delivers that message over LMTP, with from=<testeur@domain> and to=<testeur@domain>. What part of this is NOT what you expected, and what did you expect to see instead? sasl_username=testeur@domain instead of testeur? That is what the MUA sends. If you prefer to change tat, change the MUA. Wietse This is the NON-DEBUG logging that I asked for: May 13 13:36:50 mail postfix/smtpd[91089]: connect from reverseproxy_tcp.reseaudomainwithoutdot[beginIP.200] May 13 13:36:52 mail postfix/smtpd[91089]: 4590441402: client=reverseproxy_tcp.reseaudomainwithoutdot[beginIP.200], sasl_method=PLAIN, sasl_username=testeur May 13 13:36:54 mail postfix/qmgr[7821]: 4590441402: from=<testeur@domain>, size=619, nrcpt=1 (queue active) May 13 13:36:54 mail postfix/lmtp[87161]: 4590441402: to=<testeur@domain>, relay=domain[private/dovecot-lmtp], delay=2.5, delays=2.4/0/0/0.07, dsn=2.0.0, sta _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
