[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim delivering to local user accounts not Maildir



On 6/4/07, Andrew Sackville-West <andrew@farwestbilliards.com> wrote:
how have you gone about doing this? some details would help like "I
changed this configuration line to read..."

Basically I followed this HOWTO:
http://koivi.com/exim4-config/

What I see that is probably relevant in my exim4.conf transports is:
local_delivery:
  driver = appendfile
  file = /var/mail/$local_part
the file = line is  certainly relevant. if you have a similar
local_delivery: transport then I'd say try
file = /home/$local_part/mail

I've gone through my entire exim4.conf.template as well as all my
files in the /conf.d/transport/ directory and i simply can not find
this transport config.

The closest thing I can find is a mail_spool config section of which
I've included below:

mail_spool:
 debug_print = "T: appendfile for $local_part@$domain"
 driver = appendfile
#  file = /var/mail/$local_part
 file = /home/$local_part/Maildir
 delivery_date_add
 envelope_to_add
 return_path_add
 group = mail
 mode = 0660
 mode_fail_narrower = false

You can see that I changed "file = /var/mail/$local_part" to "file =
/home/$local_part/Maildir" but this has had no effect.
--
Regards
Justin Hartman
http://justinhartman.com
http://www.afrigator.com



Reply to: