My email server setup
Moderators: snarkout, Patrick, dann
My email server setup
Ok, I have a clean install of Debian on this old creaker. This is what I basically want to do:
- pull down all my email from my various email accounts (POP, IMAP)
- run spam filters on the email and discard the garbage
I want to be able to login into the server from anywhere and pull down all my email via my favorite mail client (Kmail, Thunderbird)
What do you recommend as the ideal setup? Fetchmail?
Thanks
- pull down all my email from my various email accounts (POP, IMAP)
- run spam filters on the email and discard the garbage
I want to be able to login into the server from anywhere and pull down all my email via my favorite mail client (Kmail, Thunderbird)
What do you recommend as the ideal setup? Fetchmail?
Thanks
Ego contemno licentia
-
Tsuroerusu
- Posts: 2551
- Joined: Mon Sep 05, 2005 8:51 am
- Location: Silkeborg, Denmark
- Contact:
I'd like to do this too, but in addition to what Pat mentions, I also need some filtering for placing mails from specific addresses and with certain subjects into specific folders. This is to make my mailinglist subscriptions look very similar to how KDE's newsgroup client, KNode, displays newsgroups.


"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.
-
hellonorman
- Posts: 267
- Joined: Wed Dec 28, 2005 11:08 pm
Yep. Fecthmail --> Procmail --> mailboxes.
Then run your own imap server.
I have done this in the past. If you can find a better solution for filtering than procmail please post. There are some gentoo guides for setting all this stuff up that I'm sure you can bend to fit debian.
Then run your own imap server.
I have done this in the past. If you can find a better solution for filtering than procmail please post. There are some gentoo guides for setting all this stuff up that I'm sure you can bend to fit debian.
"It's not a lie, if you really believe it"
--George Costanza
--George Costanza
That's OK for getting mail. You need an SMTP server to send mail, though.hellonorman wrote:Yep. Fecthmail --> Procmail --> mailboxes.
Then run your own imap server.
There are lightweight servers or you can use a fullblown setup like sendmail of Exim. I use the thing that comes on Gentoo. Can't remember what it's called.
Right. I forgot that most people use mail clients that do the SMTP themselves.Vogateer wrote:Yeah, mine's fetchmail > procmail > spamassassin > dovecot
Works very well, though I've never properly set it up for outgoing, and just used the smtp server of my ISP.
I use Mutt, and I sometimes need to send mail from box to box on my home network.
-
hellonorman
- Posts: 267
- Joined: Wed Dec 28, 2005 11:08 pm
This looks somewhat interesting.
http://sourceforge.net/projects/fdm
http://fdm.sourceforge.net/
Seems to aim at replacing fetchmail and procmail.
I would be very interested in it for replacing procmail alone. I glanced at it and at least the syntax wasn't written by the devil himself.
http://sourceforge.net/projects/fdm
http://fdm.sourceforge.net/
Seems to aim at replacing fetchmail and procmail.
I would be very interested in it for replacing procmail alone. I glanced at it and at least the syntax wasn't written by the devil himself.
"It's not a lie, if you really believe it"
--George Costanza
--George Costanza
MailServer installs
Hi Pat, I've been doing email servers for a no. of years now for commercial load deployments using postfix, courier auth/imap, anomy, spamassassin, clamsmtp, clamav and FuzzyOCR. The combination is unbeatable in terms of stability and performance. Add postfixadmin and mysql for virtual hosting. Yes it's a complex/consuming setup but you don't get better and I keep an image on a disk for new installs. Everything is compiled from scratch for performance and specific functionality.