• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Spamassassin stopped working on individual mailbox

H

Herby

Guest
Hi,

after playing with this mailbox adding to whitelist (and removing it also again) spamassassin does not work anymore on this mailbox (No Spam Icon in Mailbox management)

qmail file looks only like this:

# cat .qmail
| true
./Maildir/

instead of

| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -f -u OTHERMAILBOX -U /tmp/spamd_full.sock > spamcheck$$; /var/qmail/bin/qmail-local "$USER" "$HOME" "$LOCAL" "" "" "$HOST" "$SENDER" "$DEFAULT" < spamcheck$$; retval=$?; rm -f spamcheck$$; [ $retval = 0 ] && exit 99; exit $retval; fi # ACCEPT UCE
| true
./Maildir/

Is it a bug that the .qmail file is not again beeing restored to spamsettings ?

Even if a add the missing line and restart spamassassin the Spam Icon is greyed out telling that Spamassassin is disablesd for this mailbox

Any hints ?
 
no1 ?

my last chance would be to delete / add the mailbox again.

But then it could happen ever again without a clean solution to it :/
 
Back
Top