Re: [Exim] mail dissapearing .. ?

Pàgina inicial
Delete this message
Reply to this message
Autor: Toby Coleridge
Data:  
A: Kevin Sindhu
CC: Matthew Byng-Maddick, exim-users
Assumpte: Re: [Exim] mail dissapearing .. ?
Nearly there I have exim and fetchmail, working perfectly together .. there may be reasons in the future for using fetchmail, so I stuck with it, thanks to everyone for their help. Apreciated.

However I have one last question in this running saga: procmail:

I put the following in my exim configure file , however it does not seam to get invoked, this was knocked up from the documentation and previous posts to this list.

under "begin routers" I have:

procmail:
driver = accept
require_files = "${local_part}:${home}/.procmailrc:+PROCMAILDIR/procmail :!${home}/.forward"
transport = procmail_pipe

The above is the last router mentioned.

then under "begin transports" I have:

procmail_pipe:
driver = pipe
delivery_date_add = true
envelope_to_add = true
return_path_add = true
path = "PROCMAILDIR:/usr/local/bin:/usr/bin"
command = "procmail -a ${substr_1:${local_part_suffix}} -d ${local_part}"
user = ${local_part}

This is the first transport under local transports in the file.

Many Thanks
Toby.

On Sun, Nov 17, 2002 at 12:32:52PM -0800, Kevin Sindhu wrote:
> At 12:13 PM 11/17/2002 -0800, Toby Coleridge wrote:
> >at the bottom I can see:
> >error 13 0: Permission denied
> >
> >
> > == matjc@localhost R=localuser T=local_delivery defer (13): Permission
> > denied: creating lock file hitching post
> > /var/mail/matjc.lock.localhost.localdomain.3dd7f808.00004f93 (euid=500
> > egid=500)
> > >>>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>>>
> >changed uid/gid: post-delivery tidying
>
> chmod 777 /var/mail/
> chmod +t /var/mail/
>
> -Kevin
>
>
> -------------------------------------------------------------
>
> This message was relayed through and checked for viruses on
>              mail.open-systems.org
>       Visit http://www.wf0.com for our services
> --------------------------------------------------------------