Am 27.03.2012 14:35, schrieb Wietse Venema:
> Nikolaos Milas:
>> On 9/3/2012 2:09 ??, Reindl Harald wrote:
>>
>>> his "postconf -n" does not contain "proxy_read_maps"
>>> if you think it is not needed at all than postfix has a bug
>>>
>>> i did the follwoing long a go because exavtly the same messages
>>> in the error log after start using "proxy:mysql" and because
>>> "proxymap service is not configured for table" is really clear
>>>
>>> there is currently no magic in postfix let this work
>>> without configure "proxy_read_maps" what the OP did not
>>
>> I would like to ask whether any changes are anticipated in coming 
>> Postfix versions (e.g. 2.9.2) to correctly support the "auto" 
>> proxy_read_maps feature (I can wait a bit), or we should proceed with 
>> explicitly defining proxy_read_maps, on a per table basis, as Reindl 
>> suggested.
> 
> As of Postfix 2.9, the default proxy_read/write_maps settings are:
> 
> % bin/postconf -df proxy_read_maps proxy_write_maps
> proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps
>     $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains
>     $relay_recipient_maps $relay_domains $canonical_maps 
> $sender_canonical_maps
>     $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
>     $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps
>     $alias_maps
> proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name
>     $address_verify_map $postscreen_cache_map
> 
> If any parameters are missing from this list, I can add them with
> the next patchlevel update. Just let me know what is missing.

these are the one i am using
i guess the problem was "mynetworks"

on the other hand i like to be explicit in any config
and have no problem with define "proxy_read_maps"

mynetworks                      = 127.0.0.0/8, 
proxy:mysql:/etc/postfix/mysql-mynetworks.cf
mydestination                   = 
proxy:mysql:/etc/postfix/mysql-mydestination.cf
local_recipient_maps            = proxy:mysql:/etc/postfix/mysql-recipients.cf
recipient_canonical_maps        = 
proxy:mysql:/etc/postfix/mysql-rewritedomains.cf
sender_canonical_maps           = 
proxy:mysql:/etc/postfix/mysql-rewritesenders.cf
transport_maps                  = proxy:mysql:/etc/postfix/mysql-transport.cf
sender_dependent_relayhost_maps = 
proxy:mysql:/etc/postfix/mysql-sender_relay_hosts.cf
smtp_sasl_password_maps         = 
proxy:mysql:/etc/postfix/mysql-sender_relay_hosts_auth.cf
alias_maps                      = proxy:mysql:/etc/postfix/mysql-aliases.cf
smtpd_sender_login_maps         = proxy:mysql:/etc/postfix/mysql-senderaccess.cf
virtual_alias_maps              = proxy:mysql:/etc/postfix/mysql-forwarders.cf

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to