Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2011, at 2:08 PM, Noel Jones wrote: > On 3/30/2011 3:53 PM, Ansgar Wiechers wrote: >> On 2011-03-30 Corey Quinn wrote: >>> On Mar 30, 2011, at 12:46 PM, Noel Jones wrote: # main.cf smtp_generic_maps = regexp:/etc/postfix/ge

Re: How to setup Postfix to Store/Forward Multi-domain + SSL to another Postfix instance?

2011-03-30 Thread dchilton
Hi Viktor, On Thu, 31 Mar 2011 00:59 -0400, "Victor Duchovni" wrote: > On Wed, Mar 30, 2011 at 09:37:31PM -0700, dchil...@bestmail.us wrote: > > > I plan to host mail for 3 domains, > > > > mynet1.net > > mynet2.net > > mynet3.net > > > > and have SSL certs for each domain. > > Sorry, n

Re: How to setup Postfix to Store/Forward Multi-domain + SSL to another Postfix instance?

2011-03-30 Thread Victor Duchovni
On Wed, Mar 30, 2011 at 09:37:31PM -0700, dchil...@bestmail.us wrote: > I plan to host mail for 3 domains, > > mynet1.net > mynet2.net > mynet3.net > > and have SSL certs for each domain. Sorry, not possible to have "SSL certs for each domain". You can have one cert that lists all three d

How to setup Postfix to Store/Forward Multi-domain + SSL to another Postfix instance?

2011-03-30 Thread dchilton
Hi, I plan to host mail for 3 domains, mynet1.net mynet2.net mynet3.net and have SSL certs for each domain. I have 2 servers -- one hosted with StaticIPs facing the 'net, the other behind a dynamic IP on my LAN. the two MX for each of my mail domains point at the two static IPs on the ho

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Noel Jones
On 3/30/2011 3:53 PM, Ansgar Wiechers wrote: On 2011-03-30 Corey Quinn wrote: On Mar 30, 2011, at 12:46 PM, Noel Jones wrote: # main.cf smtp_generic_maps = regexp:/etc/postfix/generic.regexp # generic.regexp IF /+.*@example\.com$/ /^(.*)+/ $1...@example.com ENDIF Threw this verbatim into

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Ansgar Wiechers
On 2011-03-30 Corey Quinn wrote: > On Mar 30, 2011, at 12:46 PM, Noel Jones wrote: >> # main.cf >> smtp_generic_maps = >> regexp:/etc/postfix/generic.regexp >> >> # generic.regexp >> IF /+.*@example\.com$/ >> /^(.*)+/ $1...@example.com >> ENDIF > > Threw this verbatim into my generic.regexp: >

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2011, at 1:29 PM, Wietse Venema wrote: > Corey Quinn: >> On Mar 30, 2011, at 12:46 PM, Noel Jones wrote: >>> >>> # main.cf >>> smtp_generic_maps = >>> regexp:/etc/postfix/generic.regexp >>> >>> # generic.regexp >>> IF /+.*@example\.com$/

Re: Problem with rejected mail: infinite regress

2011-03-30 Thread Nick Dokos
Corey Quinn wrote: > Something on the box is connecting to send this message; you've got = > another process somewhere that's injecting this mail. > Yup, fetchmail: when I kill it, the thing stops. Now I got to hunt that down. Sorry for the noise and thanks again, Nick

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Victor Duchovni
On Wed, Mar 30, 2011 at 02:46:39PM -0500, Noel Jones wrote: > That's a very different problem, ie. strip recipient delimiters from mail > relayed externally. > > Sounds as if smtp_generic_maps will fill the need. > http://www.postfix.org/ADDRESS_REWRITING_README.html#generic > > > # main.cf > smt

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Wietse Venema
Corey Quinn: > On Mar 30, 2011, at 12:46 PM, Noel Jones wrote: > > > > # main.cf > > smtp_generic_maps = > > regexp:/etc/postfix/generic.regexp > > > > # generic.regexp > > IF /+.*@example\.com$/ Remove the initial "+" character. Wietse

Re: Problem with rejected mail: infinite regress

2011-03-30 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2011, at 1:16 PM, Nick Dokos wrote: > The following problem started happening on March 24 and it has not stopped > since. > every 30 seconds somebody does the following: > > Mar 24 10:43:38 XX postfix/smtpd[5905]: connect from > loc

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Corey Quinn
On Mar 30, 2011, at 12:46 PM, Noel Jones wrote: > > # main.cf > smtp_generic_maps = > regexp:/etc/postfix/generic.regexp > > # generic.regexp > IF /+.*@example\.com$/ > /^(.*)+/ $1...@example.com > ENDIF Threw this verbatim into my generic.regexp: [root@mx1 postfix]# postmap -q "user+t...@ex

Problem with rejected mail: infinite regress

2011-03-30 Thread Nick Dokos
The following problem started happening on March 24 and it has not stopped since. every 30 seconds somebody does the following: Mar 24 10:43:38 XX postfix/smtpd[5905]: connect from localhost.localdomain[127.0.0.1] Mar 24 10:43:38 XX postfix/smtpd[5905]: NOQUEUE: reject: MAIL from localh

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Noel Jones
On 3/30/2011 2:13 PM, Corey Quinn wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2011, at 9:35 AM, Clayton Keller wrote: I would like to allow the use of the recipient_delimiter, but rewrite the address to ensure that it is delivered to the original address. i.e. clay+t...@

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2011, at 9:35 AM, Clayton Keller wrote: > I would like to allow the use of the recipient_delimiter, but rewrite the > address to ensure that it is delivered to the original address. > > i.e. clay+t...@domain.tld -> c...@domain.tld I'm a

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Victor Duchovni
On Wed, Mar 30, 2011 at 11:54:32AM -0500, Clayton Keller wrote: >> # Identity virtual alias mappings for all users that >> # don't already have other alias entries. >> # >> c...@example.comc...@example.com >> ... >> > > I thought about that as well. However

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Clayton Keller
On 03/30/2011 11:43 AM, Victor Duchovni wrote: On Wed, Mar 30, 2011 at 11:35:03AM -0500, Clayton Keller wrote: I would like to allow the use of the recipient_delimiter, but rewrite the address to ensure that it is delivered to the original address. i.e. clay+t...@domain.tld -> c...@domain.tld

Re: virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Victor Duchovni
On Wed, Mar 30, 2011 at 11:35:03AM -0500, Clayton Keller wrote: > I would like to allow the use of the recipient_delimiter, but rewrite the > address to ensure that it is delivered to the original address. > > i.e. clay+t...@domain.tld -> c...@domain.tld > > I would like this to be available to a

virtual_alias_maps and recipient_delimiter

2011-03-30 Thread Clayton Keller
I would like to allow the use of the recipient_delimiter, but rewrite the address to ensure that it is delivered to the original address. i.e. clay+t...@domain.tld -> c...@domain.tld I would like this to be available to all addresses we accept mail for. To do so I have been testing a regexp us

[OFF] Suggest book

2011-03-30 Thread Márcio Luciano Donada
Hi list, Sorry for off topic from the list, but I would suggest a book on Postfix where I can have postfix topics like clustering, performance, great services for e-mail. -- Márcio Luciano Donada

Re: migrating postfix setup to new server ?

2011-03-30 Thread Wietse Venema
Voytek Eymont: > I have a mail server on Centos with Postfix 2.4.5 mysql smtp-auth > amavisd-new policyd postfixadmin 2.1 courier-imap, > runs pretty well since install > > I need to transfer the mail server service to a new server running Ubuntu, > it came with Postfix 2.7.0 > > what the proper

migrating postfix setup to new server ?

2011-03-30 Thread Voytek Eymont
I have a mail server on Centos with Postfix 2.4.5 mysql smtp-auth amavisd-new policyd postfixadmin 2.1 courier-imap, runs pretty well since install I need to transfer the mail server service to a new server running Ubuntu, it came with Postfix 2.7.0 what the proper (easiest?) way to migrate curre

Re: Using Virtual and Local delivery simultaneously

2011-03-30 Thread Wietse Venema
Nasser Heidari: > Dear Folks, > I've setup Postfix Virtual domains with Dovecot recently and everything > works fine. > The only problem right now is that, I want to use Mailman and RT > (Request Tracker). > Following the Mailman and RT Setup Guides , MTA should handle Mailman > And RT Using Local

Using Virtual and Local delivery simultaneously

2011-03-30 Thread Nasser Heidari
Dear Folks, I've setup Postfix Virtual domains with Dovecot recently and everything works fine. The only problem right now is that, I want to use Mailman and RT (Request Tracker). Following the Mailman and RT Setup Guides , MTA should handle Mailman And RT Using Local delivery via Aliases Configur

Using Virtual and Local delivery simultaneously

2011-03-30 Thread Nasser Heidari
Dear Folks, I've setup Postfix Virtual domains with Dovecot recently and everything works fine. The only problem right now is that, I want to use Mailman and RT (Request Tracker). Following the Mailman and RT Setup Guides , MTA should handle Mailman And RT Using Local delivery via Aliases Configur