run: increase RAM from 200 to 300MB (dkim)
still seeing (infrequent) "too large" errors validating DKIM signatures
This commit is contained in:
parent
92fe1e899f
commit
db6a7f418b
4
run
4
run
@ -2,8 +2,8 @@
|
|||||||
#
|
#
|
||||||
# You might want/need to to edit these settings
|
# You might want/need to to edit these settings
|
||||||
QPUSER=smtpd
|
QPUSER=smtpd
|
||||||
# limit qpsmtpd to 200MB memory, should be several times what is needed.
|
# limit qpsmtpd to 300MB memory
|
||||||
MAXRAM=200000000
|
MAXRAM=300000000
|
||||||
BIN=/usr/local/bin
|
BIN=/usr/local/bin
|
||||||
PERL=/usr/bin/perl
|
PERL=/usr/bin/perl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user