Re: block local sender

2013-08-23 Thread Wietse Venema
Barbara M.: > On Fri, 23 Aug 2013, Wietse Venema wrote: > > > Barbara M.: > >> smtpd_sender_restrictions = check_sender_access > >> hash:/etc/postfix/sender_access > > > > That is for mail received via SMTP. > > > > In your case use authorized_submit_users instead. > > > > http://www.postfix.org/

Re: block local sender

2013-08-23 Thread Barbara M.
On Fri, 23 Aug 2013, Wietse Venema wrote: Barbara M.: smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access That is for mail received via SMTP. In your case use authorized_submit_users instead. http://www.postfix.org/postconf.5.html#authorized_submit_users Thanks

Re: block local sender

2013-08-23 Thread Wietse Venema
Barbara M.: > smtpd_sender_restrictions = check_sender_access > hash:/etc/postfix/sender_access That is for mail received via SMTP. In your case use authorized_submit_users instead. http://www.postfix.org/postconf.5.html#authorized_submit_users Wietse

Re: block local sender

2013-08-23 Thread DTNX Postmaster
On Aug 23, 2013, at 10:01, Barbara M. wrote: > Probably trivial, but I am in holiday and using an emergency connection, so I > ask instead of searching again. > Problem: a website in a multidomain server is spamming probably due to a bug > in the site code. > The owners are also in holiday; I c

block local sender

2013-08-23 Thread Barbara M.
Probably trivial, but I am in holiday and using an emergency connection, so I ask instead of searching again. Problem: a website in a multidomain server is spamming probably due to a bug in the site code. The owners are also in holiday; I can't stop the website; I can't stop postfix :-( All