This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[4.021] SMTP proxy spamassassin: no Callouts?

Having enabled both "Sender verification" and "Use callouts", I wonder why the spamassassin daemon always runs with the --local flag:

26791 ?        R      0:04 /spamassassin/spamd.exe -d -u exim --noadd-from --local

Does this imply that Astaro does the callout not from within spamd.exe, or is this simply a bug an no callouts are ever done whatever the setting in Webadmin is?

I have toggled the two relevant options and restarted spamd several times, but "ps ax" contiues to show spamd with --local.

This is different in V5beta2/V4.711 (which uses spamassassin 2.63)

Rolf


This thread was automatically locked due to age.
Parents
  • The startup script /etc/rc.d/smtp indeed starts spamd always with option --local, regardless of any configuration settings: 

           chroot /var/chroot-smtp /spamassassin/spamd.exe -d -u exim --noadd-from --local >/dev/null 2>&1 || ret_code=1

    Do I miss something?

    Rolf
     
Reply
  • The startup script /etc/rc.d/smtp indeed starts spamd always with option --local, regardless of any configuration settings: 

           chroot /var/chroot-smtp /spamassassin/spamd.exe -d -u exim --noadd-from --local >/dev/null 2>&1 || ret_code=1

    Do I miss something?

    Rolf
     
Children