increase softlimit for clamav
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@100 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
552a2b3a37
commit
0651c64335
2
run
2
run
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
QMAILDUID=`id -u smtpd`
|
QMAILDUID=`id -u smtpd`
|
||||||
NOFILESGID=`id -g smtpd`
|
NOFILESGID=`id -g smtpd`
|
||||||
exec /usr/local/bin/softlimit -m 10000000 \
|
exec /usr/local/bin/softlimit -m 25000000 \
|
||||||
/usr/local/bin/tcpserver -c 10 -v -p \
|
/usr/local/bin/tcpserver -c 10 -v -p \
|
||||||
-u $QMAILDUID -g $NOFILESGID `head -1 config/IP` smtp \
|
-u $QMAILDUID -g $NOFILESGID `head -1 config/IP` smtp \
|
||||||
./qpsmtpd 2>&1
|
./qpsmtpd 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user