smtpd_milters and virtual_alias_maps

2009-05-17 Thread Pascal Maes
hello Postfix version 2.5.7 As I have some problems with proxy filters that are not transparent, I would like to test milter filters. When I enable the smtpd_filters, the "virtual aliasing" is no more applied ! In other words, without the smtpd_milters, a mail send to m...@elec.ucl.ac.be

Re: duplicate emails using always_bcc and amavisd-new

2009-05-17 Thread Bernard T. Higonnet
Noel Jones wrote: Bernard Higonnet wrote: Hello, I have my own little family mail server running postfix under FreeBSD 7.1-RELEASE #0. I keep a journal of all ingoing and outgoing mail using always_bcc which I'm happy with. I recently installed amavisd-new and ever since I get duplicate email

Re: smtpd_milters and virtual_alias_maps

2009-05-17 Thread Wietse Venema
Pascal Maes: > hello > > Postfix version 2.5.7 > > As I have some problems with proxy filters that are not transparent, I > would like to test milter filters. > > When I enable the smtpd_filters, the "virtual aliasing" is no more > applied ! Look in master.cf for receive_override_options

Postfix SASL didn't query saslauthd whereas smtp.conf is set

2009-05-17 Thread David Touzeau
Dear I use SASL connected to ldap server trough saslauthd daemon I don't understand why postfix try to query sasldb2 instead query saslauthd daemon in order to authenticate remote clients. clients authenticate SMTP session has u...@domain.tld user account if they send mail trought Postfix there

Re: smtpd_milters and virtual_alias_maps

2009-05-17 Thread Pascal Maes
Le 17-mai-09 à 15:02, Wietse Venema a écrit : Pascal Maes: hello Postfix version 2.5.7 As I have some problems with proxy filters that are not transparent, I would like to test milter filters. When I enable the smtpd_filters, the "virtual aliasing" is no more applied ! Look in master.c

Re: Postfix SASL didn't query saslauthd whereas smtp.conf is set

2009-05-17 Thread Patrick Ben Koetter
* David Touzeau : > I use SASL connected to ldap server trough saslauthd daemon > I don't understand why postfix try to query sasldb2 instead query > saslauthd daemon in order to authenticate remote clients. It's a fallback mechanism that kicks in when other authentication methods fail. > clients

Sent Mail Shows FQDN in Email Address

2009-05-17 Thread Carlos Williams
I am using a new Postfix server and when I send an email to anyone, it shows the FQDN as follows: u...@mail.myserver.com When it should display: u...@myserver.com Now in my Postfix main.cf file, I made sure to check I have: [code]myorigin = $mydomain[/code] Now obviously mydomain = myserver.c

Re: Following CentOS Postfix Config Guide

2009-05-17 Thread Carlos Williams
On Mon, May 11, 2009 at 8:59 PM, Sahil Tandon wrote: > On Mon, 11 May 2009, Carlos Williams wrote: >> relayhost = > > The default value is empty, so no need to redefine it. I was told to add this value and leave it blank so that Postfix will not be used as an open relay. Are you saying that I can

Re: Sent Mail Shows FQDN in Email Address

2009-05-17 Thread Simon Wilson
Quoting Carlos Williams : I am using a new Postfix server and when I send an email to anyone, it shows the FQDN as follows: u...@mail.myserver.com When it should display: u...@myserver.com Now in my Postfix main.cf file, I made sure to check I have: [code]myorigin = $mydomain[/code] Now ob

Re: Following CentOS Postfix Config Guide

2009-05-17 Thread Sahil Tandon
On Sun, 17 May 2009, Carlos Williams wrote: > On Mon, May 11, 2009 at 8:59 PM, Sahil Tandon wrote: > > On Mon, 11 May 2009, Carlos Williams wrote: > >> relayhost = > > > > The default value is empty, so no need to redefine it. > > I was told to add this value and leave it blank so that Postfix w

Re: Following CentOS Postfix Config Guide

2009-05-17 Thread Sahil Tandon
On Sun, 17 May 2009, Sahil Tandon wrote: > On Sun, 17 May 2009, Carlos Williams wrote: > > > On Mon, May 11, 2009 at 8:59 PM, Sahil Tandon wrote: > > > On Mon, 11 May 2009, Carlos Williams wrote: > > >> relayhost = > > > > > > The default value is empty, so no need to redefine it. > > > > I was

Re: Following CentOS Postfix Config Guide

2009-05-17 Thread Martin Strand
On Mon, 18 May 2009 03:48:54 +0200, Carlos Williams wrote: > I find it confusing to know / understand what > configurations Postfix auto assumes and what is required to be > specified in my main.cf. > > Can someone please shed some light on this for me? Use postconf -d to see the default value:

Re: Sent Mail Shows FQDN in Email Address

2009-05-17 Thread Magnus Bäck
On Monday, May 18, 2009 at 03:44 CEST, Carlos Williams wrote: > I am using a new Postfix server and when I send an email to anyone, it > shows the FQDN as follows: > > u...@mail.myserver.com > > When it should display: > > u...@myserver.com > > Now in my Postfix main.cf file, I made sure

Re: question on permit_sasl_authenticated and check_sender_access

2009-05-17 Thread Gaël Lams
On Wed, May 6, 2009 at 12:38 PM, Charles Marcus wrote: > On 5/6/2009, Gaël Lams (lamsg...@gmail.com) wrote: >> I modified master.cf and configure submission that way: >> submission inet n      -       n       -       -       smtpd >>         -o smtpd_enforce_tls=yes >>         -o smtpd_sasl_auth_e

Re: question on permit_sasl_authenticated and check_sender_access

2009-05-17 Thread Gaël Lams
>. > > You can test this by temporarily removing permit_sasl_authenticated from > smtpd_recipient_restrictions in main.cf and attempting to relay a > message to an external domain as an authenticated user via the > submission port. With your current settings, the message should be > rejected (u