procmail
[Top] [All Lists]

RE: FW: how do I edit the over quota message

2005-01-09 21:20:13

In order to determine the quotas in effect when procmail is executed from
sendmail,
the following could be added to the top of the procmailrc file in a test
user account:

NL="
"
LOG=`sh -c 'ulimit -a'`"$NL"

The output in the log file will end up looking something like this:

core file size        (blocks, -c) unlimited
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 8192
cpu time             (seconds, -t) unlimited
max user processes            (-u) 7168
virtual memory        (kbytes, -v) unlimited

Focus on file size, stack size, and cpu time quotas.

BTW, what OS/kernel is being run?



____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail