Postfix with TLS, SASL2, SMTP AUTH...
I can connect (TLS), authenticate, and even relay.
But if I enable smtpd_client_restrictions, it gets blocked.
(dul.dnsbl.sorbs.net) Dynamic IP Addresses...
Is there any way to change the sequence of these checks?
I want to block the spammers, but allow...
The error is "queue file size limit exceeded", coming from this snipet...
if (vstream_fflush(state->dst)) {
if (errno == EFBIG) {
msg_warn("%s: queue file size limit exceeded", state->queue_id);
state->errs |= CLEANUP_STAT_SIZE;
So, without having to read...
I'm still seeing these once every 63 seconds or so...
Aug 8 11:42:59 production postfix/cleanup[20703]: warning: 5C44B9C17B: queue file size limit exceeded
Aug 8 11:44:20 production postfix/cleanup[22123]: warning: 44B8B9C17B: queue file size limit exceeded
Aug 8 11:45:30 production...
Is there any way to make the message size limit "unlimited"?
Or is that a "bad thing"?
Alternatively, is there a limit to the limit?
message_size_limit = 10000000000
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.