IBM has a linux affinity toolkit that they maintain which includes an Apache Server and PHP rpms already configured to work together. Here is the link: http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
Sounds like the max line value of smtp is set to the default of 1024 on your server. To check issue the following commnad:
configutil -o local.service.smtp.smtp-accept.maxlinelength
if the value is 1024 as I suspect it is then you can update it with the following command:
configutil -o...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.