* Tyrin R. Price <[EMAIL PROTECTED]>, 2002-03-20 18:38 -0500:
> I am using exim, fetchmail (running a global rc file in daemon mode), and 
> procmail.  From what I've read online I can remove the trailing ":" (for file 
> locking) and just add a / to the destination in my procmail recipe to deliver 
> mail in Maildir format.  Is this correct?

A little OT... here are the relevant parts from my /etc/exim.conf:

#                      TRANSPORTS CONFIGURATION                      #
maildir_delivery:
driver = appendfile
no_from_hack
prefix = ""
suffix = ""
maildir_format
directory = $home/Maildir
create_directory

address_directory:
  driver = appendfile
  no_from_hack
  prefix = ""
  suffix = ""
  maildir_format

#                      DIRECTORS CONFIGURATION                       #
real_local:
  prefix = real-
  driver = localuser
#  transport = local_delivery
  transport = maildir_delivery


HTH

-Andre

Attachment: msg25836/pgp00000.pgp
Description: PGP signature

Reply via email to