Topic: fatal : proxymap service is not configured
hello Mr. Developer
i've get an error when integrating my iredmail with microsoft active directory.. i've follow your wiki about this integration. i've successfully login with user on AD, but, i can't sent email both receive. when i try to check mail.log, i've got something.. here's the error said:
Oct 3 12:11:39 mail postfix/proxymap[13477]: warning: request for unapproved table: "ldap:/etc/postfix/ad_sender_login_maps.cf"
Oct 3 12:11:39 mail postfix/proxymap[13477]: warning: to approve this table for read-only access, list proxy:ldap:/etc/postfix/ad_sender_login_maps.cf in main.cf:proxy_read_maps
Oct 3 12:11:39 mail postfix/smtpd[13587]: fatal: proxymap service is not configured for table "ldap:/etc/postfix/ad_sender_login_maps.cf"
Oct 3 12:11:40 mail postfix/master[5224]: warning: process /usr/lib/postfix/smtpd pid 13587 exit status 1
Oct 3 12:11:40 mail postfix/master[5224]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
and, here's my main.cf file.
#
# Unused iRedMail special settings.
# Set them to empty value OR comment these lines.
#
#virtual_alias_maps =
#sender_bcc_maps =
#recipient_bcc_maps =
my_networks = 192.168.100.0/24
#relay_domains =
#relay_recipient_maps =#
# Add your mail domain in "smtpd_sasl_local_domain" and "virtual_mailbox_domains".
#
#smtpd_sasl_local_domain = intra.gti.co.id
#virtual_mailbox_domains = intra.gti.co.id#
# Change some settings.
#
# Transport maps.
transport_maps = hash:/etc/postfix/transport
virtual_transport = lmtp:localhost:2003
alias_maps = hash:/etc/postfix/aliases
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mai
lbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps
$recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps#
# AD query.
#
# Note: We will create these 3 files later.
#
# Used to verify sender.
smtpd_sender_login_maps = proxy:ldap:/etc/postfix/ad_sender_login_maps.cf# Used to query mail users.
virtual_mailbox_maps = proxy:ldap:/etc/postfix/ad_virtual_mailbox_maps.cf# Used to query mail lists/groups.
virtual_alias_maps = proxy:ldap:/etc/postfix/ad_virtual_group_maps.cf
and, according to the log, the error is in the ad_sender_login_maps.cf. here's my ad_sender_login_maps.cf file.
server_host = 192.168.100.155
server_port = 389
version = 3
bind = yes
start_tls = no
bind_dn = vmail
bind_pw = my_pass
search_base = cn=users,dc=intra,dc=gti,dc=co,dc=id
scope = sub
query_filter = (&(userPrincipalName=%s)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
result_attribute= userPrincipalName
debuglevel = 0
i hope it's enough to analyze my problem.
thank you before Mr. developer for your support..
umm.. i forget about my sys identities.
i use iredmail0-73
my OS is ubuntu 10.04 server
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.