Hiya folks, I was wondering if anyone could help me out. I just signed up, and while I'd like to have thought I knew my way around Linux, setting up an entire server has proven to be quite a learning experience, to say the least!
I thought I was done with the hard part, getting BIND/Apache/MySQL/Perl/PHP working so soon, but then I stumbled into what one would assume to be an easy part; email. So far it's only managed to stump me. I need virtual domain support, so that's possibly why it's so complicated.
I did manage to get Postfix configured I believe, having it deliver primarydomain.com and secondarydomain.com email to /var/spool/virtual/XXXXXdomain.com/ (the X a substitute of course). But now I need to get pop3 running so I can actually login to check it.
I've tried messing with Courier and Cyrus, since I heard they work with virtual hosts, but so far I haven't been able to figure out anything on how to do it. I see lots of people suggesting to use MySQL and such for storage, and while I'd like to try that one day, for now I just want flat files.
So if someone could show me some example configurations or point me to a good tutorial on the web, I'd be grateful. I'm not entirely sure if my Postfix is configured properly either (since I thought
postmaster@XXXXdomain.com was supposed to alias to a local unix account, but it never worked), so it couldn't hurt to go over that as well. Thanks in advance!