postdrop user maps

2019-01-12 Thread Pali Rohár
@localhost) independently of sender email address. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: PGP signature

Re: postdrop user maps

2019-01-12 Thread Pali Rohár
On Saturday 12 January 2019 16:48:24 Viktor Dukhovni wrote: > > On Jan 12, 2019, at 1:50 PM, Pali Rohár wrote: > > > > Is there any option for postdrop which may be equivalent to > > smtpd_sender_login_maps option used for sasl? > > No, because there's no work

Re: postdrop user maps

2019-01-12 Thread Pali Rohár
On Saturday 12 January 2019 17:38:23 Viktor Dukhovni wrote: > > On Jan 12, 2019, at 5:31 PM, Pali Rohár wrote: > > > > If you mean external content filters, I wanted to avoid using them. > > Sometimes you need to bring out the sledgehammer. > > > And it is

Re: postdrop user maps

2019-01-12 Thread Pali Rohár
On Saturday 12 January 2019 18:14:39 Viktor Dukhovni wrote: > > On Jan 12, 2019, at 6:02 PM, Pali Rohár wrote: > > > > Meanwhile I decoded postdrop protocol and come up with more easier > > solution: > > > > I renamed postdrop binary to postdrop.real and imp

Re: postdrop user maps

2019-01-13 Thread Pali Rohár
Are there any other binaries which calls postdrop? Or /usr/sbin/sendmail is the only one binary which uses postdrop? -- Pali Rohár pali.ro...@gmail.com signature.asc Description: PGP signature

Re: postdrop user maps

2019-01-13 Thread Pali Rohár
he only one binary which uses postdrop? > > At this time, only the Postfix sendmail program depends on postdrop. Ok. > If you take the script solution, be sure to use "$@" (with quotes) > and not $* (without quotes). I know :-) > Right: exec /usr/sbin/sendmail.real

Accept email with 5xx status code

2019-01-16 Thread Pali Rohár
der_checks for rejecting emails to prevent generating bounces. -- Pali Rohár pali.ro...@gmail.com

Re: Accept email with 5xx status code

2019-01-20 Thread Pali Rohár
On Wednesday 16 January 2019 07:21:49 Wietse Venema wrote: > Pali Roh?r: > > Hello, it is possible to accept emails with 5xx status code? > > By replying with 5XX after SMTP end-of-data. And how to configure it? In postconf.5 I do not see anything which could be used for this pur