Re: specify local and non local destination

2010-08-17 Thread Ansgar Wiechers
On 2010-08-17 Alfred Tuinman wrote: > If we specify mydestination to be $mydomain all mail is considered > local. This is fine for most of us but there are a few roaming users. > Only for those users we would like all mail to be sent outside. > > How do I handle this? Please elaborate more. Where

newbie question: rbl checking

2010-08-17 Thread Tom Kinghorn
Good morning list. Firstly, I apologize for the question if it is a wate of your time. I come from an exim background and as such, am still finding my feet with Postfix. What I would like to achieve is that any IP which connects to any mail server which has one of our clients IP's gets rbl s

Re: newbie question: rbl checking

2010-08-17 Thread Ansgar Wiechers
On 2010-08-17 Tom Kinghorn wrote: > What I would like to achieve is that any IP which connects to any mail > server which has one of our clients IP's > gets rbl scanned. > > /external_ip [spammer] {Client host [193.138.93.1] listed at > dnsbl.njabl.org; } > | > | >

Re: newbie question: rbl checking

2010-08-17 Thread Tom Kinghorn
On 2010/08/17 10:32 AM, Ansgar Wiechers wrote: On 2010-08-17 Tom Kinghorn wrote: What I would like to achieve is that any IP which connects to any mail server which has one of our clients IP's gets rbl scanned. /external_ip [spammer] {Client host [193.138.93.1] listed at dnsbl.njabl.org; }

Re: Speed up queue injection

2010-08-17 Thread Wietse Venema
Stan Hoeppner: > Wietse Venema put forth on 8/16/2010 2:36 PM: > > Stan Hoeppner: > >> Google uses less than 1/10th of 1% "Enterprise grade" hardware, using the > >> typical definition of "Enterprise grade", in their operations. And Google > >> is > >> the undisputed single largest operator of se

Re: newbie question: rbl checking

2010-08-17 Thread Noel Jones
On 8/17/2010 3:39 AM, Tom Kinghorn wrote: On 2010/08/17 10:32 AM, Ansgar Wiechers wrote: On 2010-08-17 Tom Kinghorn wrote: What I would like to achieve is that any IP which connects to any mail server which has one of our clients IP's gets rbl scanned. /external_ip [spammer] {Client host [193.

"virtual_mailbox_domain" vs (virtual) LDAP table "domain"

2010-08-17 Thread Douglas Maus
How do the domains specified in "virtual_mailbox_domains" in main.cf and the "domain" parameter in an LDAP table configuration differ and interact? For a virtual w/LDAP mailbox, is one, the other, or both necessary? To a relative novice reader, the documentation http://www.postfix.org/postconf.5

Re: Force users to auth.

2010-08-17 Thread Rachid Abdelkhalak
The problem is fixed, and here is the final config: smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $mydomain disable_mime_input_processing = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_authenticated_header = yes smtpd_recipient_restrictions = reject_non_fqdn_recipi

RE: Active Directory and virtual delivery agent

2010-08-17 Thread Aaron Roberts
> Why would you want to *modify* the horrible AD schema ? > > AD contains plenty of obscure > "office-phone-except-when-my-wife-is-calling" attribute fields - abuse > one of them :) > This has the incredible advantage that the data is actually *visible* > in > a user's account tab! > I would hunt

Re: Problem with Postfix and LDAP...

2010-08-17 Thread Christopher Koeber
OK, I finally got this working!! And thanks in no small part to the folks on this list. I disabled the virtual_alias_maps directive and corrected the virtual_mailbox_maps (which required me to also append the "/" at the end of the maildrop attributes for all of the people I needed to get mail to)

Re: Speed up queue injection

2010-08-17 Thread Stan Hoeppner
Wietse Venema put forth on 8/17/2010 6:11 AM: > Stan Hoeppner: >> Wietse Venema put forth on 8/16/2010 2:36 PM: >>> Stan Hoeppner: Google uses less than 1/10th of 1% "Enterprise grade" hardware, using the typical definition of "Enterprise grade", in their operations. And Google is

RE: Configuring internal mail relay

2010-08-17 Thread Michael.Larsen
Sorry I'm so late to the game, Noel - I forgot I implemented a rule to move these to a separate folder. Thanks to Brian for the heads-up to look. I'll play with this and see how it goes, post a response in a bit. Thanks! -Original Message- From: owner-postfix-us...@postfix.org [mailto:

separate bounced and regular email after using transport

2010-08-17 Thread Zhou, Yan
Hi there, I have defined my own process to handle all incoming emails, by using a local transport. My master.cf has entry like this, where the Python script delegates each mail processing to somewhere else. connector unix - n n - - pipe flags= user=testuse

Re: separate bounced and regular email after using transport

2010-08-17 Thread Wietse Venema
Zhou, Yan: > Hi there, > > I have defined my own process to handle all incoming emails, by using a > local transport. My master.cf has entry like this, where the Python > script delegates each mail processing to somewhere else. > > connector unix - n n - - pi

Re: "virtual_mailbox_domain" vs (virtual) LDAP table "domain"

2010-08-17 Thread mouss
Le 17/08/2010 15:03, Douglas Maus a écrit : How do the domains specified in "virtual_mailbox_domains" in main.cf and the "domain" parameter in an LDAP table configuration differ and interact? virtual_mailbox_domains is a postfix parameter that staes which domains are to "virtual mailbox domai

Re: specify local and non local destination

2010-08-17 Thread mouss
Le 17/08/2010 07:35, Alfred Tuinman a écrit : Hi, If we specify mydestination to be $mydomain all mail is considered local. This is fine for most of us but there are a few roaming users. Only for those users we would like all mail to be sent outside. How do I handle this? http://www.postfix.

Re: 'virtual_mailbox_domain' vs (virtual) LDAP table 'domain'

2010-08-17 Thread Douglas Maus
On Tue Aug 17 17:25 , mouss sent: > Le 17/08/2010 15:03, Douglas Maus a écrit : >> How do the domains specified in "virtual_mailbox_domains" in main.cf >> and the "domain" parameter in an LDAP table configuration >> differ and interact? > >virtual_mailbox_domains is a postfix parameter that staes

Re: specify local and non local destination

2010-08-17 Thread Alfred Tuinman
On Tuesday 17 August 2010 01:15 PM, Ansgar Wiechers wrote: On 2010-08-17 Alfred Tuinman wrote: If we specify mydestination to be $mydomain all mail is considered local. This is fine for most of us but there are a few roaming users. Only for those users we would like all mail to be sent outsi

Re: separate bounced and regular email after using transport

2010-08-17 Thread Jerrale G
On 8/17/2010 4:37 PM, Wietse Venema wrote: Zhou, Yan: Hi there, I have defined my own process to handle all incoming emails, by using a local transport. My master.cf has entry like this, where the Python script delegates each mail processing to somewhere else. connector unix - n