Re: Using header_checks to file mail into junk folder

2020-12-30 Thread Wietse Venema
Christopher Walker: > Hi all, > > I'm trying to use milter_header_checks to file messages into users > Junk folder but I'm having issues formatting the FILTER response in my > header check file. > > I've added the following to my main.cf: > 10025 inet n - n - -

Using header_checks to file mail into junk folder

2020-12-30 Thread Christopher Walker
Hi all, I'm trying to use milter_header_checks to file messages into users Junk folder but I'm having issues formatting the FILTER response in my header check file. I've added the following to my main.cf: 10025 inet n - n - - smtpd -o smtpd_tls_security_le

Re: Disable unauthenticated sending of OUTGOING email for all local users

2020-12-30 Thread Wietse Venema
Ignacio Garc?a: > Hi Wietse and thanks for your reply > > > Since I just want to block all users with a web site, and my all web > users are web*1*, web*2 *... web*/n/* Can I use a wildcard such as this > for the (non-)authorized users? Use regexp: or pcre:. http://www.postfix.org/postconf.5.

Re: Disable unauthenticated sending of OUTGOING email for all local users

2020-12-30 Thread Ignacio García
El 29/12/20 a las 16:30, Wietse Venema escribió: Ignacio Garc?a: Hello there, and thanks so much for your help I've got a web+mail server in the same machine. PHP's mail function is disabled, but other 3rd party functions such as PHPMailer can use sendmail to potentially send emails, as if I w