This is a discussion on Courier IMAP and Postfix within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; how can i tell postfix to use Maildirs and where to store the mails? At this time is have a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
how can i tell postfix to use Maildirs and where to store the mails?
At this time is have a SuSE 9.2 with the postfix coming with the distibution and installed coureir imapd. My Maildirs Folder is in /home/user/Maildir but my mails going to /var/spool/mail in one file. So i believe it works with mailbox at this time. Where to change that? Use the lokal users, not mysql at this time... just a beginner :o) |
|
|||
|
Marco Kobek wrote:
> how can i tell postfix to use Maildirs and where to store the mails? > At this time is have a SuSE 9.2 with the postfix coming with the distibution > and installed coureir imapd. > > My Maildirs Folder is in /home/user/Maildir but my mails going to > /var/spool/mail in one file. So i believe it works with mailbox at this > time. > > Where to change that? > Use the lokal users, not mysql at this time... just a beginner :o) > > main.cf ------- home_mailbox = Maildir/ (don't forget the trailing slash) Uncomment any existing home_mailbox-entries! |
|
|||
|
"Bioperler" <usenet@ts-cs.de> schrieb im Newsbeitrag news:3alrt3F6atg96U1@individual.net... > Marco Kobek wrote: >> how can i tell postfix to use Maildirs and where to store the mails? >> At this time is have a SuSE 9.2 with the postfix coming with the >> distibution and installed coureir imapd. >> >> My Maildirs Folder is in /home/user/Maildir but my mails going to >> /var/spool/mail in one file. So i believe it works with mailbox at this >> time. >> >> Where to change that? >> Use the lokal users, not mysql at this time... just a beginner :o) > main.cf > ------- > > home_mailbox = Maildir/ > (don't forget the trailing slash) > > Uncomment any existing home_mailbox-entries! Will postfix automaticly find the right path or do i have to set the direct path like ~/Maildir/ so he can add the mails to the maildir folders for each user on the server. or is it enough to set Maildir/ ? Best regards in advance. Marco |
|
|||
|
>> Marco Kobek wrote:
>>> how can i tell postfix to use Maildirs and where to store the mails? >>> At this time is have a SuSE 9.2 with the postfix coming with the >>> distibution and installed coureir imapd. >>> >>> My Maildirs Folder is in /home/user/Maildir but my mails going to >>> /var/spool/mail in one file. So i believe it works with mailbox at this >>> time. >>> >>> Where to change that? >>> Use the lokal users, not mysql at this time... just a beginner :o) >> main.cf >> ------- >> >> home_mailbox = Maildir/ >> (don't forget the trailing slash) >> >> Uncomment any existing home_mailbox-entries! > > Will postfix automaticly find the right path or do i have to set the > direct path like ~/Maildir/ so he can add the mails to the maildir folders > for each user on the server. > > or is it enough to set Maildir/ ? > Yes! It's enought. Postfix uses home directory with Maildir. |