Wietse Venema: > Ralf Polakowski: > > Hello, > > > > I have to Install a Server with Postfix and Cyrus. I have asked Google, > > Books, but I some Help or some good hints. > > > > The old Mail-System is a simple Setup with Sendmail with cyrus. > > Authentication via passwd. Using Group ACL via /etc/groups > > > > The new Mail-System that i want to Setup have to do the same. > > I have tried authentication via auxprop/postgresql but I can't find a > > hint how I can integrate Group ACL for Shared Folders in the Database. > > > > So I want to "dublicate" the old Setup with postfix and cyrus. I want to > > use Shelluser because the sasldb doesn't Support Group ACL's. So > > Virtual User via cyrus doesn't make sense. > > > > The Linux is the latest stable Debian 4.0r4a > > > > So I have done the folowing Steps: > > > > 1. making the lmtp-socket public > > > > lmtp unix n - n - - lmtp > > That is your mistake.
To clarify: Postfix delivery agent sockets must be listed as "private" in master.cf. They are for use only by the Postfix queue manager. Wietse