run: increase RAM from 200 to 300MB (dkim)

still seeing (infrequent) "too large" errors validating DKIM signatures
This commit is contained in:
Matt Simerson 2013-04-24 16:32:08 -04:00
parent 92fe1e899f
commit db6a7f418b

4
run
View File

@ -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