Autor: Andreas Dolfen Data: Dla: exim-users Temat: [Exim] exim using a smarthost with SMTP-auth
Hi!
I need to change my configuration to smtp-auth on an exim 4.05 server (for
outgoing mail)!
The key elements of my exim configuration are:
----------------------------------------------------------
smarthost:
driver = manualroute
domains = ! +local_domains
route_list = * auth.smtp.kundenserver.de bydns
transport = remote_smtp
no_more
remote_smtp:
driver = smtp
# plain:
# driver = plaintext
# public_name = PLAIN
# server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
# server_set_id = $1
#
# login:
# driver = plaintext
# public_name = LOGIN
# server_prompts = "Username:: : Password::"
# server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
# server_set_id = $1
#cram_md5:
# driver = cram_md5
# public_name = CRAM-MD5
# client_name =
# client_secret =
---------------------------------------------------------
This worked! But now my ISP switched to smtp auth.
What do I have to change? I couldn't find information on that in the spec and
in the faq. And all pieces of information on the web are for exim v3.
Please help me ... since I'd like to use mutt+exim again. No more kmail!