![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
We have set the imap root as follows in order to have all mail stored in a separate folder inside the home directory of each user:
Code:
$rcmail_config['imap_root'] = 'mail/'; Regards, Moritz |
|
#2
|
|||
|
|||
|
Why don't you use procmail to filter messages' destinations?
Something likes.. LOGFILE=$HOME/pm_logfile VERBOSE=off MAILDIR=$HOME/.maildir :0: * ^List-Id:.*gentoo-user\.gentoo\.org .gentoo/ :0: * ^List-Id:.*bugs\.mandrivalinux\.org .cooker/ :0: All messages will go to $HOME/.maildir (new message will be in your Inbox). Mail from Gentoo list will go to Gentoo folder. Mail from Mandriva list will go to cooker folder. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |