Page 1 of 1
Release Spam
Posted: 03 Feb 2014 09:14
by buzzzo
Hi
First of all thx for the wondeful job !!
Now my question: When i release a quarantinated spam message it will be reinjected into postfix and ultimately cause mailscanner to scan it again.
As result mailscanner see it as spam again and requarantine.
Is it a bug or a my misconfiguration ?
Thx in advance
Re: Release Spam
Posted: 03 Feb 2014 09:50
by shawniverson
Do you have a whitelist rule for the following in MailWatch?
From: 127.0.0.1
To: default
Re: Release Spam
Posted: 03 Feb 2014 10:12
by buzzzo
Thx for help.
After setting up a wl like the one you mentioed (expept for replace 127.0.0.1=localhost) the released message is correctly delivered to the transport host.
Assuming that i've installed the efa from scratch (eg: not installed from a vm image) is it supposed that the build script miss the auto insert of the wl rule in the db ?
Re: Release Spam
Posted: 03 Feb 2014 10:28
by darky83
This is inserted by EFA-Init (The initial configuration which configures the system)
If you have installed the system with Kickstart the EFA-Init script should have started automatically the first time you booted the system.
Re: Release Spam
Posted: 03 Feb 2014 13:14
by shawniverson
Just to clarify, did you have an entry already for 127.0.0.1, or was it not present at all?
Re: Release Spam
Posted: 04 Feb 2014 09:05
by buzzzo
Hi
As I created the vm (xen) from scratch the build script does'nt create properly all the entries in the db, mainly for my fault (wrong pass ecc ecc).
Thx