Re: [Exim] Maildir directory spec problem

トップ ページ
このメッセージを削除
このメッセージに返信
著者: michael
日付:  
To: 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