Re: verify db with mysql

2010-10-02 Thread Stefan Jakobs
On Friday 01 October 2010 18:58:26 Wietse Venema wrote: > Stefan: > > Hi list, > > > > I'm in the process of adding write support to postfix's mysql client (you > > will find a patch against postfix-2.7.1 in the appendix). But I have two > > problems: 1) the dict_cache_clean_event writes > > _LAS

Re: SPF and greylisting conditioning

2010-10-02 Thread Eugene V. Boontseff
On 26.09.2010 13:24, Michal Bruncko wrote: Hello list I am using postfix (v 2.7.0) with sender policy framework (postfix-policyd-spf-perl-2.001) and greylisting (postgrey-1.32) with following configuration: smtpd_recipient_restrictions = ... check_policy_service unix:private/policy check_

Re: verify db with mysql

2010-10-02 Thread Wietse Venema
Stefan Jakobs: > > Does the database support a first/next operation? > > The operation which comes close to that, is to select the whole table and > then > fetch the keys row by row. Yes, I think that is a first/next operation (with > a > bad performance). > > What would be the answer if ther

conditional bcc - is it possible

2010-10-02 Thread pf at alt-ctrl-del.org
After all tests have been passed and Postfix decides to accept an email, I'd like to selectively BCC some email for later (manual) inspection. But I don't want to "hold" that mail. BCC isn't available in Access, stable. Can always_bcc, recipient_bcc_maps or, sender_bcc_maps be called\applied\se

Installation Error

2010-10-02 Thread jason hirsh
I am doing an installation on a new FreeBSD 8.1 box and it fail with postfix: warning: valid_hostname: invalid character 32(decimal): my.domain-server.com Bind is up .. the server name is correct.. I have issued this on my previous server (which this is to replace) and didn't have a p

Re: Installation Error

2010-10-02 Thread Ralf Hildebrandt
* jason hirsh : > I am doing an installation on a new FreeBSD 8.1 box and it fail with > > > postfix: warning: valid_hostname: invalid character 32(decimal): > my.domain-server.com remove the trailing or leading space from "my.domain-server.com " or " my.domain-server.com" -- Ralf Hildebrand

Re: Installation Error _RESOLVED

2010-10-02 Thread jason hirsh
On Oct 2, 2010, at 3:56 PM, Ralf Hildebrandt wrote: * jason hirsh : I am doing an installation on a new FreeBSD 8.1 box and it fail with postfix: warning: valid_hostname: invalid character 32(decimal): my.domain-server.com remove the trailing or leading space from "my.domain-server.com

Re: Installation Error _RESOLVED

2010-10-02 Thread jason hirsh
the change to the rc.conf doesn't apparently take effect until you reboot.. there might be another way but i am a bit of a newbie On Oct 2, 2010, at 4:42 PM, joe wrote: You rebooted to change the hostname??? Joe On 10/02/2010 01:13 PM, jason hirsh wrote: On Oct 2, 2010, at 3:56 PM, Ralf Hi