Re: header_checks

2010-05-06 Thread J.D. Bronson
r_check... Thanks Ralf. As always I appreciate it. -- J.D. Bronson

header_checks

2010-05-06 Thread J.D. Bronson
d this, but it didnt work: /^From:.ret@/REJECT unsolicited email -- J.D. Bronson

Re: How to limit attachment size in postfix

2010-02-04 Thread J.D. Bronson
in file main.cf: message_size_limit = -- J.D. Bronson

Re: greylisting question

2010-01-24 Thread J.D. Bronson
On 1/24/10 8:09 AM, Martin Strand wrote: On Sun, 24 Jan 2010 14:00:21 +0100, J.D. Bronson wrote: I have noticed (at times) that sometimes email gets greylisted when the user doesn't exist in my system. The mail ultimately get's rejected, but I cant figure out why it's greyli

greylisting question

2010-01-24 Thread J.D. Bronson
ct_non_fqdn_hostname, reject_unknown_client, reject_unauth_pipelining, check_policy_serviceinet:127.0.0.1:10023 -- J.D. Bronson Information Technology Aurora Health Care - Milwaukee WI Office: 414.978.8282 // Fax: 414.978.3988

Re: Country IP block list

2009-08-23 Thread J.D. Bronson
We use pf and tables here to block as well. I have huge CIDR blocks as we don't communicate directly with anyone outside the USA either. Spam has fallen seriously. The only ones we typically see now are the residential IP blocks from Verizon or RoadRunner.. -- J.D. Bronson

Re: Country IP block list

2009-08-22 Thread J.D. Bronson
How about this site for a start: http://www.okean.com/antispam/sinokorea.html -- J.D. Bronson

Re: reject mail without valid MX

2009-07-12 Thread J.D. Bronson
server in reserved network smtpd_recipient_restrictions = permit_mynetworks, ... ... ... check_sender_mx_access cidr:/etc/postfix/mx_access.cidr, Disclaimer: Please note I may have no idea what I am talking about here. -- J.D. Bronson

Re: NetBSD 5

2009-05-27 Thread J.D. Bronson
Wietse Venema wrote: Postfix will recognize NetBSD 5 after it has been verified to fully support the existing Postfix features. One known bug is that file descriptor passing requires different code on NetBSD than on the other 64-bit systems. This breaks Milters, the SMTP connection cache, and

NetBSD 5

2009-05-27 Thread J.D. Bronson
I noticed that postfix doesn't recognize NetBSD 5: This is as far as makedefs goes.. makedefs: NetBSD.4*) SYSTYPE=NETBSD4 as a test, I did this: makedefs: NetBSD.5*) SYSTYPE=NETBSD4 and it compiled just fine. -JD

Re: SASL authentication failure - NETBSD

2008-09-20 Thread J.D. Bronson
At 12:18 PM 9/20/2008 -0400, you wrote: J.D. Bronson <[EMAIL PROTECTED]> wrote: > I am running NetBSD 4.0 and pkg installed cyrus > and cram/digest/login mechanisms. I opted for another solution: Installed the pkgsrc of db4 then rebuilt cyrus against that then rebuilt postfix ag

SASL authentication failure - NETBSD

2008-09-20 Thread J.D. Bronson
I am running NetBSD 4.0 and pkg installed cyrus and cram/digest/login mechanisms. I then roll my own postfix and link against these accordingly. (I have postfix/sasl2 running fine under solaris, so I have the ideas down) But on this machine, I cannot get postfix to auth: I see the cram/digest

Re: 2.5.3 - Freebsd 7.0 build with db4.1

2008-08-09 Thread J.D. Bronson
At 08:34 AM 8/9/2008 -0400, Wietse Venema wrote: This is not surprising. Maybe -ldb41 will work. Maybe it will blow up when something else wants to use the default Berkeley DB. What problem are you trying to solve? Is there a problem with the default Berkeley DB library? Wietse -ldb41

2.5.3 - Freebsd 7.0 build with db4.1

2008-08-08 Thread J.D. Bronson
I installed a port of Berkeley db41-4.1.25_4 so I could build Cyrus (via another port) and having an issue trying to get postfix to build against it. I need to make sure postfix and cyrus link against the same bdb of course. #locate libdb41 /usr/local/lib/libdb41.a /usr/local/lib/libdb41.so /u