Re: my server generates spam

2012-05-08 Thread Bill Weiss
am? Look in your server logs for BE80AB81E65 and see who sent. Hopefully you have SMTP AUTH turned on, otherwise you'll just get a source IP to track down. -- Bill Weiss

Re: misunderstanding of some connections

2010-09-01 Thread Bill Weiss
ctions "\m" isn't the same as "m". You don't need to start your regexes with a backslash unless there's a character you want to escape (e.g. "."). -- Bill Weiss

Re: cidr table on mysql database

2010-08-16 Thread Bill Weiss
. > Thanks, If you're comfortable with PostgreSQL, it has a native CIDR type that you might find useful: http://www.postgresql.org/docs/8.2/static/datatype-net-types.html -- Bill Weiss I once bought some crack, now I'm down with the CIA -- Sublime

Re: Unknown senders and spam

2010-04-18 Thread Bill Weiss
= reject_rbl_client backscatter.spameatingmonkey.net > > But it appears that's only available in later versions, so I've tried > this, and it also doesn't work: > > warn_if_reject = reject_maps_rbl backscatter.spameatingmonkey.net You probably want: warn_if_

Re: procmail hitting sometimes but not others?

2010-03-29 Thread Bill Weiss
mtpd_client_event_limit_exceptions = static:everyone > smtpd_sasl_path = smtpd > smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access > smtpd_tls_cert_file = /System/Library/OpenSSL/certs/smtpd.pem > smtpd_tls_key_file = $smtpd_tls_cert_file > smtpd_use_tls = yes > unknown_local_recipient_reject_code = 550 > -- Bill Weiss The ten commandments of hooking anything to anything VIII. Never screw with something thou cannot replace.

Re: 554 5.7.1 relay access denied

2010-02-16 Thread Bill Weiss
or my site. Also, you're saying to allow relaying with a recipient of "j...@mydomain.com", but your test email is to "j...@rahul.net". A =/= B. How about some "postconf -n" output for us? Apologies if you've sent it before, but it sounds like you've been making some changes. -- Bill Weiss There are two ways to write error-free programs; only the third one works.

Re: address rewriting with regexp

2010-02-10 Thread Bill Weiss
Bill Weiss(houdini+post...@clanspum.net)@Wed, Feb 10, 2010 at 11:08:08AM -0600: > Andy Smith(flapjack2...@gmail.com)@Wed, Feb 10, 2010 at 11:01:05AM -0600: > > ok i have put that in canonical and when the rewrite occurs i get a > > log that looks like this > > > >

Re: address rewriting with regexp

2010-02-10 Thread Bill Weiss
this: The optional canonical(5) table specifies an address map- ping for local and non-local addresses. The mapping is used by the cleanup(8) daemon, before mail is stored into the queue. The address mapping is recursive. ^^ Try something like this: /^([0-9]+)@smscountry\.net$/ $1.prodea_u...@smscountry.net -- Bill Weiss

Re: Relaying mail through remote server?

2009-08-23 Thread Bill Weiss
> > http://gmailblog.blogspot.com/2009/07/send-mail-from-another-address-without.html > > How can I duplicate this using postfix, and without the PITA that is > popb4smtp, so he doesn't have to leave our system, and doesn't think > we're a bunch of inept fools? You're looking for authenticated SMTP: http://www.postfix.org/SASL_README.html -- Bill Weiss

Re: OT: Diagnose blocked mail

2009-03-04 Thread Bill Weiss
Ray(r...@stilltech.net)@Wed, Mar 04, 2009 at 08:32:40PM -0700: > On Wednesday 04 March 2009 18:10:22 Bill Weiss wrote: (lots of content snipped for context) > > Have you tried getting a pcap while the mystery server is supposed to be > > sending you mail? > > Haven't don

Re: OT: Diagnose blocked mail

2009-03-04 Thread Bill Weiss
5 Trying 206.75.152.197... Connected to mail.geekdelivery.com. Escape character is '^]'. 220 mail.geekdelivery.com ESMTP Postfix HELO clanspum.net 250 mail.geekdelivery.com MAIL FROM: 250 2.1.0 Ok RCPT TO: 250 2.1.5 Ok RSET 250 2.0.0 Ok QUIT 221 2.0.0 Bye Connection closed by foreign ho

Re: Blocking spam/address

2009-02-07 Thread Bill Weiss
rom a server in the xxx.com domain else > it should be rejected. Is it possible to do this? You might want to look at SPF, which is a variant of what you're suggesting. -- Bill Weiss I once bought some crack, now I'm down with the CIA -- Sublime

Re: has yahoo mailservers problems ?

2008-11-13 Thread Bill Weiss
mouss([EMAIL PROTECTED])@Thu, Nov 13, 2008 at 07:22:05PM +0100: > Bill Weiss wrote: >> t??ba([EMAIL PROTECTED])@Thu, Nov 13, 2008 at 11:00:54AM +0300: >>> On Wed, 12 Nov 2008 23:14:25 +0100 >>> "Martin Strand" <[EMAIL PROTECTED]> wrote: >>&g

Re: has yahoo mailservers problems ?

2008-11-13 Thread Bill Weiss
em. If Google started prioritizing the GSPF (Google-enhanced SPF) signed email coming in tomorrow, do you really think that most of us wouldn't set it up? -- Bill Weiss tragic political term meaning inconvenient. -- The Devil's Dictionary X

Re: recipient restriction on known address?

2008-08-27 Thread Bill Weiss
AIL PROTECTED]>, relay=relay.verizon.net[206.46.232.11], > delay=1, status=bounced (host relay.verizon.net[206.46.232.11] said: 550 > 4.2.1 mailbox temporarily disabled: [EMAIL PROTECTED] (in reply to > RCPT TO command)) ... and this says _smtp_. I would fix that before trying anythin