[Bug 436630] Re: spamassassin caches DNS servers forever

Bastl s.menge at gmx.de
Tue Nov 3 08:57:00 UTC 2009


Same problem here.

Workaround: add something like

#!/bin/sh

[ -f /etc/init.d/spamd ] || exit 0

case $1 in
    suspend|hibernate) /etc/init.d/spamd stop ;;
    resume|thaw)       /etc/init.d/spamd start ;;
    *) exit $NA ;;
esac
exit 0
    
to /etc/pm/sleep.d

-- 
spamassassin caches DNS servers forever
https://bugs.launchpad.net/bugs/436630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list