Re: Modify subject based on recipient

2013-07-02 Thread Gaby L
I resolve same problem: 1 Use header checks in main.cf header_checks=regexp:/etc/postfix/header_checks 2. Edit and map header_checks file with line: /^Subject:.*(fax...)/ FILTER filter_fax:dummy 3.Edit master.cf with filter_fax line: filter_fax unix - nn -

switching from MySQL-5.5 to MariaDB-5.5.31

2013-07-02 Thread Jerry
I presently have MySQL-5.5 running on a FreeBSD-8.3 amd64 system. I want to remove MySQL and replace it with MariaDB-5.5.31 available in the FreeBSD ports system. Does anyone know of any specific problem that exists between MariaDB-5.5.31 and Postfix (2.11-20130405)? Also, I had the following in

Re: switching from MySQL-5.5 to MariaDB-5.5.31

2013-07-02 Thread Nick Rosier
Jerry wrote: I presently have MySQL-5.5 running on a FreeBSD-8.3 amd64 system. I want to remove MySQL and replace it with MariaDB-5.5.31 available in the FreeBSD ports system. Does anyone know of any specific problem that exists between MariaDB-5.5.31 and Postfix (2.11-20130405)? Also, I had

Re: GSSAPI with SMTP client

2013-07-02 Thread Erinn Looney-Triggs
On 07/01/2013 04:13 PM, Viktor Dukhovni wrote: On Mon, Jul 01, 2013 at 03:18:03PM -0400, Erinn Looney-Triggs wrote: relayhost = smtp.myserver.com smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt smtp_tls_session_cache_database = btree:${data_directory}/smtp_tls_session_cache

Re: GSSAPI with SMTP client

2013-07-02 Thread Viktor Dukhovni
On Tue, Jul 02, 2013 at 11:25:53AM -0400, Erinn Looney-Triggs wrote: However, it still is not working. Running a debug_peer_list with the verbosity set to 2 against both a thunderbird client working with GSSAPI and the postfix client. It appears that GSSAPI is not even being tried by the

Postfix sending issue

2013-07-02 Thread Sam Flint
Hi I've been having issues sending email out through postfix. My postconf -n is: broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = Maildir/ inet_interfaces = all inet_protocols = ipv4, ipv6 message_size_limit = 3072 mydestination = $myhostname, localhost,

Re: Postfix sending issue

2013-07-02 Thread li...@rhsoft.net
Am 03.07.2013 02:34, schrieb Sam Flint: Jul 3 00:28:41 bell postfix/smtpd[15256]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled Jul 3 00:28:41 bell postfix/smtpd[15256]: connect from localhost[::1] Jul 3 00:28:41 bell postfix/smtpd[15256]: NOQUEUE: reject: RCPT

Re: Postfix sending issue

2013-07-02 Thread Wietse Venema
Sam Flint: Jul 3 00:28:41 bell postfix/smtpd[15256]: NOQUEUE: reject: RCPT from localhost[::1]: Add ::1 to mynetworks. Wietse

multiple auth methods for smtpd

2013-07-02 Thread Ram
Is it possible to use 2 different methods of authentication on smtpd based on userids Some users authentication against ldap , some authenticate against say a database