Hi Grant (2005.06.12_17:49:40_+0200) > Hello,, I am using the maildir and would like to know how i can add extra > folders for user/s
Use the normal tool on the client. i.e. Right click on a folder and choose "New Folder" (or however one does it in OE). > I tried to edit the .bincimapsubscribed file but it reverted back. Subscribed folders are the subset of the avaiailable folders that the client sees. On the client, there is normally an option to choose which folders to subscribe to. > does anyone have any text or links to using crontab.. ? man crontab man 5 crontab As this is for a domain drop-box, I am assuming that you only need to run one getmail, and you run it as root. Thus, I would recommend you do this: put a file in "/etc/cron.d" called "getmail" with the contents MAILTO=root */10 * * * * root /usr/bin/getmail This says run the command /usr/bin/getmail every 10 minutes. It will email you with the results every time it runs. When you see that it is running properly, you can append "-q 2>/dev/null" to stop it outputting anything. SR -- +---------------------------------------------------------+ | Stefano Rivera http://rivera.za.net | | H: +27 21 794 7937 () ASCII Ribbon Campaign: | | C: +27 72 419 8559 /\ Say "No!" to HTML email. | +---------------------------------------------------------+ Linux: A re-Gnu-able resource.
