Re: Custom oversize rejection notice

2018-09-08 Thread Wietse Venema
Tom Sommer: > "Lookup tables, indexed by the complete Postfix SMTP server 4xx or 5xx > response, with reject footer templates. See smtpd_reject_footer_maps for > details." > > Should be > > "Lookup tables, indexed by the complete Postfix SMTP server 4xx or 5xx > response, with reject footer te

Re: Custom oversize rejection notice

2018-09-08 Thread Tom Sommer
On 2018-09-08 01:21, Wietse Venema wrote: Either way, the smtpd_reject_footer feature may be of some help. http://www.postfix.org/postconf.5.html#smtpd_reject_footer The text is wrong in the docs: "Lookup tables, indexed by the complete Postfix SMTP server 4xx or 5xx response, with reject fo

RE: Custom oversize rejection notice

2018-09-07 Thread Kevin Miller
> Either way, the smtpd_reject_footer feature may be of some help. > http://www.postfix.org/postconf.5.html#smtpd_reject_footer Thanks. I'll give that a test. You're right, most won't ever read it. But maybe some will. One can hope... ...Kevin -- Kevin Miller Network/email Administrator, CBJ

Re: Custom oversize rejection notice

2018-09-07 Thread Wietse Venema
Kevin Miller: > When someone sends an attachment via email that exceeds our limit, > I'd like to return a custom error message directing them to our > in-house web based file upload/download utility (similar to Dropbox > in functionality). I've looked at the bounce.cf options, but I > don't see an

Re: Custom oversize rejection notice

2018-09-07 Thread Bill Cole
On 7 Sep 2018, at 16:14, Viktor Dukhovni wrote: On Sep 7, 2018, at 4:04 PM, Kevin Miller wrote: When someone sends an attachment via email that exceeds our limit, I'd like to return a custom error message directing them to our in-house web based file upload/download utility (similar to Drop

Re: Custom oversize rejection notice

2018-09-07 Thread Viktor Dukhovni
> On Sep 7, 2018, at 4:04 PM, Kevin Miller wrote: > > When someone sends an attachment via email that exceeds our limit, I'd like > to return a custom error message directing them to our in-house web based > file upload/download utility (similar to Dropbox in functionality). I've > looked