Hi
I upgrade from debian10 to debian11 and init.d to systemd

In old debian I dont have any probles but in debian11 in systemd (after 4h) I get many


ar 27 10:17:01 node2 postfix/smtpd[4005054]: warning: connect to private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4005054]: warning: problem talking to server private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4009570]: warning: connect to private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4009570]: warning: problem talking to server private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4004444]: warning: connect to private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4004444]: warning: problem talking to server private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4001879]: warning: connect to private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4001879]: warning: problem talking to server private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4008859]: warning: connect to private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4008859]: warning: problem talking to server private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4002598]: warning: connect to private/policy-spf: Resource temporarily unavailable Mar 27 10:17:01 node2 postfix/smtpd[4002598]: warning: problem talking to server private/policy-spf: Resource temporarily unavailable

After some (4h) i get more Resource problem with all in master.cf

...
policyd-lemat3 unix - n n - - spawn user=nobody argv=/usr/local/bin/policyd-lemat3

policy-spf  unix  -       n       n       -       -       spawn
     user=nobody argv=/usr/bin/policyd-spf
...



The difference between the old and the new is that in the master.cf in the new one I have an additional milter and the changes for it:
old master.cf:

....
cleanup unix n - n - 0 cleanup
#beacuse

policyd-lemat3 unix - n n - - spawn user=nobody argv=/usr/local/bin/policyd-lemat3

policy-spf  unix  -       n       n       -       -       spawn
     user=nobody argv=/usr/bin/policyd-spf
....


new master.cf:
....
#I changed this beacuse i had a problem with milter-regexp:
cleanup unix n - y - 0 cleanup -----> maby this ?

policyd-lemat3 unix - n n - - spawn user=nobody argv=/usr/local/bin/policyd-lemat3

policy-spf  unix  -       n       n       -       -       spawn
     user=nobody argv=/usr/bin/policyd-spf
....

main.cf:
....
#dkim - inet:localhost:12301
#milter-regexp - unix:/var/run/milter/milter-regex.sock
smtpd_milters = unix:/var/run/milter/milter-regex.sock,inet:localhost:12301
non_smtpd_milters = unix:/var/run/milter/milter-regex.sock,inet:localhost:12301
milter_default_action = accept
milter_protocol = 6
....

I dont have any idea

--

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to