Juha Saarinen writes:
> Sean Rima wrote:
>
>> This is a MIME GnuPG-signed message. If you see this text, it means that
>> your E-mail or Usenet software does not support MIME signed messages.
>
> You probably don't need to GPG sign messages to a public mailing list
> that deletes the signatures anyway...
Cone doesn't do flat signature yet :)
>> --
>> Does anyone know where I can see a sample of a exim.conf for use with
>> virtual users and cxourier-pop3d
>
> You could try something like the below which work for me:
>
> # Example.com router
> domain:
> driver = accept
> domains = example.com
> local_parts = lsearch;/etc/exim/$domain.aliases
> retry_use_local_part
> transport = example
>
> # Example.com transport
> example:
> driver = appendfile
> check_string =
> directory = /home/example.com/${local_part}
> envelope_to_add
> group = example
> maildir_format
> message_prefix = ""
> message_suffix = ""
> return_path_add
> user = example
>
>
> In the $domain.aliases file, put the aliases for {post|host}master etc.
>
> The above delivers mail into /home/example.com/username/Maildir, from
> where the courierpop3d can pick it up.
>
That uis what I am looking for, except how to I get exim to check the users
against a list of users, or maybe I should just add the users and give them
nil login on the box, which is ssh only.
Sean