Gert Cuykens wrote: > my postfix setup > http://code.google.com/p/appwsgi/wiki/smtp > > my dovecot setup > http://code.google.com/p/appwsgi/wiki/imap > > > So what can i do to see some listing of my new mail ? >
1. you have not defined dovecot as virtual transport in your postfix main.cf so all dovecot entries is master.cf is just ignored. 2. settings like virtual_minimum_uid, virtual_mailbox_base etc applies only to postfix virtual trasport, not dovecot (all dovecot settings are read from dovecot config file) + add "virtual_transport = dovecot" in main.cf - all other "virtual_*" stuff is useless here if you use dovecot and dovecot's LDA. Uldis
