postfix, address rewriting and bcc maps

2014-11-06 Thread Koldo Navarro
Hello, I am setting up an email server using postfix. I use an internal domain for internal mails, and address rewriting for outgoing emails. In main.cf, the parameter smtp_generic_maps = hash:/etc/postfix/generic and a file "generic" with lines like this: user@mycompany.localextern_u...@m

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Charles Marcus
On 2012-03-14 10:55 AM, Wietse Venema wrote: Example to send forwarded mail direct to MX. /etc/postfix/main.cf: relayhost = sender_dependent_relayhost_maps = pcre:/etc/postfix/relayhost_maps /etc/postfix/relayhost_maps: # Local domain(s) below. /[@.]example\.com$/ postini An

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Wietse Venema
Example to send forwarded mail direct to MX. /etc/postfix/main.cf: relayhost = sender_dependent_relayhost_maps = pcre:/etc/postfix/relayhost_maps /etc/postfix/relayhost_maps: # Local domain(s) below. /[@.]example\.com$/ postini Another possibility may be sender_dependent_default

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Charles Marcus
On 2012-03-14 10:16 AM, Reindl Harald wrote: Am 14.03.2012 14:42, schrieb Charles Marcus: The real question is: Why are you bothering to use Postini for outbound delivery, given these problems, instead of continuing to send direct to MX? Biggest reason is, if I don't relay outbound mail thro

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Reindl Harald
Am 14.03.2012 14:42, schrieb Charles Marcus: >> The real question is: Why are you bothering to use Postini for outbound >> delivery, given these problems, instead of continuing to send direct to MX? > > Biggest reason is, if I don't relay outbound mail through postini, we lose > the > 'auto-wh

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Charles Marcus
On 2012-03-14 9:07 AM, Stan Hoeppner wrote: On 3/14/2012 6:38 AM, Charles Marcus wrote: It turns out it is simply that when you are using postini, and use them for outbound relay/filtering as well, they expect the 'From' address to be from our domain... this is just stupid. They require me to a

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Stan Hoeppner
On 3/14/2012 6:38 AM, Charles Marcus wrote: > On 2012-03-12 12:18 PM, Viktor Dukhovni wrote: >> On Mon, Mar 12, 2012 at 12:10:30PM -0400, Charles Marcus wrote: >>> relay=outbounds6.obsmtp.com[64.18.5.12]:25, delay=1, >>> delays=0.65/0.01/0.27/0.07, dsn=5.0.0, status=bounced (host >>> outbounds6.ob

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-14 Thread Charles Marcus
On 2012-03-12 12:18 PM, Viktor Dukhovni wrote: On Mon, Mar 12, 2012 at 12:10:30PM -0400, Charles Marcus wrote: relay=outbounds6.obsmtp.com[64.18.5.12]:25, delay=1, delays=0.65/0.01/0.27/0.07, dsn=5.0.0, status=bounced (host outbounds6.obsmtp.com[64.18.5.12] said: 518 Sender not authorized from

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-12 Thread Noel Jones
On 3/12/2012 11:10 AM, Charles Marcus wrote: > I hope someone here who has used Postini can suggest a way to > resolve this. > > One of my clients just switched from webroot's EMail SaaS (antispam > service) to Postini, and they do use postini (as they did webroot) > for outbound relaying/filterin

Re: Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-12 Thread Viktor Dukhovni
On Mon, Mar 12, 2012 at 12:10:30PM -0400, Charles Marcus wrote: > I hope someone here who has used Postini can suggest a way to resolve this. > > I get the following error in the logs ( is a valid > user on our system): > > Mar 12 02:48:29 myhost postfix-25/smtpd[25932]: C0F52760CFF: > client=ex

Postini as outbound relayhost breaks aliases (and bcc maps) to external addresses...

2012-03-12 Thread Charles Marcus
I hope someone here who has used Postini can suggest a way to resolve this. One of my clients just switched from webroot's EMail SaaS (antispam service) to Postini, and they do use postini (as they did webroot) for outbound relaying/filtering. This change has broken mail forwarding via aliase

Re: bcc maps

2011-04-18 Thread Wietse Venema
Jack: > Hello All, > > I just wanted to confirm that if I create a recipient bcc map and have a > messages forwarding basically to another address, if that additional address > rejects the message it will go back to the sender? This depends on your Postfix version. Postfix < 2.3 will send a bounc

bcc maps

2011-04-18 Thread Jack
Hello All, I just wanted to confirm that if I create a recipient bcc map and have a messages forwarding basically to another address, if that additional address rejects the message it will go back to the sender? If so whats the real difference if I am doing a 1 to 1 bcc between that and addin

Re: Sender Bcc Maps

2008-10-29 Thread Nikita Kipriyanov
Ranjith Kumar пишет: Hi, I have enabled sender_bcc_maps on my postfix mta using the documentation available on postfix site. The mails are being forwarded successfully, but I am receiving 2 copies of the mail. What could be the problem? Please, show main.cf and master.cf, specifically recie

Re: Sender Bcc Maps

2008-10-29 Thread Ralf Hildebrandt
* Ranjith Kumar <[EMAIL PROTECTED]>: > Hi, > > I am not using amavisd-new. I am using spamassassin as the content filter. Please show master.cf then. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 htt

Re: Sender Bcc Maps

2008-10-29 Thread Ranjith Kumar
Hi, I am not using amavisd-new. I am using spamassassin as the content filter. On Wed, Oct 29, 2008 at 2:35 PM, Ralf Hildebrandt <[EMAIL PROTECTED]> wrote: > * Ranjith Kumar <[EMAIL PROTECTED]>: > >> I have enabled sender_bcc_maps on my postfix mta using the >> documentation available on postfix

Re: Sender Bcc Maps

2008-10-29 Thread Ralf Hildebrandt
* Ranjith Kumar <[EMAIL PROTECTED]>: > I have enabled sender_bcc_maps on my postfix mta using the > documentation available on postfix site. The mails are being forwarded > successfully, but I am receiving 2 copies of the mail. > > What could be the problem? You didn't read the installation inst

Re: Sender Bcc Maps

2008-10-29 Thread Ranjith Kumar
Hi, I have enabled sender_bcc_maps on my postfix mta using the documentation available on postfix site. The mails are being forwarded successfully, but I am receiving 2 copies of the mail. What could be the problem? On Tue, Oct 14, 2008 at 3:35 PM, Barney Desmond <[EMAIL PROTECTED]> wrote: >

Re: Sender Bcc Maps

2008-10-14 Thread Barney Desmond
Ranjith Kumar wrote: > I want to forward outgoing mails of particular user to another > account. I searched on the internet and found that it is possible > using sender_bcc_maps command. > > What is the procedure to use this command. The documentation indicates it functions much like any other t

Sender Bcc Maps

2008-10-14 Thread Ranjith Kumar
Hi, I want to forward outgoing mails of particular user to another account. I searched on the internet and found that it is possible using sender_bcc_maps command. What is the procedure to use this command. Thanks Ranjith

Re: recipient bcc maps

2008-09-29 Thread mouss
Adam Tauno Williams wrote: On Mon, 2008-09-29 at 12:11 -0400, Jeff wrote: Jeff wrote: I have recipient_bcc_maps set up and configured correctly on a per-user basis: [EMAIL PROTECTED] [EMAIL PROTECTED] How would I do this for an entire domain? Would it be: [EMAIL PROTECTED] [EMAIL PROTECTED] Or

Re: recipient bcc maps

2008-09-29 Thread Adam Tauno Williams
On Mon, 2008-09-29 at 12:11 -0400, Jeff wrote: > > Jeff wrote: > >> I have recipient_bcc_maps set up and configured correctly on a per-user > >> basis: > >> [EMAIL PROTECTED] [EMAIL PROTECTED] > >> How would I do this for an entire domain? Would it be: > >> [EMAIL PROTECTED] [EMAIL PROTECTED] > >>

Re: recipient bcc maps

2008-09-29 Thread Noel Jones
Jeff wrote: Jeff wrote: I have recipient_bcc_maps set up and configured correctly on a per-user basis: [EMAIL PROTECTED] [EMAIL PROTECTED] How would I do this for an entire domain? Would it be: [EMAIL PROTECTED] [EMAIL PROTECTED] Or would it be @domain.tld [EMAIL PROTECTED] Thanks! http://

Re: recipient bcc maps

2008-09-29 Thread Jeff
> Jeff wrote: >> I have recipient_bcc_maps set up and configured correctly on a per-user >> basis: >> [EMAIL PROTECTED] [EMAIL PROTECTED] >> >> How would I do this for an entire domain? Would it be: >> [EMAIL PROTECTED] [EMAIL PROTECTED] >> >> Or would it be >> @domain.tld [EMAIL PROTECTED] >> >> T

Re: recipient bcc maps

2008-09-29 Thread Noel Jones
Jeff wrote: I have recipient_bcc_maps set up and configured correctly on a per-user basis: [EMAIL PROTECTED] [EMAIL PROTECTED] How would I do this for an entire domain? Would it be: [EMAIL PROTECTED] [EMAIL PROTECTED] Or would it be @domain.tld [EMAIL PROTECTED] Thanks! http://www.postfix.

recipient bcc maps

2008-09-29 Thread Jeff
I have recipient_bcc_maps set up and configured correctly on a per-user basis: [EMAIL PROTECTED] [EMAIL PROTECTED] How would I do this for an entire domain? Would it be: [EMAIL PROTECTED] [EMAIL PROTECTED] Or would it be @domain.tld [EMAIL PROTECTED] Thanks!