Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    SACHIN
    Guest

    Default exim smtp error

    HI,


    I am unable to send mail using php scripts. i am getting following error while sending mail using php scripts.

    T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11

    Please let me know how to fix.

  2. #2
    Member
    Join Date
    Jan 2007
    Posts
    113

    Default

    Googling for: "smtp transport process returned non-zero status"

    yields the following:

    If you are receiving this error in your /var/log/exim/mainlog:

    Code:
    2006-01-10 23:01:14 1EwHYJ-0002q0-6y == user@domain.com R=lookuphost T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000b: terminated by signal 11

    Then you can fix the issue by editing your /etc/exim.conf, and changing the following code:

    Code:
    remote_smtp:
      driver = smtp
    To be:

    Code:
    remote_smtp:
      driver = smtp
      hosts_avoid_tls=*
    Save, exit, then restart exim.

    More information can be found on the hosts_avoid_tls option in section 38.8 of the Exim spec, located here:
    http://exim.org/exim-html-4.50/doc/h....html#SECT38.8

    Note that if you attempt to implement this change, you should do so via the Exim configuration editor in WHM, otherwise your changes to exim.conf will be overwritten at some point. Alternately, you can make the changes directly to exim.conf just to test if it works, and if it does, add it via the Exim configuration editor.

  3. #3
    Member serversphere's Avatar
    Join Date
    Jan 2004
    Posts
    658

    Default

    Or you might try following these steps:

    1. Log into WHM
    2. Click Tweak Settings under Server Configuration
    3. Find the checkbox for "Prevent the user "nobody" from sending out mail to remote addresses" and uncheck it.
    4. Click Save at page bottom

    Not sure if this was the problem, but would be my first guess...
    Darren Benfer | SS-Darren | AIM: serversphere
    www.serversphere.com
    Dedicated Server Solutions Have Come Full Circle

Similar Threads & Tags
Similar threads

  1. Another Exim SMTP issue
    By 1EightT in forum cPanel and WHM Discussions
    Replies: 25
    Last Post: 01-30-2006, 12:57 PM
  2. Exim - SMTP Error (state 9): 550 relay not permitted
    By lloyd_tennison in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 10-13-2005, 11:10 AM
  3. smtp error on exim
    By abubin in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-27-2005, 06:11 AM
  4. Error in Exim - Lost Incoming Connections / Unexpected Termination in SMTP
    By silversurfer in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 10-30-2004, 01:21 PM
  5. Exim SMTP troubles
    By elleryjh in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-28-2004, 09:47 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube