Why is postfix talking to aspmx.google spamexperts?

2014-09-15 Thread John Oliver
Lots of logs of postfix trying to talk to spamexperts.com and
aspmx.X.google.com  Only problem is, I'm not connected to the Internet,
so this is never going to work :-)  I can't find anything relevant in
any of the postfix files, so... how do I tell it to quit trying?

-- 
***
* John Oliver http://www.john-oliver.net/ *
* *
***


Re: Why is postfix talking to aspmx.google spamexperts?

2014-09-15 Thread li...@rhsoft.net

Am 15.09.2014 um 23:09 schrieb John Oliver:
 Lots of logs of postfix trying to talk to spamexperts.com and
 aspmx.X.google.com  Only problem is, I'm not connected to the Internet,
 so this is never going to work :-)  I can't find anything relevant in
 any of the postfix files, so... how do I tell it to quit trying?

who konws without logs


RE: Why is postfix talking to aspmx.google spamexperts?

2014-09-15 Thread Marius Gologan
Extract the queue-ids from the logs and hold those messages for later
delivery:
postsuper -h queue-id (or postsuper -h ALL to hold everything in the queue)
to un-hold:
postqueue -H queue-id (or postsuper -H ALL to un-hold everything in HOLD)


-Original Message-
From: owner-postfix-us...@postfix.org
[mailto:owner-postfix-us...@postfix.org] On Behalf Of John Oliver
Sent: Tuesday, September 16, 2014 12:10 AM
To: postfix-users@postfix.org
Subject: Why is postfix talking to aspmx.google  spamexperts?

Lots of logs of postfix trying to talk to spamexperts.com and
aspmx.X.google.com  Only problem is, I'm not connected to the Internet, so
this is never going to work :-)  I can't find anything relevant in any of
the postfix files, so... how do I tell it to quit trying?

--
***
* John Oliver http://www.john-oliver.net/ *
* *
***



Re: Why is postfix talking to aspmx.google spamexperts?

2014-09-15 Thread Rick Zeman
On Mon, Sep 15, 2014 at 5:42 PM, Marius Gologan
marius.golo...@gmail.com wrote:
 Extract the queue-ids from the logs and hold those messages for later
 delivery:
 postsuper -h queue-id (or postsuper -h ALL to hold everything in the queue)
 to un-hold:
 postqueue -H queue-id (or postsuper -H ALL to un-hold everything in HOLD)

Or postsuper -d ALL to delete the contents of the queue IF you're sure
there are no good messages queued.