Re: rejecting email from specific domains

2015-11-17 Thread Bill Cole
On 17 Nov 2015, at 10:19, Viktor Dukhovni wrote: On Tue, Nov 17, 2015 at 10:08:47AM -0500, Bill Cole wrote: I never investigated if there production users of xyz.   There are absolutely positively multiple production users of .xyz domains. All evidence I have of this is blatant unequivocal

Re: rejecting email from specific domains

2015-11-17 Thread Viktor Dukhovni
On Tue, Nov 17, 2015 at 10:08:47AM -0500, Bill Cole wrote: > >I never investigated if there production users of xyz.   > > There are absolutely positively multiple production users of .xyz domains. > All evidence I have of this is blatant unequivocal spam and SMTP behaviors > that correlate perfe

Re: rejecting email from specific domains

2015-11-17 Thread Bill Cole
On 17 Nov 2015, at 1:48, yahoogro...@lazygranch.xyz wrote: FWIW, I keep an xyz tld for test purposes. Point dot com to production and dot xyz for test. Yes I know there are ways to do this with a subdomain, but dot xyz is really cheap. While a subdomain (or ad hoc .local with your DNS authori

Re: rejecting email from specific domains

2015-11-16 Thread yahoogroups
, November 16, 2015 10:35 PM To: postfix-users@postfix.org Reply To: postfix-users@postfix.org Subject: Re: rejecting email from specific domains On Mon, Nov 16, 2015 at 11:31:23PM -0600, Chris Boylan wrote: > So if I build a one line /etc/postfix/access with > .xyz REJECT http://www.postf

Re: rejecting email from specific domains

2015-11-16 Thread Viktor Dukhovni
On Mon, Nov 16, 2015 at 11:31:23PM -0600, Chris Boylan wrote: > So if I build a one line /etc/postfix/access with > .xyz REJECT http://www.postfix.org/postconf.5.html#parent_domain_matches_subdomains If smtpd_acces_maps is included, then the key is "xyz" not ".xyz". You can always list both

RE: rejecting email from specific domains

2015-11-16 Thread Christian Kivalo
us...@postfix.org] >On Behalf Of Viktor Dukhovni >Sent: Monday, November 16, 2015 22:55 >To: postfix-users@postfix.org >Subject: Re: rejecting email from specific domains > >On Mon, Nov 16, 2015 at 10:38:07PM -0600, Chris Boylan wrote: > >> I think I'd like to key

RE: rejecting email from specific domains

2015-11-16 Thread Chris Boylan
[mailto:owner-postfix-us...@postfix.org] On Behalf Of Viktor Dukhovni Sent: Monday, November 16, 2015 22:55 To: postfix-users@postfix.org Subject: Re: rejecting email from specific domains On Mon, Nov 16, 2015 at 10:38:07PM -0600, Chris Boylan wrote: > I think I'd like to key off

Re: rejecting email from specific domains

2015-11-16 Thread Viktor Dukhovni
On Mon, Nov 16, 2015 at 10:38:07PM -0600, Chris Boylan wrote: > I think I'd like to key off the from information and block anything, for > example, that self-identifies as being from a sender in .xyz domain. The ".xyz" domain is a real TLD, for a generic example use ".example" or "example.com", .

rejecting email from specific domains

2015-11-16 Thread Chris Boylan
We'd like to reject all email from some specific domains regardless of ip address. I think I'd like to key off the from information and block anything, for example, that self-identifies as being from a sender in .xyz domain. Would appreciate being pointed in the right direction as I'm just drawin