Personal
"can't create user output file"
07-Jun-07 08:49 |
Permalink
1. Most likely it is the "size" parameters for
Postfix that is the cause.....
Do a "postconf | grep -i size" and you'll probably see something like the following:
bounce_size_limit = 50000
header_size_limit = 102400
mailbox_size_limit = 51200000
message_size_limit = 51200000
raise these to something sensible(it is within the main.cf), and do a "postmap main.cf" restart postfix and you should be ready to go......
Do a "postconf | grep -i size" and you'll probably see something like the following:
bounce_size_limit = 50000
header_size_limit = 102400
mailbox_size_limit = 51200000
message_size_limit = 51200000
raise these to something sensible(it is within the main.cf), and do a "postmap main.cf" restart postfix and you should be ready to go......
|
Windowmaker metapkg on NetBSD
12-Jan-07 09:02 |
Permalink
Little trick for cyrus on NetBSD.....
22-Sep-06 12:29 |
Permalink