saya coba ikuti dari sini: http://dudle.linuxroot.org/docs/postfix_cyrus/mail-4.html
tapi sepertinya ada yg sreg, yaitu menggunakan strategi virtual user yg ini saya kurang sreg (karena belum tahu :) kalau untuk keperluan server yg hanya terima mail untuk satu domain saja, strategi yg cocok bagaimana ya? plz... :-) ================== Virtual Table I personally like to have my virtual table in /etc/postfix/virtual. Open that file in an editor, here is how it works. Let's say we host email for [EMAIL PROTECTED] First thing we need to do is tell postfix to accept mail for the example.com domain. This is done by adding the following line in the virtual table: example.com anything The next step is to tell postfix that all email addressed to [EMAIL PROTECTED] should go to a local user. By local I mean a user that exists under Cyrus. There is a trick. The username under Cyrus will be used by our user (bob) to retrieve his mail via POP or IMAP. To notify postfix, we add the following line in the virtual table: [EMAIL PROTECTED] [EMAIL PROTECTED] The reason we use [EMAIL PROTECTED] is because postfix passes [EMAIL PROTECTED] to deliver which passes it directly to lmtp which uses the escaped characters. Once you made your modifications to the virtual table, run the following command .... main.cf This is the main postfix configuration file. You need to have the following directives in that file mailbox_transport = cyrus virtual_maps = dbm:/etc/postfix/virtual Now go on to the next step. master.cf Search for /usr/sbin/cyrdeliver and replace it with /usr/cyrus/bin/deliver. ================== --beast -- Right or wrong my list. Unsubscribe option is currently unavailable. Indeed, it's available upon request .. but: cepek dulu donk!
