RE: [Exim] Uploading mailboxes

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: exim-users
題目: RE: [Exim] Uploading mailboxes
Pablo Vieira said:
> Sorry, but just one more thing:
>
> Doesn't Exim get the messages that arrive to the server and put them
> inside
> a mailbox?
>
> Doesn't Exim determine the format of the mailboxes where it will save the
> messages?
>
> Pure newbie here. Sorry for bothering.
>
> Best regards,
>
> Pablo


Exim can store mail in mbox, maildir or mailstore format. The choice of
which it uses is generally made according to how the mail needs to be
accessed.

Exim doesn't force any particular format, or any particular directory
layout for the mailboxes other than what's required for a storage format
(eg ./Maildir).

So you're back to asking the webmail provider how the mails should be
stored in order for the webmail system to pick them up.

Peter