Kenneth Stephen: [ Charset ISO-8859-1 unsupported, converting... ] > Hi, > > I have a .forward file on an AIX system running postfix which > sends the mail to a program. Here is what I've observed on that > machine: > > userid = x > machine = somehost > > from a login session for x: > > $ ulimit -a | grep file > file(blocks) 2097151 > > from the program invoked over the .forward for user x when the mail > originates from outside somehost: > file(blocks) 100000
Try: postconf -d | grep 100000 This is the Postfix mailbox size limit. To enforce the limit, the recipient cannot create a file larger than this. Wietse > from the program invoked over the .forward for user x when the mail > originates from somehost: > file(blocks) 2097151 > > from the program invoked over the .forward for user x when running > sendmail instead of Postfix: > file(blocks) 2097151 > > I want to increase the ulimit that applies for the mail > originating from remote host. Can anyone tell me which parameter to > tweak and where, please? > > Thanks, > Kenneth > >