On 03/31/2011 08:41 AM, Corey Quinn wrote:
-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:
-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
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
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:
>
-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$/
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
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
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
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...@
-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
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
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
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
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
14 matches
Mail list logo