[Postfixbuch-users] virtual_mailbox_maps
Christian Stüben
stueben at googlemail.com
Fr Okt 26 11:06:22 CEST 2007
Hallo,
> hast du schon mal:
>
> postmap -q zm_info at zylmann.de
> mysql:/etc/postfix/mysql-virtual_forwardings.cf
>
> getestet ob da eine antwort kommt ???
>
> bsp:
> root at mailx /etc/postfix # postmap -q nospam at thoma.cc
> mysql:/etc/postfix/mysql-virtual_alias.cf
> nospam at thoma.cc
>
> wenn das nicht geht dann stimmt was mit deiner sql tabelle / connector
> nicht.
>
> wie sieht /etc/postfix/mysql-virtual_alias.cf aus ?
Habe ich gerade mal ausprobiert..und ich bekomme als Antwort die
gewünschte Adresse bzw. das korrekte Zielpostfach...
postmap -q zm_info at DOMAIN.TLD mysql:/etc/postfix/mysql-virtual_forwardings.cf
info at DOMAIN.TLD.de
Eine /etc/postfix/mysql-virtual_alias.cf habe ich nicht, meine
...sieht wie folgt aus:
user = USER
password = PASSWORD;
dbname = provider
table = forwardings
select_field = destination
where_field = source
hosts = localhost
Tabellen-Struktur:
CREATE TABLE `forwardings` (
`source` varchar(80) NOT NULL default '',
`destination` text NOT NULL,
PRIMARY KEY (`source`)
) TYPE=MyISAM;
--
Mit freundlichen Grüßen aus Flensburg
Christian Stüben
Mehr Informationen über die Mailingliste Postfixbuch-users