spamdyke doesn't use the remote server's IP address in its graylist
filter -- that would wreak havoc with large mail providers with multiple
outbound servers (e.g. AOL, Yahoo!, GMail).
The log messages you sent showed two delivery attempts to the same
recipient in the same connection. Do your logs show any later
redelivery attempts? If so, you may (have) had a permissions problem in
your graylist folder. Now that you've deleted the folder structure, the
permissions should have been reset. If the problem returns, however,
try using the "config-test" feature to check for issues. Do you run a
periodic script to remove old graylist entries? If so, is it possibly
malfunctioning and removing graylist files too quickly? Is there
anything else exotic about your server (e.g. clustered, NFS filesystem,
etc)?
To use a configuration directory to disable graylisting for a specific
recipient, first create a configuration directory:
mkdir -p /etc/spamdyke.d
Then add it to your spamdyke configuration file:
config-dir=/etc/spamdyke.d
Within the directory, create a folder for the recipient:
mkdir -p /etc/spamdyke.d/_recipient_/net/kettlewell/_at_
Create a file for the recipient:
/etc/spamdyke.d/_recipient_/net/kettlewell/_at_/vp
In that file, turn off graylisting:
graylist-level=none
That's it. You could use the same process to change spamdyke's
configuration for the sender instead, if you prefer. You can also do
this for all senders/recipients within a domain instead of specific
addresses.
-- Sam Clippinger
TazaTek wrote:
> Sam,
>
> I think I fixed my problem by removing a graylist directory, and let
> Spamdyke recreate it ...
>
> What I'm wondering is if my ISP was to change the IP of their
> mailserver, could this have an effect on graylisting? I don't know
> for sure that the mailserver has changed, but a whole slew of IP's
> have been changing for my ISP in this region.
>
> How do I go about deactivating graylisting like you describe? What
> would I put into the directory/file of the graylist directory?
>
> Thanks
>
> Matt
>
>
> Sam Clippinger wrote:
>> That's very strange -- if you're getting a notification from your ISP
>> that says the message has been delayed but they will continue attempting
>> to deliver, the message should pass the graylist filter. Is your ISP
>> running some exotic/impatient mail server? Have you set the
>> "graylist-max-secs" option to a very low number or "graylist-min-secs"
>> to a very high number? Are the sender's and recipient's addresses
>> constant or do they use some kind of one-time-use address format? Can
>> you look in your logs to see if something else is happening, especially
>> any error messages?
>>
>> To answer your question, however, there is no option to explicitly skip
>> graylisting for a specific sender or recipient. You can, however,
>> create a configuration directory for the sender/recipient (or their
>> domain(s)) and deactivate graylisting there.
>>
>> -- Sam Clippinger
>>
>> TazaTek wrote:
>>
>>> I'm trying to not greylist the connection between two emails on the same
>>> domain that we have...
>>>
>>> seems that my ISP has gotten in the middle of things and is (silently)
>>> dropping emails that respond with a greylisted message
>>>
>>> I am getting a bounce-back from my ISP saying that it's been greylisted
>>> and will eventually be delivered... but I can only hold my breath so long :)
>>>
>>> So my question is: what is the right format for doing a never-greylist
>>> between 2 email addresses?
>>>
>>> I don't see never-greylist in the 4.0 documentation, so I think that is
>>> for the older version, but I'm really not sure, and nothing I try seems
>>> to make a difference.
>>>
>>> Any help would be appreciated , and an example will earn you a virtual
>>> beer, glass of wine or shot of bourbon - your choice!
>>>
>>>
>>>
>> _______________________________________________
>> spamdyke-users mailing list
>> [email protected]
>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>>
>
>
> --
> Matthew Kettlewell
>
> http://www.Kettlewell.net/professional-seo-services/
>
> Follow me:
> Twitter: http://www.twitter.com/kettlewell
> LinkedIn: http://www.linkedin.com/in/kettlewell
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>
_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users