Piotr Rotter: > W dniu 26.02.2013 01:56, Wietse Venema pisze: > > Piotr Rotter: > >> Hello, > >> > >> Can I set postfix to reject empty sender address for authenticated users. > >> > >> I want to disallow this: > >> > >> 235 2.7.0 Authentication successful > >> MAIL FROM: <> > >> 250 2.1.0 Ok
You could use reject_authenticated_sender_login_mismatch and require that authenticated users use their own email address. Wietse