Postfix/Greyfix – warning: problem talking to server private/greyfix: No such file or directory
Error: Postfix/Greyfix – warning: problem talking to server private/greyfix: No such file or directory
You get the following error in your mail log:if(typeof __ez_fad_position != ‘undefined’){__ez_fad_position(‘div-gpt-ad-howtoforge_com-box-3-0’)};
Aug 26 16:20:00 server1 postfix/smtpd[8471]: warning: problem talking to server private/greyfix: No such file or directory
if(typeof __ez_fad_position != ‘undefined’){__ez_fad_position(‘div-gpt-ad-howtoforge_com-medrectangle-3-0’)};
Solution
Open /etc/postfix/master.cf…
vi /etc/postfix/master.cf
… and add the following two lines:
greyfix unix - n n - - spawn user=nobody argv=/usr/local/sbin/greyfix --greylist-delay 60 -/ 24
(Make sure you use the correct path to your greyfix command – you can find that out by running
which greyfix
)
(adsbygoogle = window.adsbygoogle || []).push({});
Restart Postfix afterwards:
/etc/init.d/postfix restart