Marc,

(caveat! untested, I don't use mysql_tables myself)

This is a postfix issue.

Use a mysql_table setup to resolve [EMAIL PROTECTED] to [EMAIL PROTECTED]:

something like below
/etc/postfix/mysql_alias_generics.cf:
-----------------------------------------
hosts = unix:/var/run/mysqld/mysqld.sock
user = dbmailreadonly
password = foobar
query = SELECT alias
        FROM dbmail_aliases
        WHERE alias LIKE '[EMAIL PROTECTED]'
        LIMIT 1
domain = hash:/etc/postfix/searchdomains
-----------------------------------------

note that above syntax is postfix (>= 2.2) only.

So if you have an alias setup like:

alias                   | deliver_to
-------------------------------------
[EMAIL PROTECTED]       | 2

then above query will resolve '[EMAIL PROTECTED]' to
'[EMAIL PROTECTED]'

REF: man 5 mysql_table




Marc Dirix wrote:
> How do I enter aliases which are in the @*.domain form?
> 
> (* means any subdomain possible).
> 
> 
> Kind regards,
> 
> marc
> _______________________________________________
> DBmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to