[pfx] Re: always_bcc colliding with access(5) REDIRECT action

2024-08-01 Thread Wietse Venema via Postfix-users
Viktor Dukhovni via Postfix-users: > On Wed, Jul 31, 2024 at 01:10:46PM -0400, Wietse Venema via Postfix-users > wrote: > > > > > Now I tried to redirect mails from my private address sent to anybody > > > > at charite.de to be redirected to someone else in the organisation, > > > > like this: >

[pfx] Re: [ext] Re: always_bcc colliding with access(5) REDIRECT action

2024-08-01 Thread Ralf Hildebrandt via Postfix-users
* Viktor Dukhovni via Postfix-users : > Making REDIRECT match naïve user expectations, ey! :) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netz | Netzwerk-Administration Invalidenstraße 120/121 | D-10115 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebra...@ch

[pfx] Re: always_bcc colliding with access(5) REDIRECT action

2024-08-01 Thread Viktor Dukhovni via Postfix-users
On Wed, Jul 31, 2024 at 01:10:46PM -0400, Wietse Venema via Postfix-users wrote: > > > Now I tried to redirect mails from my private address sent to anybody > > > at charite.de to be redirected to someone else in the organisation, > > > like this: > > > > > > rxlf.hildebra...@gmail.com REDIRECT t

[pfx] Re: [ext] Re: always_bcc colliding with access(5) REDIRECT action

2024-08-01 Thread Ralf Hildebrandt via Postfix-users
* Wietse Venema via Postfix-users : > Is this an unexpanded virtual alias? Yes > The 'redirect' recipient is not subject > to canonical mapping, masquerading, or virtual alias mapping. That explains it. > There were two recipients: the BCC recipient that was found in > recipient_bcc_maps, and

[pfx] Re: always_bcc colliding with access(5) REDIRECT action

2024-07-31 Thread Wietse Venema via Postfix-users
I have updated some documentation: > > We have an always_bcc setup in place for incoming mails: > > > > recipient_bcc_maps = pcre:/etc/postfix/backup_bcc.pcre > > > > /^(.*)@charite\.de$/backup+${1}=charite.de@backup.invalid Added to the text for always_bcc, sender_bcc_maps, recipie

[pfx] Re: always_bcc colliding with access(5) REDIRECT action

2024-07-31 Thread Wietse Venema via Postfix-users
Ralf Hildebrandt via Postfix-users: > We have an always_bcc setup in place for incoming mails: > > recipient_bcc_maps = pcre:/etc/postfix/backup_bcc.pcre > > /^(.*)@charite\.de$/backup+${1}=charite.de@backup.invalid > > Now I tried to redirect mails from my private address sent to an

[pfx] Re: always_bcc colliding with access(5) REDIRECT action

2024-07-31 Thread Wietse Venema via Postfix-users
Ralf Hildebrandt via Postfix-users: > > Jul 31 09:24:13 mail-cbf-int postfix/error[2664442]: 4WYk9n2SK3z20ycy: > > to=, > > orig_to=, relay=none, > > delay=0.62, delays=0.57/0.02/0/0.03, dsn=5.1.1, status=bounced (User > > unknown) > > It works, if I replace toscx.hrn...@charite.de with the ac

[pfx] Re: always_bcc colliding with access(5) REDIRECT action

2024-07-31 Thread Ralf Hildebrandt via Postfix-users
> Jul 31 09:24:13 mail-cbf-int postfix/error[2664442]: 4WYk9n2SK3z20ycy: > to=, > orig_to=, relay=none, > delay=0.62, delays=0.57/0.02/0/0.03, dsn=5.1.1, status=bounced (User unknown) It works, if I replace toscx.hrn...@charite.de with the actual mailbox address after address expansion (thrn...

Re: always_bcc to multiple recipients

2023-02-12 Thread Arrigo Triulzi
On 12 Feb 2023, at 17:53, Wietse Venema wrote: > To bcc to multiple recipients with existing Postfix versions, specify > one address with always_bcc (or sender_bcc_maps or recipient_bcc_maps), > and expand that into multiple recipients using virtual_alias_maps. Right, so this matches what I thoug

Re: always_bcc to multiple recipients

2023-02-12 Thread Wietse Venema
Arrigo Triulzi: > Hi, > > I was wondering what, if any, is the recommendation on how to have > multiple recipients for always_bcc. always_bcc accepts one recipient (as do sender_bcc_maps and recipient_bcc_maps). Fixing that would require new code (I have added this as a WISHLIST item). To bcc to

Re: always_bcc for selected recipients? map support?

2022-04-14 Thread PGNet Dev
Try sender_bcc_maps or recipient_bcc_maps. once again, looking in the wrong place! perfect, thx.

Re: always_bcc for selected recipients? map support?

2022-04-14 Thread Wietse Venema
PGNet Dev: > I'd like to have my Postfix receiving instance always bcc mail for a specific > set of recipients to another , off-site server. > And to do so regardless of the intended 'main' recipient address being 'up' > for receiving @ subsequent Postfix transport delivery targets, or not. > >

Re: always_bcc for selected recipients? map support?

2022-04-14 Thread Benny Pedersen
On 2022-04-14 19:19, PGNet Dev wrote: https://www.postfix.org/postconf.5.html#always_bcc straightforward for bcc'ing all. But I don't immediately see that it support maps. maps what ? (1) does always_bcc support maps? (doc or example?) (2) is there a better alternative that always_bcc for

Re: Always_bcc with aliases

2020-03-20 Thread Wietse Venema
Prince Law Offices: > Thanks for the response, and sorry for my delayed reaction. > > I understand that always_bcc should send a copy to the address > indicated or the alias of the address indicated. My situation is > slightly different. It?s the initial recipient (the To:) that is > aliased A

Re: Always_bcc with aliases

2020-03-20 Thread Prince Law Offices
Thanks for the response, and sorry for my delayed reaction. I understand that always_bcc should send a copy to the address indicated or the alias of the address indicated. My situation is slightly different. It’s the initial recipient (the To:) that is aliased AND uses a transport to execute

Re: Always_bcc with aliases

2020-03-15 Thread Wietse Venema
always_bcc is implemented upon receving email, so that always_bcc = arch...@example.com will send a copy to arch...@example.com, unless you have aliased that to something else. In that case, your BCC copy will be sent there. For example if you have a wild-card alias @example.com bla

Re: always_bcc on outgoing mail

2017-11-16 Thread Peter
On 17/11/17 13:48, Alex wrote: > submission inet n - n - - smtpd ... > -o receive_override_options=$submission_overrides ... > submission_overrides = no_unknown_recipient_checks, > no_address_mappings, no_header_body_checks The problem is no_address_mappings in subm

Re: always_bcc only after reinjection from amavis

2017-05-10 Thread Viktor Dukhovni
> On May 10, 2017, at 12:02 PM, btb wrote: > > i'd like to use always_bcc, to copy all messages to an archival system, > but only after the messages return from the content filter server. > > how can i do this? Enable always_bcc via a master.cf entry for a suitable cleanup(8) instance: http:/

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-27 Thread linuxc128
I was finally able to solve this. Regarding the first issue ("recipient_bcc_maps") I added an alias for my mail addresses named "rcpbcc" to /etc/postfix/recipient_bcc_maps and then added "rcp...@myserver.com addres...@gmail.com, addres...@hotmail.com" to /etc/postfix/vmail_aliases. For solving the

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-27 Thread Ralph Seichter
On 27.10.2016 14:18, linuxc128 wrote: > Is there any other option in my configuration which might be > responsible for making postfix append "@myserver.com" instead > of looking up the alias? http://www.postfix.org/ADDRESS_REWRITING_README.html should get you started. > Why did it work with my p

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-27 Thread linuxc128
Yes, I understand that of course. However, could anyone give me a hint why "alwaysbcc" gets parsed as "always...@localhost.com"? Is there any other option in my configuration which might be responsible for making postfix append "@myserver.com" instead of looking up the alias? Why did it work with

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-27 Thread Wietse Venema
linuxc128: > Would you mind telling me about other mistakes you noticed in my config? Unfortunately, I don't have time for that. Wietse

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-26 Thread linuxc128
linuxc128: > Hello, > > I've set up a mail server on my VPS, which is running CentOS 7. Previously > I > used Ubuntu for my VPS, but even after having spent endless hours of > configuration efforts I wasn't able to get SMTP-SASL authentication > working > and an admin of my VPS hosting company al

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-26 Thread Wietse Venema
linuxc128: > Hello, > > I've set up a mail server on my VPS, which is running CentOS 7. Previously I > used Ubuntu for my VPS, but even after having spent endless hours of > configuration efforts I wasn't able to get SMTP-SASL authentication working > and an admin of my VPS hosting company also to

Re: always_bcc

2015-03-09 Thread A. Schulze
@lbutlr: I was hoping always_bcc would allow me to backup user’s incoming mail. have a look at recipient_bcc_maps ...

Re: always_bcc

2015-03-09 Thread @lbutlr
On 08 Mar 2015, at 20:26 , Viktor Dukhovni wrote: > On Sun, Mar 08, 2015 at 08:09:51PM -0600, @lbutlr wrote: > >> Does Always BCC bcc all incoming AND outgoing mail? >> >> Is there a way to have it BCC only incoming mail? > > Postfix has no notion of "incoming mail". All mail comes in (to > th

Re: always_bcc

2015-03-08 Thread Viktor Dukhovni
On Sun, Mar 08, 2015 at 08:09:51PM -0600, @lbutlr wrote: > Does Always BCC bcc all incoming AND outgoing mail? > > Is there a way to have it BCC only incoming mail? Postfix has no notion of "incoming mail". All mail comes in (to the queue) and then it goes out. To apply different rewriting rul

Re: always_bcc

2013-03-21 Thread Wietse Venema
Jumping Mouse: > Wietse, > What do you mean by: "(I warned you that it is VERY rudimentary. > There is no "DUNNO"special result value that forces a lookup > failure)." What does this look like in a real world scenario? > What are the potential drawbacks? I described a solution with configurati

RE: always_bcc

2013-03-21 Thread Jumping Mouse
Wietse, What do you mean by: "(I warned you that it is VERY rudimentary. There is no "DUNNO"special result value that forces a lookup failure)." What does this look like in a real world scenario? What are the potential drawbacks?

RE: always_bcc

2013-03-19 Thread Jumping Mouse
Thanks Victor > Date: Mon, 18 Mar 2013 19:43:06 + > From: postfix-us...@dukhovni.org > To: postfix-users@postfix.org > Subject: Re: always_bcc > > On Mon, Mar 18, 2013 at 02:42:23PM -0400, Jumping Mouse wrote: > > > I have set up always_bcc = jour...@mydomain.org

RE: always_bcc

2013-03-19 Thread Jumping Mouse
Thank you for the reply! > Jumping Mouse: > > Hello everyone, > > > > I have set up always_bcc = jour...@mydomain.org for an email > > archiving account. How can bypass always_bcc for certain senders? > > It's called *always*_bcc for a reason... Yes that makes sense :-) > > > for example I d

Re: always_bcc

2013-03-18 Thread Viktor Dukhovni
On Mon, Mar 18, 2013 at 02:42:23PM -0400, Jumping Mouse wrote: > I have set up always_bcc = jour...@mydomain.org for an email > archiving account. > How can bypass always_bcc for certain senders? > > For example I do not want to always_bcc any email that comes from > aud...@mydomain.com and or

Re: always_bcc

2013-03-18 Thread Wietse Venema
Jumping Mouse: > Hello everyone, > > I have set up always_bcc = jour...@mydomain.org for an email > archiving account. How can bypass always_bcc for certain senders? It's called *always*_bcc for a reason... > for example I do not want to always_bcc any email that comes from > aud...@mydomain

Re: always_bcc

2012-08-14 Thread Alfredo Saldanha
Nice, thank you guys. - Mensagem original - De: "Viktor Dukhovni" Para: postfix-users@postfix.org Enviadas: Terça-feira, 14 de Agosto de 2012 14:18:04 Assunto: Re: always_bcc On Tue, Aug 14, 2012 at 12:46:46PM -0400, Wietse Venema wrote: > > May be you should lo

Re: always_bcc

2012-08-14 Thread Viktor Dukhovni
On Tue, Aug 14, 2012 at 12:46:46PM -0400, Wietse Venema wrote: > > May be you should look at the source for bounce service daemon. > > Or look for Victor's description of a mail stream duplicator. The > purpose was to archive all mail. It was implemented (I think with > Net::SMTP) as a content f

Re: always_bcc

2012-08-14 Thread Wietse Venema
Fernando Maior: > Hello Alfredo, > > I would do that if I would not like my users to know they are being > tracked... I just looked at the docs and see nothing that can help > you doing that. > > If you mean to have the second server only for the always_bcc > account, you may change the postfix c

Re: always_bcc

2012-08-14 Thread Alfredo Saldanha
uot; Para: "Alfredo Saldanha" Cc: "postfix-users" Enviadas: Terça-feira, 14 de Agosto de 2012 13:33:32 Assunto: Re: always_bcc Hello Alfredo, I would do that if I would not like my users to know they are being tracked... I just looked at the docs and see nothing that ca

Re: always_bcc

2012-08-14 Thread Fernando Maior
o disable bounce messages? > > > > -- > *De: *"Fernando Maior" > *Para: *"Alfredo Saldanha" > *Cc: *"postfix-users" > *Enviadas: *Quarta-feira, 8 de Agosto de 2012 21:12:59 > *Assunto: *Re: always_bcc &

Re: always_bcc

2012-08-14 Thread Alfredo Saldanha
Thank you, but how about to disable bounce messages? - Mensagem original - De: "Fernando Maior" Para: "Alfredo Saldanha" Cc: "postfix-users" Enviadas: Quarta-feira, 8 de Agosto de 2012 21:12:59 Assunto: Re: always_bcc Hi Salda

Re: always_bcc

2012-08-08 Thread Fernando Maior
Hi Saldanha, As per your config file: - myhostname = labmail.temp.com - allways_bcc = t...@temp.com Maybe I am guessing wrong, but I believe you are trying to deliver the allways_bcc messages to a domain that is hosted by the server labmail.temp.com ; if that is th

Re: always_bcc to a specific address list

2012-02-16 Thread Alfredo Saldanha
Hi guys again, Sorry, I've done using sender_bcc_maps. It is ok now. Thank you. On 02/16/2012 01:51 PM, Alfredo Saldanha wrote: Hi guys, My question is very simple. Is possible configure the Postfix to deliver a BCC message to a list of specifics address (list)? Can I use the feature always

Re: always_bcc for sepcific sender and recipient only

2011-06-11 Thread Benny Pedersen
On Fri, 10 Jun 2011 10:40:25 +0530, kshitij mali wrote: i want only specific list of sender and specific list of recipient email need to archive how to achive with it where always_bcc will rediect all email . please any one can help me with syntax or exmaple . postconf -d | grep bcc_maps add c

Re: always_bcc for sepcific sender and recipient only

2011-06-09 Thread Mihira Fernando
On 06/10/2011 10:40 AM, kshitij mali wrote: Hi All, i want only specific list of sender and specific list of recipient email need to archive how to achive with it where always_bcc will rediect all email . please any one can help me with syntax or exmaple . Regards, Kshitij Use : sender_bcc_ma

Re: always_bcc

2009-11-23 Thread Ralf Hildebrandt
* Paweł Burzyński : > > postconf |grep bcc > > > I anderstand that command always_bcc and this work properly > but i need solution for custiom copy of my users mail > always_bcc copy all mails from server but i need select custiom > users What is the output of "postconf |grep bcc" -- R

Re: always_bcc

2009-11-23 Thread Paweł Burzyński
Witam! W liście datowanym 23 listopada 2009 (14:22:45) napisano: > * Paweł Burzyński : >> how can i make copy custiom user mail >> because always_bcc = make copy all mails i need custiom copy of mail > postconf |grep bcc I anderstand that command always_bcc and this work properly but i need so

Re: always_bcc

2009-11-23 Thread Shardul Adhikari
You can try to sender bcc maps and receipent bcc maps 2009/11/23 Ralf Hildebrandt > * Paweł Burzyński : > > how can i make copy custiom user mail > > because always_bcc = make copy all mails i need custiom copy of mail > > postconf |grep bcc > > -- > Ralf Hildebrandt > Geschäftsbereich IT | Abt

Re: always_bcc

2009-11-23 Thread Ralf Hildebrandt
* Paweł Burzyński : > how can i make copy custiom user mail > because always_bcc = make copy all mails i need custiom copy of mail postconf |grep bcc -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm

Re: Always_BCC Exceptions

2009-06-03 Thread Victor Duchovni
On Wed, Jun 03, 2009 at 09:11:52PM +0300, Nikos Papadopoulos wrote: > Dear friends, > > I have configured Postfix with the Always_BCC and I would like to exclude > some of > the email accounts from being copied to the "BCC Account". > Is it possible? If so what should I do? Disable always_bcc

Re: always_bcc stopped work

2009-02-26 Thread Bartosz Fenski aka fEnIo
On Thu, Feb 26, 2009 at 11:14:51PM +0100, Magnus Bäck wrote: > > First of all some general information: > > Postfix version 2.3.8 > > MDA - Dovecot > > Backend - Mysql > > > > I configured Postfix to copy each message that it deliveres also to > > some additional account. That worked great until..

Re: always_bcc stopped work

2009-02-26 Thread Magnus Bäck
On Thursday, February 26, 2009 at 23:05 CET, Bartosz Fenski aka fEnIo wrote: > First of all some general information: > Postfix version 2.3.8 > MDA - Dovecot > Backend - Mysql > > I configured Postfix to copy each message that it deliveres also to > some additional account. That worked grea

Re: always_bcc

2008-12-02 Thread Victor Duchovni
On Tue, Dec 02, 2008 at 05:50:38PM -0200, M?rcio Luciano Donada wrote: > Victor Duchovni escreveu: > > On Tue, Dec 02, 2008 at 04:40:41PM -0200, M?rcio Luciano Donada wrote: > > > >> My e-mail server traffic is high (about 6.5 Gb / day) and are now > >> requiring the use always_bcc now. Is there

Re: always_bcc

2008-12-02 Thread Márcio Luciano Donada
Victor Duchovni escreveu: > On Tue, Dec 02, 2008 at 04:40:41PM -0200, M?rcio Luciano Donada wrote: > >> My e-mail server traffic is high (about 6.5 Gb / day) and are now >> requiring the use always_bcc now. Is there a parameter to avoid >> performance problems? > > You could set: > > good_

Re: always_bcc

2008-12-02 Thread Victor Duchovni
On Tue, Dec 02, 2008 at 04:40:41PM -0200, M?rcio Luciano Donada wrote: > My e-mail server traffic is high (about 6.5 Gb / day) and are now > requiring the use always_bcc now. Is there a parameter to avoid > performance problems? You could set: good_performance_when_set_empty = (this is

Re: always_bcc problem

2008-11-18 Thread Wietse Venema
Xueron Nee: > Hi, > > I'm using `always_bcc` to backup all my messages to a monitor user, and it > works fine. > > My problems is: if a message was sent to more than one recipients, the > message will > bcc to the monitor user several copies. > > I just hope to backup every messages only onc

Re: always_bcc exceptions?

2008-07-27 Thread Wietse Venema
mouss: [ Charset ISO-8859-1 unsupported, converting... ] > Jay Chandler wrote: > > Is there a way to exempt users from the always_bcc option (i.e., general > > counsel doesn't want mail logged in the system)? I seem to recall there > > was a way to build an exclusion class, but my brain's gone t

Re: always_bcc exceptions?

2008-07-27 Thread mouss
Jay Chandler wrote: Is there a way to exempt users from the always_bcc option (i.e., general counsel doesn't want mail logged in the system)? I seem to recall there was a way to build an exclusion class, but my brain's gone to bed before I have tonight, it would seem... use recipient_bcc_ma