EXIM 4 help!
Hi,I have been interested in changing sendmail to exim4 for some time now. I operate in a virtual hosting based RHEL 3 platform.
Now I have successfully removed sendmail and installed exim4 with basically the default options but the configuration (usr/exim/configure) is giving me so much trouble.
The main thing I wish to do is setup exim so it uses a separate passwd file (the defaults is to use system usernames!). I have already setup an authenticator but it doesnt seem to be used:
Code:
plain:
driver = plaintext
public_name = PLAIN
server_condition = "\
${if and {{!eq{$2}{}}{!eq{$3}{}} \
{eq{$3}{${extract{1}{:} \
{${lookup{$2}lsearch{/home/mail/passwd}{$value}{*:*}}}}}}}{1}{0}}"
server_set_id = $2
How is a remote user meant to retrieve an email to say Outlook express?
Any help or pointers to reference manuals would be greatly appreciated!
-Phil

