Hello people, What would be the best and fastest way to implement SPF checking in postfix with pyspf? By fastest I mean performance not and easy task :) How...
Bazy
bazy@...
Dec 1, 2007 1:37 pm
230717
... If you look at http://www.openspf.org/Software you will find there are Python and Perl policy servers for SPF. The Python one integrates pyspf. This may...
Scott Kitterman
postfix@...
Dec 1, 2007 2:05 pm
230718
... You could use the policyd-spf-perl http://www.howtoforge.com/postfix_spf I had been using this for a while , but it is surely more expensive that a pure C...
ram
ram@...
Dec 1, 2007 2:07 pm
230719
Hi, Here is V2 of the patch. There is now a generic caching service (cache/cache.c) that effectively implements a dictionary service with "var_cache_name" as...
Keean Schupke
keean@...
Dec 1, 2007 5:57 pm
230720
Found what I think is a mistake in the documentation. "dict_del" in "util/dict_open.c" is documented as returning non-zero on success. This seems to be wrong,...
Keean Schupke
keean@...
Dec 1, 2007 6:14 pm
230721
... As suggested in the mailing list welcome message. "postconf -n" output, please. Wietse...
Wietse Venema
wietse@...
Dec 1, 2007 6:34 pm
230722
... Given that there is also a "var_cache_service", to allow different clients to choose split caches, this seems reasonable. Given the generic nature of the...
Victor Duchovni
Victor.Duchovni@...
Dec 1, 2007 7:03 pm
230723
Hi, Comments inline: ... This all looks good to me... will do! ... Okay, will fix too. ... The alldig(buf) check makes sure there is no trailing junk, but...
Keean Schupke
keean@...
Dec 1, 2007 7:24 pm
230724
... Actually, the alldig() is probably enough, missed that test. Testing the validity of the DSN ([45].X.Y) string is likely still a good idea. ... OK, but the...
Victor Duchovni
Victor.Duchovni@...
Dec 1, 2007 10:34 pm
230725
Hi, ... have added a dsn_valid() check, and swapped to using strtoul, along with unsigned long for all time values... no negative times. ... Okay, will cache...
Keean Schupke
keean@...
Dec 1, 2007 10:44 pm
230726
... In http://tools.ietf.org/html/rfc4954#section-6, the enhanced status code for AUTH failures is defined as: 535 5.7.8 Authentication credentials invalid ...
Victor Duchovni
Victor.Duchovni@...
Dec 2, 2007 2:33 am
230727
... As long as Postfix recognizes the 535 SMTP status in this very specific context (AUTH request) there should be no need to require a specific enhanced...
Wietse Venema
wietse@...
Dec 2, 2007 2:51 am
230728
This is a resubmission, apparently the patch plus my preamble is over the 40k character limit. The patch is short enough, so it must be all my waffle at the...
Keean Schupke
keean@...
Dec 2, 2007 8:46 am
230729
Hi, here is V2.1 of the smtp-sasl auth cachine patch with generic cache. Regards, Keean Schupke, Fry-IT Ltd. diff -r -U5 -N postfix-2.4.5.orig/Makefile.in...
Keean Schupke
keean@...
Dec 2, 2007 8:50 am
230730
Hallo, i just about to move from exim to postfix. Though i liked exim, i missed some capabilities needed for cyrus back end. Now i setup an test system with...
C. Vorwerk
list-user@...
Dec 2, 2007 4:59 pm
230731
... http://cnysupport.com/download/pfshu/ This should help. It tags the message with a SpamAssassin-style X-ActualMessageSize=****** string, with each *...
Terry Carmen
terry@...
Dec 2, 2007 5:40 pm
230732
Hi, I am a new user to postfix and Linux. I am using CentOS 5 and even with a minimal installation, sendmail is installed with other applications dependant on...
Joseph L. Casale
jcasale@...
Dec 2, 2007 5:48 pm
230733
... Postfix installs a Sendmail compatability interface, so you can safely remove the actual package. http://www.postfix.org/sendmail.1.html -- Sahil Tandon...
Sahil Tandon
sahil@...
Dec 2, 2007 6:31 pm
230734
It's not possible to select a proxy based on some message property. Postfix must open the proxy *first*, before any message property is known. Perhaps you can...
Noel Jones
njones@...
Dec 2, 2007 7:00 pm
230735
... More than that, you *must* remove it (or at least make sure it's not somewhere in your path or being referenced by anything). I chased a mail loop for a...
Terry Carmen
terry@...
Dec 2, 2007 7:31 pm
230736
... You don't need to resubmit the patch just for this, but master.cf does not support whitespace in "-o" arguments. Should be: + -o...
Victor Duchovni
Victor.Duchovni@...
Dec 2, 2007 7:58 pm
230737
... OpenSSL must not be mandatory. On my servers, it makes no sense to increase the attack profile by tens of thousand of lines of code. ... Assuming that it...
Wietse Venema
wietse@...
Dec 2, 2007 8:09 pm
230738
Hi, I have applied the suggested changes, but I will wait to post the patch. I can write the documentation, or at least have a go at getting some initial docs...
Keean Schupke
keean@...
Dec 2, 2007 8:10 pm
230739
... Is there a suitable alternative that does not require ssl? ... The cache service is a generic cache, it is in no way tied to just being used to cache auth...
Keean Schupke
keean@...
Dec 2, 2007 8:19 pm
230740
... use /usr/sbin/alternatives to tell the system to use postfix sendmail commands. then you can remove Sendmail....
mouss
mlist.only@...
Dec 2, 2007 9:08 pm
230741
Hello; I have Postfix 2.3x installed on FreeBSD v6.2 and am trying to set up Cyrus Imap and Cyradm. In the process of following the instructions there are a...
jekillen
jekillen@...
Dec 2, 2007 9:13 pm
230742
On Sunday, December 02, 2007 at 22:13 CET, ... That's because the map types provided by Berkeley DB are called `hash' and `btree', not `db'. ... ...
Magnus Bäck
magnus@...
Dec 2, 2007 9:38 pm
230743
Keean Schupke: [ Charset ISO-8859-1 unsupported, converting... ] ... If you need hashing in Postfix, then I don't need to find one :-) The function needs to be...
Wietse Venema
wietse@...
Dec 2, 2007 9:44 pm
230744
After all the work on the Postfix queue scheduler in the past weeks, this was the only opportunity in the forseeable future to add support for output rate...
Wietse Venema
wietse@...
Dec 2, 2007 10:27 pm
230745
... If an administrator explicitly requests an override (despite some documented caveats), he should be willing to accept the risk that a milter might first...