Sometime on Thu, Apr 13, 2006 at 09:48:47PM +0530, Rony Bill said:
Thanks :) Could you give a brief summary of your email system, like a flow chart, just to get an idea. The problem with muttrc files is that each one is so different from others and there is always some other program used along with it.
my setup is much simpler than dileep's. i login to my shell server over ssh and directly send recieve mails from there. occazionally i fetch mails into evolution. but using fetchmail is better solution.
For a pop/smtp mail, can you give a step by step flow chart on what to install first, what to configure and what to link with each other. Just a broad picture, not a detailed howto.
install mutt, postfix, and fetchmail. fetchmail will retrieve emails from your remote pop3 server and deliver locally to postfix. You can also install clamav, procmail, spamassassin to enable mail filtering.
POP3 Server ISP SMTP Server | /|\ +------|----- Your Computer -----------|--------+ | |/ | | | | | | | Fetchmail | | | | | | | | | | | |/ /|\ | | Local Postfix Local Postfix | | | | | | +---->------->-- Mutt ----->----+ | | | +-----------------------------------------------+
Ofcourse you also need to setup your local mailsever to use your ISP's SMTP server as a smart host for delivering email. .fetchmailrc file and howto for enabling smarthost for postfix is available on net.
Anurag