| |||||||||||||||||||||||||||||||
|
I have configured Postfix with SASL and virtual users, and I have confugred that for each virtual user, postfix have to deliver messages to a local directory that I've choosen. So: In main.cf #USUARIS VIRTUALS virtual_mailbox_domains = hash:/etc/postfix/virtual_domains virtual_mailbox_base = /var/spool/mail/virtual_boxes virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox virtual_uid_maps = static:10000 virtual_gid_maps = static:10000 #SEGURETAT - SASL smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes Now, I want to incorporate Cyrus IMAP server, and I've read something about how to configure Postfix + cyrus. If I've unsderstood well, I should --> 1/ Delete virtual_mailbox_base parameter 2/ Add mailbox_transport = cyrus 3/ Add into master.cf cyrus unix - n n - - pipe flags= user=cyrus argv=/usr/sbin/cyrdeliver -r ${sender} -m ${extension} ${user} So, If my virtual_mailbox_maps is as: jordi gm-soft.com/jordi/ jordi grupmicros.com/jordi/ I believe that it's wrong, no? Should I also delete this file? How cyrus hold the messages sended to jordi? In order to mantain users database (/etc/sasldb2), when I add user into sasldb2 database (via saslpassword2 command), both cyrus(I've already configured curys in order to use auxprop and sasldb) and postfix will recognize all new users, no?
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com