On Wed, Mar 17, 2010 at 02:06:01AM +0000, Paul Martin wrote: > reopen 554239 > thanks > > I think this says it all: > > milter-greylist (4.3.5-3) unstable; urgency=low > > * Revert back to 4.3.5-1 code and put on a brown paper bag. > The changes don't work. > > -- Paul Martin <[email protected]> Wed, 17 Mar 2010 01:59:59 +0000 > > > > -- > Paul Martin <[email protected]>
Hi Paul, it seems like I have a working solution: mkdir /var/spool/postfix/milter-greylist/ chmod 2755 /var/spool/postfix/milter-greylist/ chown greylist.postfix /var/spool/postfix/milter-greylist/ in /etc/milter-greylist/greylist.conf add a line: socket "/var/spool/postfix/milter-greylist/milter-greylist.sock" 660 in /etc/default/milter-greylist add a line: SOCKET="/var/spool/postfix/milter-greylist/milter-greylist.sock" (maybe you should think about dropping /etc/default/milter-greylist because this duplicates all the setting from /etc/milter-greylist/greylist.conf) Kind regards Harald Jenny -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

