Re: recipient_delimiter and bounced mail

2021-11-07 Thread Viktor Dukhovni
On Sun, Nov 07, 2021 at 09:51:09PM +0100, Jeff Abrahamson wrote: > > j...@p27.eu j...@p27.eu > > I added it to virtual, where it did not exist. > > > and make sure to remove (not include) "virtual" in: > > > > propagate_unmatched_extensions = canonical > > > > the default setting inc

Re: recipient_delimiter and bounced mail

2021-11-07 Thread postfix
>> Dovecot has the same setting: recipient_delimiter = + >> In the logs, is the mail being rejected by postfix or by dovecot >> after postfix tries to deliver? > I'm not 100% sure: I suspect dovecot because the error occurs talking > on the pipe to dovecot. > > postfix/pipe[3889979]: A0BCEA0FEB:

Re: recipient_delimiter and bounced mail

2021-11-07 Thread Jeff Abrahamson
On 06/11/2021 23:34, Viktor Dukhovni wrote: >> On 6 Nov 2021, at 3:43 pm, Jeff Abrahamson wrote: >> >> In main.cf I have set >> >> recipient_delimiter = + >> >> Reading the docs, I don't see anything else I ought to set for this to >> work: postfix should first try delivery to jeff+post...@p27

Re: recipient_delimiter and bounced mail

2021-11-07 Thread Jeff Abrahamson
On Sat, Nov 06, 2021 at 07:00:12PM -0400, post...@ptld.com wrote: > > My expectation is that dovecot is not involved in this issue, but I'm > > not sure, so I mention anyway that that I have set > > > >     virtual_transport = dovecot > > > Dovecot has the same setting: recipient_delimiter = + >

Re: recipient_delimiter and bounced mail

2021-11-06 Thread postfix
> My expectation is that dovecot is not involved in this issue, but I'm > not sure, so I mention anyway that that I have set > >     virtual_transport = dovecot Dovecot has the same setting: recipient_delimiter = + In the logs, is the mail being rejected by postfix or by dovecot after postfix t

Re: recipient_delimiter and bounced mail

2021-11-06 Thread Viktor Dukhovni
> On 6 Nov 2021, at 3:43 pm, Jeff Abrahamson wrote: > > In main.cf I have set > > recipient_delimiter = + > > Reading the docs, I don't see anything else I ought to set for this to > work: postfix should first try delivery to jeff+post...@p27.eu, then > j...@p27.eu, and this second is known

Re: recipient_delimiter and virtual_alias_maps

2021-07-31 Thread Florian Hars
On 31.07.21 20:55, Wietse Venema wrote: > Please also provide output from > > postconf -P There is only syslog and submission stuff in postconf -P. The true problem seems to have been that I didn't delete the verify_cache.db after changing the virtual alias map. - Florian.

Re: recipient_delimiter and virtual_alias_maps

2021-07-31 Thread Wietse Venema
Florian Hars: > On 31.07.21 16:10, Florian Hars wrote: > > I am currently slightly confused by the interaction between > > recipient_delimiter and virtual_alias_maps. > > That interaction may actually not have been the true cause of my > observations. What I now think happened is that the effects

Re: recipient_delimiter and virtual_alias_maps

2021-07-31 Thread Florian Hars
On 31.07.21 16:10, Florian Hars wrote: > I am currently slightly confused by the interaction between > recipient_delimiter and virtual_alias_maps. That interaction may actually not have been the true cause of my observations. What I now think happened is that the effects I observed were caused by

Re: recipient_delimiter and virtual_alias_maps

2021-07-31 Thread Wietse Venema
Please also provide output from postconf -P I suspect that you have virtual alias mapping disabled in some message delivery path (with receive_override_options = no_address_mappings). Wietse

Re: recipient_delimiter in 2.11

2014-09-28 Thread LuKreme
On 28 Sep 2014, at 09:14 , Wietse Venema wrote: > When the recipient_delimiter set contains multiple characters (Postfix > 2.11 and later), a [name] is separated from its extension > by the first character that matches the recipient_delimiter set. Thanks, I hadn’t found that as I was re

Re: recipient_delimiter in 2.11

2014-09-28 Thread Wietse Venema
LuKreme: > Is there documentation on how recipient_delimiter is treated in 2.11 if there > is more than one delimiter defined? > > recipient_delimiter = +-_ > > if an email comes to foo-bar_fee+...@domain.tld, is the precedence > left to right from the definition, right to left from the definiti

Re: recipient_delimiter with virtual_* setup: undeliverable address

2014-01-22 Thread Patrick Lists
Hi Viktor, TL;DR fixed, case closed. On 22-01-14 17:18, Viktor Dukhovni wrote: On Wed, Jan 22, 2014 at 04:59:25PM +0100, Patrick Lists wrote: On a CentOS 6.5 box with a virtual_mailbox_domains, virtual_mailbox_maps, virtual_alias_maps setup all accessing openldap I added in main.cf (and resta

Re: recipient_delimiter with virtual_* setup: undeliverable address

2014-01-22 Thread Viktor Dukhovni
On Wed, Jan 22, 2014 at 04:59:25PM +0100, Patrick Lists wrote: > On a CentOS 6.5 box with a virtual_mailbox_domains, > virtual_mailbox_maps, virtual_alias_maps setup all accessing > openldap I added in main.cf (and restarted postfix afterwards): > > recipient_delimiter = + Anecdotal reporting is

Re: recipient_delimiter

2011-12-12 Thread Jose Renato Attab Braga
Thanks ! Em 11/12/2011, às 17:46, Wietse Venema escreveu: > Jose Renato Attab Braga: >> Hi >> I need use the address aaa+xyz@domain when I have the only the >> address aaa@domain. >> In my main.cf I have recipient_delimiter = +. >> I use Mysql to emails adress and domains. >> What do I need to co

Re: recipient_delimiter

2011-12-11 Thread Wietse Venema
Jose Renato Attab Braga: > Hi > I need use the address aaa+xyz@domain when I have the only the > address aaa@domain. > In my main.cf I have recipient_delimiter = +. > I use Mysql to emails adress and domains. > What do I need to configurate this? In Postfix, nothing. Postfix will look up aaa+xyz@d

Re: Recipient_delimiter

2010-08-31 Thread Victor Duchovni
On Mon, Aug 30, 2010 at 08:01:10PM -0700, Constance Mallon wrote: > > I have a question regarding recipient delimiters. I need to set the > recipient delimiter for my mailing lists (mailman) with "-" but I also > need to set the recipient_delimiter to "+" for my calendar server. > > How can I s

[SOLVED] Re: recipient_delimiter and check_recipient_access

2010-05-28 Thread Emmanuel Seyman
* Noel Jones [28/05/2010 09:21] : > > Yes, man 5 access, look for the "email address extension" section. Brillant. Thanks, Noel. Emmanuel

Re: recipient_delimiter and check_recipient_access

2010-05-27 Thread Noel Jones
On 5/27/2010 8:47 AM, Emmanuel Seyman wrote: Hello, all. I'm using a mailrelay and an internal server setup. The mailrelay receives mail from the internet, runs a number of checks + spamassassin + clamav then passes mail to the internal mail server. One of the checks enforced on the mailrelay

Re: recipient_delimiter is not set

2010-04-18 Thread Jim Carter
Thanks to Sahil Tandon and LuKreme for pointing out my mistake on the debugging tool. I saw this done in an old archived post, and having searched for but not found the "what to include in a problem report" FAQ item, I winged it, incorrectly. I also forgot to specify the version of Postfix: 2.6.

Re: recipient_delimiter is not set

2010-04-18 Thread LuKreme
On 17-Apr-2010, at 22:09, Jim Carter wrote: > > I have recipient_delimiter = + in main.cf, but postconf -d reports that > the variable is empty. postconf -d will *always* report that as empty. Have you looked at the man page for postconf -d to see what it does? (H INT: It's not what you think)

Re: recipient_delimiter is not set

2010-04-17 Thread Sahil Tandon
On Sat, 17 Apr 2010, Jim Carter wrote: > I have recipient_delimiter = + in main.cf, but postconf -d reports that > the variable is empty. What could be suppressing setting it? -d is for DEFAULT. The -n flag is what you use to display non-default parameter settings. See the postconf(1) for more

Re: recipient_delimiter and virtual users

2009-02-12 Thread mouss
post...@corwyn.net a écrit : > [snip] > > So while recipient_delimited works "out of the box" it doesn't quite do > what I want (hence why I provided not only what wasn't working, but a > detailed explanation of what I wanted to solve.) > but you didn't talk about folders in your post, did you?

Re: recipient_delimiter and virtual users

2009-02-12 Thread postfix
At 12:47 PM 2/12/2009, Victor Duchovni wrote: On Thu, Feb 12, 2009 at 12:33:57PM -0500, post...@corwyn.net wrote: > At 04:28 AM 2/12/2009, mouss wrote: >> recipient_delimiter works "out of the box". there is no need to change >> your tables, your sql statements nor add users. This up to your LDA

Re: recipient_delimiter and virtual users

2009-02-12 Thread Victor Duchovni
On Thu, Feb 12, 2009 at 12:33:57PM -0500, post...@corwyn.net wrote: > At 04:28 AM 2/12/2009, mouss wrote: >> recipient_delimiter works "out of the box". there is no need to change >> your tables, your sql statements nor add users. > > The problem is I don't know what the "out of the box" behavior

Re: recipient_delimiter and virtual users

2009-02-12 Thread postfix
At 04:28 AM 2/12/2009, mouss wrote: recipient_delimiter works "out of the box". there is no need to change your tables, your sql statements nor add users. The problem is I don't know what the "out of the box" behavior should be. If I set recipient_delimiter = + then mail to u...@example.com,

Re: recipient_delimiter and virtual users

2009-02-12 Thread mouss
post...@corwyn.net a écrit : > > > OK, so I've become intrigued with recipient delimiters. > > My users are currently stored in a mysql database, 'postfix'. The table > format is as postfixadmin sets it up, so in the username is the user > email address u...@example.com > > Before I started t

Re: recipient_delimiter and rejecting certain recipients ...

2009-01-19 Thread Noel Jones
Thomas Ackermann wrote: Hello, i use the recipient_delimiter (with a ".") quite often. Some of those sub-recipients(?) of accounts are already spammed. I would like to reject Mails to them ... For example: name.post...@$mydomain would be OK, while name.s...@$mydomain should be rejected ... Wh

Re: recipient_delimiter and rejecting certain recipients ...

2009-01-19 Thread Wietse Venema
Thomas Ackermann: > Hello, > i use the recipient_delimiter (with a ".") quite often. > > Some of those sub-recipients(?) of accounts are already spammed. > > I would like to reject Mails to them ... > > For example: > name.post...@$mydomain would be OK, while > name.s...@$mydomain should be reje