Ben Morrow <b...@morrow.me.uk> wrote: > > And finally I think I found the problem. There is a transportmap in postfix > > integrated that says: > > > > anup.de virtual > > .anup.de virtual > > > > I chanched this to > > > > anup.de dovecot > > .anup.de dovecot > > > > and mail gets delivered. Even when I comment that map, mail is > > delivered because of virtual_transport = dovecot. Mail never reached > > the service dovecot because of that transportmap. > > Before you go any further, please put the virtual_mailbox_maps parameter > back with a map of the valid virtual addresses. Otherwise you'll become > a backscatter source.
Do you mean the old virtual_mailbox_maps = hash:/etc/postfix/vmailbox ? But wouldn't that mean I have to care for two user files? vmailbox and the passwd-file of dovecot? > Ben > Andreas