On Tuesday, June 09, 2009 at 19:37 CEST, Wietse Venema <wie...@porcupine.org> wrote:
> Simon Schelkshorn: > > > I added a second listener in my master.cf. For this listener I added > > the option message_size_limit=20480000 to increase the maximum size > > for emails sent via this additional listener. > > You can't change the size limit for the SMTP server alone. > It must be a main.cf setting. Specifically, message_size_limit is enforced by cleanup(8). Adding another cleanup(8) service with a different message_size_limit and choosing it for this particular smtpd(8) with cleanup_service_name should work. -- Magnus Bäck mag...@dsek.lth.se