As i know, plesk keep configurations on database
in sa_conf tables, u can add email address there
INSERT INTO sa_conf (mailname,flt_enabled,rw_subject_tag,hits_required,spam_action) VALUES ('
[email protected]','both','*****SPAM*****','5','save'),
('
[email protected]','both','*****SPAM*****','5','save')
and dont forget to put/modify .qmail file on
/var/qmail/mailnames/
yourdomain/mymail/ .qmail
before:
| true
./Maildir/
after:
| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -f -u
[email protected] -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/
and make sure /etc/init.d/psa-spamassassin is start
Hope this help you
Schatje
# I have bash script to modify .qmail files