I get this in the /var/log/httpd/error_log for the message.
T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11
I've tried to do as the following
1. http://www.directadmin.com/help/item.php?id=114
2. In /usr/local/directadmin/data/templates
accordint this post
http://help.directadmin.com/item.php?id=2
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
to
php_admin_value sendmail_path '/usr/sbin/exim -t -odq -f |USER|@|DOMAIN|'
3. http://help.directadmin.com/item.php?id=125 (upgrade exim to 4.69-2)
4. http://help.directadmin.com/item.php?id=51 (update exim.conf)
But it's not luck for me. Does anyone know what the cause would be?
T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11
I've tried to do as the following
1. http://www.directadmin.com/help/item.php?id=114
2. In /usr/local/directadmin/data/templates
accordint this post
http://help.directadmin.com/item.php?id=2
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
to
php_admin_value sendmail_path '/usr/sbin/exim -t -odq -f |USER|@|DOMAIN|'
3. http://help.directadmin.com/item.php?id=125 (upgrade exim to 4.69-2)
4. http://help.directadmin.com/item.php?id=51 (update exim.conf)
But it's not luck for me. Does anyone know what the cause would be?