Scott Sharkey wrote:
Hi All,I'm trying to set postfix up to deliver using dovecot's LDA delivery agent. I'm using postfixadmin, with mysql virtual user tables. Those tables include a "transport" field, which is set to "virtual:". But I thought that the main.cf virtual_transport setting would redirect thesethrough dovecot's lda.
Nope, your transport table tells postfix to use the the master.cf transport named "virtual".
Your table lookup needs to return "dovecot:" -- Noel Jones