-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
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
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
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
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$/
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
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
-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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo