On 13/04/14 15:12, [email protected] wrote:
(1) The following block of text to the authenticators section in exim.conf:plain: driver = plaintext public_name = PLAIN server_prompts = : server_set_id = $2 server_condition = "${if pam{$2:$3}{1}{0}}" login: driver = plaintext public_name = LOGIN server_prompts = "userID:: : password::" server_set_id = $1 server_condition = "${if pam{$1:$2}{1}{0}}" (2) Yields an error message from a syntax check: two server authenticators (courier_plain and plain) have the same public name(PLAIN)
No they don't. You didn't show us the authenticator named "courier_plain", which has the public_name "PLAIN" - like
the error message said. Perhaps you're not looking at the actual configuration file that exim has been told to use? -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
