Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-15 Thread Reindl Harald
i have solved this problem with some subqueries and the limit 1 is needed for MySQL < 5.5 because 5.1 meant that somewhere are more than one row returned from a subquery recipient_canonical_maps = mysql:/etc/postfix/mysql-rewritedomains.cf [root@mail:/etc/postfix]$ cat /etc/postfix/mysql-rewrited

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-09 Thread mouss
Le 08/02/2011 00:44, Reindl Harald a écrit : > Am 07.02.2011 22:56, schrieb lst_ho...@kwsoft.de: > >> This is your source of recipient checking... >> So it matters what you get from this by querying with "postmap -q >> >> mysql:/etc/postfix/mysql-recipients.cf > > exactly this is the reason why

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread Charles Marcus
On 2011-02-08 4:39 PM, Noel Jones wrote: > On 2/8/2011 3:32 PM, Charles Marcus wrote: >> On 2011-02-07 8:28 PM, Noel Jones wrote: >>> Don't use "domain aliases". >>> >>> Wildcard address rewrites disable recipient validation. >> Postfixadmin (2.3.2+) has working recipient verification with alias >

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread Noel Jones
On 2/8/2011 3:32 PM, Charles Marcus wrote: On 2011-02-07 8:28 PM, Noel Jones wrote: On 2/7/2011 5:44 PM, Reindl Harald wrote: "mysql-recipients.cf" is querying dbmail for valid addresses dbmail do not have domain-aliases and so postfix should handle this by saying "thelounge.at is an alias for

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread Reindl Harald
Am 08.02.2011 22:32, schrieb Charles Marcus: >> Don't use "domain aliases". >> >> Wildcard address rewrites disable recipient validation. > > Postfixadmin (2.3.2+) has working recipient verification with alias > domains... Hm - I will take a look what they do if i find no simple solution exter

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread Charles Marcus
On 2011-02-07 8:28 PM, Noel Jones wrote: > On 2/7/2011 5:44 PM, Reindl Harald wrote: >> "mysql-recipients.cf" is querying dbmail for valid addresses >> dbmail do not have domain-aliases and so postfix should handle >> this by saying "thelounge.at is an alias for the lounge.net >> and if someone sen

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread lst_hoe02
Zitat von Victor Duchovni : On Tue, Feb 08, 2011 at 09:25:06AM +0100, lst_ho...@kwsoft.de wrote: local_recipient_maps is used for recipients with domain part listed in mydestination (= local domain class) virtual_alias_maps is used for domains listed in virtual_alias_domains (= virtual alias d

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread Victor Duchovni
On Tue, Feb 08, 2011 at 09:25:06AM +0100, lst_ho...@kwsoft.de wrote: > local_recipient_maps is used for recipients with domain part listed in > mydestination (= local domain class) > virtual_alias_maps is used for domains listed in virtual_alias_domains (= > virtual alias domain class) NO, virt

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread lst_hoe02
Zitat von Ralf Hildebrandt : * lst_ho...@kwsoft.de : virtual_alias_maps is used for domains listed in virtual_alias_domains (= virtual alias domain class) No, it's always applied! Upps, yes. This has confused me some time ago already... Regards Andreas smime.p7s Description: S/MIME C

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread Ralf Hildebrandt
* lst_ho...@kwsoft.de : > virtual_alias_maps is used for domains listed in > virtual_alias_domains (= virtual alias domain class) No, it's always applied! -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenbur

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-08 Thread lst_hoe02
Zitat von Reindl Harald : Hm, OK, i will start my IDE and develop something nice local_recipient_maps = mysql:/etc/postfix/mysql-recipients.cf virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias.cf Can i use both as above because "mysql-recipients.cf" are from the dbmail-alias-table an

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Reindl Harald
Hm, OK, i will start my IDE and develop something nice local_recipient_maps = mysql:/etc/postfix/mysql-recipients.cf virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias.cf Can i use both as above because "mysql-recipients.cf" are from the dbmail-alias-table and i would like to implement a

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread lst_hoe02
Zitat von Reindl Harald : Am 07.02.2011 22:56, schrieb lst_ho...@kwsoft.de: This is your source of recipient checking... So it matters what you get from this by querying with "postmap -q mysql:/etc/postfix/mysql-recipients.cf exactly this is the reason why i need a working domain-alias

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Victor Duchovni
On Tue, Feb 08, 2011 at 07:18:57AM +0100, Reindl Harald wrote: > > > Am 08.02.2011 02:28, schrieb Noel Jones: > > > Don't use "domain aliases" > > That is not a solution nor a workaround because many business > clients have a couple of domains and wnats to receive mail for > all addresses in

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Reindl Harald
Am 08.02.2011 02:28, schrieb Noel Jones: > Don't use "domain aliases" That is not a solution nor a workaround because many business clients have a couple of domains and wnats to receive mail for all addresses in all of them because peopole visit a homepage often take the domain in the address

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Noel Jones
On 2/7/2011 5:44 PM, Reindl Harald wrote: Am 07.02.2011 22:56, schrieb lst_ho...@kwsoft.de: This is your source of recipient checking... So it matters what you get from this by querying with "postmap -q mysql:/etc/postfix/mysql-recipients.cf exactly this is the reason why i need a working do

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Reindl Harald
Am 07.02.2011 22:56, schrieb lst_ho...@kwsoft.de: > This is your source of recipient checking... > So it matters what you get from this by querying with "postmap -q > > mysql:/etc/postfix/mysql-recipients.cf exactly this is the reason why i need a working domain-alias "mysql-recipients.cf" is

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread lst_hoe02
Zitat von Reindl Harald : Am 07.02.2011 11:51, schrieb lst_ho...@kwsoft.de: Zitat von Reindl Harald : hi i have a little problem implementing alias-domains the backend is dbmail with some additional tables and a inhouse developed webui for dbmail/postfix/dovecot-proxy i'm using "recipient

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Reindl Harald
Am 07.02.2011 11:51, schrieb lst_ho...@kwsoft.de: > Zitat von Reindl Harald : > >> hi >> >> i have a little problem implementing alias-domains >> the backend is dbmail with some additional tables and a inhouse >> developed webui for dbmail/postfix/dovecot-proxy >> >> i'm using "recipient_canonic

Re: domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread lst_hoe02
Zitat von Reindl Harald : hi i have a little problem implementing alias-domains the backend is dbmail with some additional tables and a inhouse developed webui for dbmail/postfix/dovecot-proxy i'm using "recipient_canonical_maps" as follows what works but RCPT-Verify for "inva...@aliasdomain.t

domain-aliases / recipient_canonical_maps / vrfy

2011-02-07 Thread Reindl Harald
hi i have a little problem implementing alias-domains the backend is dbmail with some additional tables and a inhouse developed webui for dbmail/postfix/dovecot-proxy i'm using "recipient_canonical_maps" as follows what works but RCPT-Verify for "inva...@aliasdomain.tld" gives back that the addre