[svlug] Adding users to exim

Skip Evans skip at bigskypenguin.com
Mon Jul 3 08:16:40 PDT 2006


Hi Jeff & all,

My concern now is twofold: 1) That file that was 
missing /etc/pam.d/exim (you had one but I didn't) 
has me wondering if this install is not complete. 
And 2) the fact that the program is exim and not 
exim4, does that mean I have an old version and 
maybe should upgrade?

Also, this is a Fedora Core 4 distro.

Any advice on how to proceed would be greatly 
appreciated.

Skip

Jeff Frost wrote:
> On Sun, 2 Jul 2006, Skip Evans wrote:
> 
>> Hey Jeff and all,
>>
>> No, even adding this file, the mail is still bouncing. I did a tail -f 
>> on /var/log/exim/mainlog but didn't see any activity there at all as 
>> the mail bounced back from the server.
>>
>> Where does exim store the incoming mail?
>>
>> Is it /var/mail like sendmail?
> 
> 
> Depends how it's configured.  Look in your exim.conf.  In mine it 
> defaults to deliver localy in /var/mail.  Here's where that is defined:
> 
> local_delivery:
>   driver = appendfile
>   file = /var/mail/$local_part
>   delivery_date_add
>   envelope_to_add
>   return_path_add
>   group = mail
>   mode = 0660
> 
> I also do procmail and on my account use procmail to deliver to maildir 
> format.
> 
> procmail:
>   driver = accept
>   check_local_user
>   transport = transport_pipe_procmail
>   require_files = 
> ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
>   no_verify
> 
> 
> 
> transport_pipe_procmail:
>   driver = pipe
>   command = "/usr/bin/procmail"
>   return_path_add
>   delivery_date_add
>   envelope_to_add
> 
> 
> 

-- 
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240




More information about the Svlug mailing list