4 May
                
                    2008
                
            
            
                4 May
                
                '08
                
            
            
            
        
    
                2:56 p.m.
            
        Jeremy Gillick wrote:
I followed the dovecot instructions ( http://wiki.dovecot.org/HowTo/SimpleVirtualInstall) to create a simple virtual user installation with the /etc/dovecot/passwd file. However, whenever I try to send a message to the virtual user, Postfix has a problem delivering it. Postfix is delivering messages to ~/Maildir, but Dovecot is trying to use /home/vmail/. How can I get the 2 apps to work together?
use dovecot LDA to deliver mail virtual_transport = dovecot
Alternatively, configure postfix to use the same Maildir as dovecot using virtual_mailbox_maps.
[snip]