On Sat, Feb 11, 2017 at 01:13:35AM +0100, Patrik Laszlo wrote: > root@server:~/email# postcat -eq 87EF33004CC | grep content_filter > root@server:~/email# postcat -eq 19F213004D8 | grep content_filter > root@server:~/email# postcat -eq 671FF3004D7 | grep content_filter
Good, no problem content_filter. > virtual_transport = lmtp:unix:private/dovecot-lmtp This is the origin of "private/dovecot-lmtp". > lmtp unix - - y - - smtp The "lmtp" entry in master.cf entry is wrong. The postfix.org version has: ... smtp unix - - n - - smtp lmtp unix - - n - - lmtp ... Notice that the service name and the delivery agent match up in both entries. You've created a chimera. Your call whether to enable chroot or not ("y" vs. "n"). And you probably do need both services defined, not just the chimera. -- Viktor.