PDA

View Full Version : Email Server Problem Ubuntu


jasonralston
23rd December 2008, 07:03
I used the two below articales to set up my email server which works great other then the fact I can't get outlook or SquirrelMail to see the mailbox but webmin see's it? How do I get the default set to my maildir file?

I'm useing the following procmail recipe to deliver my mail.


The Perfect Server - Ubuntu Intrepid Ibex (Ubuntu 8.10)
https://help.ubuntu.com/community/PostfixAmavisNew



DROPPRIVS=yes
:0fw
| /usr/bin/spamc
:0
* ^X-Spam-Status: Yes
$HOME/maildir.spam
:0
* ^X-Spam-Status: No
$HOME/maildir

jasonralston
24th December 2008, 08:21
DROPPRIVS=yes
:0fw
| /usr/bin/spamc
:0
* ^X-Spam-Status: Yes
$HOME/Maildir/spam
:0
* ^X-Spam-Status: No
$HOME/Maildir/new

jasonralston
28th December 2008, 08:21
Really bad place to post your UFC comments but since you started it I will add mine...LOL Frank Mir is going to spank that ... Just like he just spanked Nogarea.

marpada
30th December 2008, 05:02
You have to set a pop3/imap service (i.e. courier).

Check Falko's guides, they provide a wider scope that the one you followed ;)