BSD
BSD ramblings
25-Mar-08 21:34
1. PHP compilation on FreeBSD-powerpc
gives a ton of "signal 11" ... all caused by the entry in
"extensions.ini": extension=odbc.so ..
remove this and php will work as advertised!
2.
remove this and php will work as advertised!
2.
|
"can't create user output file"
07-Jun-07 08:49
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
Little trick for cyrus on NetBSD.....
22-Sep-06 12:29