Ik heb een SlackWare 8.1 Server met Postfix, Apache, MySQL, OpenLDAP, Courier en ISPMan.
Courier werkt goed, maar Postfix wil de mail niet in de courier boxen afleveren.
Apache 1.3.27
Postfix 2.0.0.2
Courier 1.7.0
MySQL (irrelevant) 3.23.54
OpenLDAP 2.0.27 (2.1.12 werkt niet)
ISP Man 0.9.7
postfix main.cf (beetje lang, maar dan heb je vast wat info)
Courier werkt goed, maar Postfix wil de mail niet in de courier boxen afleveren.
Ik heb op internet gezocht, maar kon niks vinden over deze combinatie. De overige services (Apache, FTP enzo ) werken wel goed.Feb 8 10:48:38 smuggler postfix/smtpd[385]: connect from pc-04.stations.eastern.local[192.168.2.188]
Feb 8 10:48:38 smuggler postfix/smtpd[385]: E0E2FD4078: client=pc-04.stations.eastern.local[192.168.2.188]
Feb 8 10:48:39 smuggler postfix/cleanup[386]: E0E2FD4078: message-id=<3E44D274.1050507@ok2web.nl>
Feb 8 10:48:39 smuggler postfix/qmgr[249]: E0E2FD4078: from=<erikvoost@ok2web.nl>, size=600, nrcpt=3 (queue active)
Feb 8 10:48:39 smuggler postfix/virtual[389]: E0E2FD4078: to=<erikvoost_ok2web_nl@smuggler.eastern.local>, orig_to=<erikvoost@ok2web.nl>, relay=virtual, delay=1, status=bounced (unknown user: "erikvoost_ok2web_nl@smuggler.eastern.local")
Feb 8 10:48:39 smuggler postfix/smtpd[385]: disconnect from pc-04.stations.eastern.local[192.168.2.188]
Apache 1.3.27
Postfix 2.0.0.2
Courier 1.7.0
MySQL (irrelevant) 3.23.54
OpenLDAP 2.0.27 (2.1.12 werkt niet)
ISP Man 0.9.7
postfix main.cf (beetje lang, maar dan heb je vast wat info)
# if you are using this confing file, then you dont have to generate any map files.
# everything will be looked up dynamically from LDAP
# Too expensive for the ldap server
# Reasonable if you are replicating LDAP to this host and using it only for searching
queue_directory = /var/spool/postfix
program_directory = /usr/libexec/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = smuggler
mydomain = eastern.local
mynetworks = /etc/postfix/mynetworks
myorigin = $mydomain
inet_interfaces = all
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases, nis:mail.aliases
mydestination = $mydomain, $myhostname, localhost.$mydomain, /etc/postfix/destination, ldap:ldapdomain
relay_domains = $mydomain, $myhostname, localhost.$mydomain, /etc/postfix/destination, ldap:ldaprelaydomain
canonical_maps = hash:/etc/postfix/canonical, ldap:ldapcanonical
virtual_maps = hash:/etc/postfix/virtual, ldap:ldapvirtual
virtual_mailbox_base = /
default_transport = smtp
ldapdomain_server_host = localhost
ldapdomain_server_port = 389
ldapdomain_bind_dn = o=ispman
ldapdomain_search_base = o=ispman
ldapdomain_query_filter = (&(objectclass=ispmanDomain)(ispmanDomain=%s)(ispmanDomainService=mail))
ldapdomain_result_attribute = ispmanDomain
ldaprelaydomain_server_host = localhost
ldaprelaydomain_server_port = 389
ldaprelaydomain_bind_dn = o=ispman
ldaprelaydomain_search_base = o=ispman
ldaprelaydomain_query_filter = (&(objectclass=ispmanDomain)(ispmanDomain=%s))
ldaprelaydomain_result_attribute = ispmanDomain
ldapcanonical_server_host = localhost
ldapcanonical_bind_dn = o=ispman
ldapcanonical_search_base = o=ispman
ldapcanonical_query_filter = (&(objectclass=ispmanDomain)(ispmanDomainType=replica)(mailLocalAddress=%s))
ldapcanonical_result_attribute = mailForwardingAddress
ldapvirtual_server_host = localhost
ldapvirtual_server_port = 389
ldapvirtual_bind_dn = o=ispman
ldapvirtual_bind = no
ldapvirtual_timeout = 5
ldapvirtual_search_base = o=ispman
ldapvirtual_query_filter = (|(mailLocalAddress=%s)(mailAlias=%s))
ldapvirtual_result_attribute = mailRoutingAddress,mailForwardingAddress
ldapvirtual_lookup_wildcards = no
ldapmailbox_timeout = 10
ldapmailbox_server_host = localhost
ldapmailbox_search_base = o=ispman
ldapmailbox_server_port = 389
#ldapmailbox_domain = mycoll.edu, hash:/etc/postfix/searchdomains
ldapmailbox_query_filter = (|(mailLocalAddress=%s)(mailAlias=%s))
ldapmailbox_result_attribute = homeDirectory
ldapmailbox_bind = no
ldapmailbox_bind_dn = o=ispman
relocated_maps = hash:/etc/postfix/relocated
smtpd_sender_restrictions = hash:/etc/postfix/access
transport_maps = hash:/etc/postfix/transport
#mailbox_transport = cyrus
virtual_domains=/etc/postfix/virtual
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
local_destination_concurrency_limit = 2
local_recipient_maps = ldap:ldapmailbox
virtual_mailbox_maps = ldap:ldapmailbox
local_transport = virtual
default_destination_concurrency_limit = 10
debug_peer_level = 2
debugger_command =
PATH=/usr/bin:/usr/X11R6/bin