Postfix + Dovecot = insanity
Heck, I'd pay $100 for a package that would do everything and was as easy as lighttpd to configure. Its configuration is simple and straight forward. Is there such a thing?
SMTP & POP3 are very simple protocols but server implementations are abstract and archaic.
8 Replies
Awesome spam filtering, and I don't need to worry too mcuh about my mail being down coz my linode is down.
Sales are automated and I need a way to send keys etc with a PHP script. How well does it play with PHP/PHPMailer? Do you have the Premier account? If so, what do the outgoing headers look like when sent from a MUA like Thunderbird?
Very interested..
@A32:
I'm about to just give up on this SMTP/POP3 thing.
It's not really that hard.
edit: just tried dpkg –remove and --purge but it choked because it couldn't find the file I know is missing /etc/init.d/postfix lol.. So I
> touch /etc/init.d/postfix
dpkg –purge postfix
dpkg --remove postfix
Of course, it couldn't be removed cause it wasn't installed. OK.
> apt-get install postfix
brought me to the initial intallation so we will see how it turns out!!
My mail resides in /var/spool/mail/domain.com/user
My defaultmailenv = mbox:/var/spool/mail/%d/:INBOX=%u
(among other things I've tried).. Hmm..
EDIT! mbox:/var/spool/mail/%d/:INBOX=/var/spool/mail/%d/%u
yay.