| |||||||||||||||||||||||||||||||
|
Victor Duchovni Here is my last postconf -n # postconf -c /kolab/etc/postfix -n alias_database = hash:/kolab/etc/postfix/aliases alias_maps = hash:/kolab/etc/postfix/aliases alternate_config_directories = /kolab/etc/postfix_front broken_sasl_auth_clients = yes canonical_maps = hash:/kolab/etc/postfix/canonical command_directory = /kolab/sbin config_directory = /kolab/etc/postfix content_filter = daemon_directory = /kolab/libexec/postfix default_privs = kolab-n empty_address_recipient = alain.spineux enable_original_recipient = no local_recipient_maps = $virtual_alias_maps, $alias_maps local_transport = lmtp:unix:/kolab/var/kolab/lmtp mail_owner = kolab masquerade_classes = envelope_sender, envelope_recipient, header_sender, header_recipient masquerade_domains = $mydomain message_size_limit = 20971520 mydestination = asxnet.loc mydomain.loc alpha.loc gamma.loc beta.loc mydomain = asxnet.loc myhostname = fc6-eg.asxnet.loc mynetworks = myorigin = $mydomain queue_directory = /kolab/var/postfix recipient_delimiter = + relay_domains = relocated_maps = hash:/kolab/etc/postfix/relocated setgid_group = kolab-r smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service unix:private/kolabpolicy smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_sender_restrictions = permit_mynetworks, check_policy_service unix:private/kolabpolicy smtpd_starttls_timeout = 300s smtpd_timeout = 300s smtpd_tls_auth_only = yes smtpd_tls_cert_file = /kolab/etc/kolab/cert.pem smtpd_tls_key_file = /kolab/etc/kolab/key.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = no smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev:/dev/urandom transport_maps = hash:/kolab/etc/postfix/transport, ldap:/kolab/etc/postfix/ldaptransport.cf virtual_alias_maps = hash:/kolab/etc/postfix/virtual, ldap:/kolab/etc/postfix/ldapdistlist.cf, ldap:/kolab/etc/postfix/ldapvirtual.cf And I still get the same error Jul 23 23:35:53 fc6-eg.asxnet.loc <info> postfix/smtpd[29661]: 8FBF77FBD: client=localhost.localdomain[127.0.0.1] Jul 23 23:35:53 fc6-eg.asxnet.loc <info> postfix/cleanup[29663]: 8FBF77FBD: message-id=<200707232135.l6NLZrB7029656> Jul 23 23:35:53 fc6-eg.asxnet.loc <info> postfix/qmgr[29622]: 8FBF77FBD: from=<postmaster>, size=937, nrcpt=2 (queue active) Jul 23 23:35:53 fc6-eg.asxnet.loc <info> postfix/smtpd[29661]: disconnect from localhost.localdomain[127.0.0.1] Jul 23 23:35:53 fc6-eg.asxnet.loc <info> postfix/lmtp[29665]: 8FBF77FBD: to=<alain.spineux>, relay=/kolab/var/kolab/lmtp[/kolab/var/kolab/lmtp], delay=0, status=bounced (host /kolab/var/kolab/lmtp[/kolab/var/kolab/lmtp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command)) Jul 23 23:35:53 fc6-eg.asxnet.loc <info> postfix/lmtp[29665]: 8FBF77FBD: to=<catchall.alpha.loc>, relay=/kolab/var/kolab/lmtp[/kolab/var/kolab/lmtp], delay=0, status=sent (250 2.1.5 Ok) Regards On 7/23/07, Wietse Venema <wietse> wrote: > Alain Spineux: > > # postmap -q @alpha.loc ldap:/kolab/etc/postfix/ldapvirtual.cf > > catchall.alpha.loc > > There is no ldapvirtual.cf in your "postconf -c /kolab/etc/postfix -n" > output. > > Wietse > > > # postconf -c /kolab/etc/postfix -n > > > > alias_database = hash:/kolab/etc/postfix/aliases > > alias_maps = hash:/kolab/etc/postfix/aliases > > alternate_config_directories = /kolab/etc/postfix_front > > broken_sasl_auth_clients = yes > > canonical_maps = hash:/kolab/etc/postfix/canonical > > command_directory = /kolab/sbin > > config_directory = /kolab/etc/postfix > > content_filter = > > daemon_directory = /kolab/libexec/postfix > > default_privs = kolab-n > > empty_address_recipient = alain.spineux > > enable_original_recipient = no > > local_recipient_maps = $virtual_maps, $alias_maps > > local_transport = lmtp:unix:/kolab/var/kolab/lmtp > > mail_owner = kolab > > masquerade_classes = envelope_sender, envelope_recipient, > > header_sender, header_recipient > > masquerade_domains = $mydomain > > message_size_limit = 20971520 > > mydestination = asxnet.loc mydomain.loc alpha.loc gamma.loc beta.loc > > mydomain = asxnet.loc > > myhostname = fc6-eg.asxnet.loc > > mynetworks = > > myorigin = $mydomain > > queue_directory = /kolab/var/postfix > > recipient_delimiter = + > > relay_domains = > > relocated_maps = hash:/kolab/etc/postfix/relocated > > setgid_group = kolab-r > > smtpd_recipient_restrictions = > > permit_mynetworks,permit_sasl_authenticated, > > reject_unauth_destination, reject_unlisted_recipient, > > check_policy_service unix:private/kolabpolicy > > smtpd_sasl_auth_enable = yes > > smtpd_sasl_local_domain = > > smtpd_sasl_security_options = noanonymous > > smtpd_sender_restrictions = permit_mynetworks, check_policy_service > > unix:private/kolabpolicy > > smtpd_starttls_timeout = 300s > > smtpd_timeout = 300s > > smtpd_tls_auth_only = yes > > smtpd_tls_cert_file = /kolab/etc/kolab/cert.pem > > smtpd_tls_key_file = /kolab/etc/kolab/key.pem > > smtpd_tls_loglevel = 1 > > smtpd_tls_received_header = no > > smtpd_tls_session_cache_timeout = 3600s > > smtpd_use_tls = yes > > tls_random_source = dev:/dev/urandom > > transport_maps = hash:/kolab/etc/postfix/transport, > > ldap:/kolab/etc/postfix/ldaptransport.cf > > > > Regards > > > > > > -- > > -- > > Alain Spineux > > aspineux gmail com > > May the sources be with you > > > > > > -- -- Alain Spineux aspineux gmail com May the sources be with you
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com