Re: hold trigger dmarc milter notify_classes

2015-01-13 Thread John
Dumb question. Are all holds to be found in the (debian case) in the /var/spool/postfix/hold space? If so the surely a simple script that sends a message to root (?) if the folder is not empty might be a stop gap solution.

Re: ANN: dane-us...@sys4.de mailing list and https://dane.sys4.de DANE SMTP test site

2015-01-13 Thread Viktor Dukhovni
On Tue, Jan 13, 2015 at 08:51:03AM -0500, Jerry wrote: > > $ nss=$(dig +short -t ns medicaljournals.se) > > $ mx=$(dig +short -t mx medicaljournals.se | sort -n | head -1 | awk > > '{print $NF}') > > $ for ns in $nss > > do > > echo "== $ns" > > dig -4 +norecur +

Re: hold trigger dmarc milter notify_classes

2015-01-13 Thread Wietse Venema
Wietse: > Maybe you can ask the Milter's developers to make their unconditional > "quarantine" action configurable. A. Schulze: > that would be a good solution, too. > But this specific developer is _very_ busy. Robert Schetterer: > i know you will post this *g, yes might be best option > but a c

Re: ANN: dane-us...@sys4.de mailing list and https://dane.sys4.de DANE SMTP test site

2015-01-13 Thread Jerry
On Tue, 13 Jan 2015 00:48:26 +, Viktor Dukhovni stated: > Example domain: > > $ nss=$(dig +short -t ns medicaljournals.se) > $ mx=$(dig +short -t mx medicaljournals.se | sort -n | head -1 | awk > '{print $NF}') > > $ for ns in $nss; do echo "== $ns"; dig -4 +norecur +dnssec +noal

Re: hold trigger dmarc milter notify_classes

2015-01-13 Thread Robert Schetterer
Am 13.01.2015 um 13:36 schrieb A. Schulze: > > wietse: > >> Maybe you can ask the Milter's developers to make their unconditional >> "quarantine" action configurable. i know you will post this *g, yes might be best option but a configurable postfix notify class "hold" option may help in any case

Re: hold trigger dmarc milter notify_classes

2015-01-13 Thread A. Schulze
wietse: Maybe you can ask the Milter's developers to make their unconditional "quarantine" action configurable. that would be a good solution, too. But this specific developer is _very_ busy. Andreas

Re: hold trigger dmarc milter notify_classes

2015-01-13 Thread Wietse Venema
Christian R??ner: > I can confirm this problem. But I also have other stuff in Postfix > that also triggers hold and I never know, when this happens. So a > mechanism to inform the postmaster, when mail gets on hold is a > very big wishlist feature :-) Such as running a logfile monitor that automa

Re: hold trigger dmarc milter notify_classes

2015-01-13 Thread Christian Rößner
Hi, > using dmarc milter sometimes causes hold action > > like i.e ( failure pruduced by myself only for demonstrate ) > > 2015-01-13T10:46:09.372033+01:00 mail opendmarc[15158]: > 3kM6Nw3sCTzDdG2l: amazon.com fail > 2015-01-13T10:46:09.411674+01:00 mail postfix/cleanup[3532]: > 3kM6Nw3sCTzDdG2l

hold trigger dmarc milter notify_classes

2015-01-13 Thread Robert Schetterer
Hi Wietse, using dmarc milter sometimes causes hold action like i.e ( failure pruduced by myself only for demonstrate ) 2015-01-13T10:46:09.372033+01:00 mail opendmarc[15158]: 3kM6Nw3sCTzDdG2l: amazon.com fail 2015-01-13T10:46:09.411674+01:00 mail postfix/cleanup[3532]: 3kM6Nw3sCTzDdG2l: milter-h

Re: sender_dependent_relayhost_maps for domains referenced in relay_domains

2015-01-13 Thread Sebastian Fehrenbacher
Using the parameter "sender_dependent_default_transport_maps" leads to the same result as using the paramter "sender_dependent_relayhost_maps". I think this is the case cause the recipient domain is also part of the internal domains. Therefore the relay entry defined in the "transport_maps" is taki