Those of you who installed Postfix and Cyrus. Did you follow this howto?
http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/index.html
Can I see your config files?
I am using debian packages (unstable) for both cyrus2 and postfix, here are the relevant parts (note lmtp transport instead of cyrus):
/etc/postfix/main.cf
mailbox_transport = lmtp
/etc/postfix/transport:
# using sockets because they do not require auth, I # couldn't figure out how to do the authentification:-) localhost lmtp:unix:/var/run/cyrus/socket/lmtp zasran.com lmtp:unix:/var/run/cyrus/socket/lmtp jojda.zasran.com lmtp:unix:/var/run/cyrus/socket/lmtp localhost.zasran.com lmtp:unix:/var/run/cyrus/socket/lmtp
/etc/postfix/master.cf
# the following line should be there already (IIRC) lmtp unix - - n - - lmtp
/etc/cyrus.conf:
# IIRC this line is already there, you might need
# to uncomment it
lmtpunix cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" prefork=0 maxchild=20
/etc/imapd.conf:
# IIRC already there, must match the listen argument # in /etc/cyrus.conf lmtpsocket: /var/run/cyrus/socket/lmtp
------------ end of config quotes -----------
I think the aliases don't work if you use lmtp (I am just figuring it out), you need to use virtual aliases (defined in /etc/postfix/virtual?), there is some info about aliases and virtual aliases on postfix mailing lists (see postfix.org)
as far as I can tell that's it, let me know if you need more info
erik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]