Re: [Exim] Maildir directory spec problem

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: michael
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [Exim] Maildir directory spec problem
> This is not happening. if ~/Maildir is specified, new mail ends up in
> ~/Maildir


Do you use this?

  maildir_format        = true


The appendfile transport has an awful lot of options, it worth to check
them all. For maildir users, I also recommend:

  maildir_tag           = ,S=$message_size
  quota_size_regex      = S=(\d+)$


They speed up quota calculation.

Michael