> > Do an exim -qff -v as root and see what turns up. Single queue run LOG: 0 MAIN Start queue run: pid=194 -qff delivering message 18VWOu-00002m-00 (queue run pid 194 fd 5) LOG: 0 MAIN Unfrozen by forced delivery LOG: 0 MAIN == [EMAIL PROTECTED] R=smarthost defer (-1): lookup of host "203.129.204.3" failed in smarthost router LOG: 0 MAIN Frozen
> They support AUTH LOGIN I see .. > > What do your authenticators look like? Pertinent parts of exim.conf are. # This transport is used for delivering messages over SMTP connections. remote_smtp: driver = smtp authenticate_hosts = 203.129.204.3 # To use SMTP AUTH when sending to a particular host, such as your ISP's # smarthost, uncomment and edit the above line, and also the example # client-side authenticators at the bottom of the file <snip> # These examples below are the equivalent for client side authentication. # They assume that you only use client side authentication to connect to # one host (such as a smarthost at your ISP), or else use the same user # name and password everywhere # plain: # driver = plaintext # public_name = PLAIN #client_send = "^username^password" # login: driver = plaintext public_name = LOGIN client_send = ": holysmoke : my_password" # # cram_md5: # driver = cram_md5 # public_name = CRAM-MD5 # client_name = username # client_secret = password thanks sukrit ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
