--- In [email protected], Pascal Volk <user+postfix-us...@...> wrote: > > On 06/05/2009 02:25 AM Peter Smith wrote:
> > If I telnet to my mail server, anyth...@... is accepted. If I > > turn up the logging verbosity, I see: > > How do you telnet to your server? > `telnet localhost 25`? Actually I was telnetting in to port 25 from a remote location > > maps_find: virtual_alias_maps: @mydomain.com: not found > > mail_addr_find: sdf...@... -> (not found) > > generic_checks: name=reject_unlisted_recipient status=0 > Please provide the `postconf -n` output. alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases bounce_queue_lifetime = 2d command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 20 debug_peer_list = x.x.x.x default_destination_concurrency_limit = 10 default_process_limit = 300 initial_destination_concurrency = 20 local_destination_concurrency_limit = 1 local_recipient_maps = proxy:unix:passwd.byname $alias_maps mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain mynetworks_style = host newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.0.18/README_FILES relay_domains = $mydestination sample_directory = /usr/share/doc/postfix-2.0.18/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unlisted_recipient,reject_unauth_destination, reject_non_fqdn_sender, reject_invalid_hostname, reject_unknown_sender_domain, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl.spamhaus.org, reject_unlisted_recipient smtpd_reject_unlisted_recipient = yes smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 unknown_virtual_alias_reject_code = 550 unknown_virtual_mailbox_reject_code = 550 virtual_mailbox_domains = $transport_maps Thanks, Pete
