![]() |
Configuring Postfix (virtual_transport = dovecot)
I've setup dovecot to use user/password files to store username and passwords and I'm able to login via roundcube successfully, which makes use of those files via dovecot.
I have setup Postfix to use virtual_transport = dovecot so since dovecot is now able to see my maildirs, usernames and their associated passwords, I would expect Postfix to have all that it needs to authenticate users sending mail and to deliver incoming mail to their maildirs. That doesn't seem to be the case though and I wonder if someone can give me some pointers? I didn't use the following directives in the /etc/postfix/main.cf virtual_mailbox_domains virtual_mailbox_base virtual_mailbox_maps virtual_uid_maps virtual_gid_maps because dovecot already knows all those things and since we're using "virtual_transport = dovecot" I guess they are not needed? Here is my postconf -n output Code:
alias_database = hash:/etc/aliases Code:
# OS: Linux 2.6.32-279.2.1.el6.x86_64 x86_64 CentOS release 6.3 (Final) ext4Thanks, I really appreciate your attention. :-) Peter |
You need to tell postfix that dovecot is going to be your LDA (local delivery agent), so you need to edit the postfix/master.cf file and put something like this in it:
Code:
|
| All times are GMT +2. The time now is 11:20. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.