Mail queue full of "failure notice"

Forum for getting help with Project Gamera, Spamassassin, Clamav, qmail-scanner and other anti-spam tools.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

yum install qgreylist
Griffith
Forum User
Forum User
Posts: 95
Joined: Tue Dec 07, 2004 1:32 pm

Unread post by Griffith »

Yes, I'm aware of that :) But, if you have 2-6 servers where do you keep the greylisting ips? If an email is "rejected" at server 1 first, then server 5, then server 3.. then it will take along time before it is delivered. Therefore I wondered if there are a good soloution for that?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

rsync, gfs, nfs, etc would all do it. Its never been an issue with any of my customers
Griffith
Forum User
Forum User
Posts: 95
Joined: Tue Dec 07, 2004 1:32 pm

Unread post by Griffith »

I think we will try rsync first.

Do you think it will work to run this on every greylisting server:

// -p, --perms preserve permissions
// -g, --group preserve group
// -o, --owner preserve owner (root only)
// -u, --update update only (don't overwrite newer files)
// -t, --times preserve times
rsync -pgout

or anyone with a better solution?

How often would you recommend to run it?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

rsync -av -e ssh <src> <dst>
carliebentley
Forum User
Forum User
Posts: 46
Joined: Mon Oct 09, 2006 5:32 pm

Re:

Unread post by carliebentley »

breun wrote:Another way around this is to disable sending these messages in the first place, but there are issues with that also (people not knowing their message wasn't delivered, because it went into a black hole because they made a typo in the address). A rock and a hard place.
Is there a procedure that covers how to disable sending these messages? I'm no longer going to tip-toe around this problem. I'm willing to eliminate this spam backscatter by any means.

I'm running an ASL/Plesk/Qmail box, and figure if someone is hyper-concerned about an e-mail being received people just need to learn to type the correct e-mail address.

I want to stop the failure notices completely.

Thanks a bundle.

Sorry for the ancient thread resurrection, but this continues to be a problem.
Post Reply