OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: sender verification not work with lmtp

From: Alexander Kolesnikoff (akhvv.uku.com.ru)
Date: Tue Apr 29 2003 - 02:47:12 CDT


Tue Apr 29 15:31, Ralf Hildebrandt <Ralf.Hildebrandt@charite.de> wrote:
> >
> > This is log of sending message to nonexistent user (tut@hvv.uku.com.ru)
> > from localhost:
>
> Where is your "postconf -n"?
>

   It's here : ;-)

2bounce_notice_recipient = postmaster@hvv.uku.com.ru
address_verify_map = hash:/etc/postfix/verify
address_verify_sender = <>
allow_mail_to_commands = alias,forward,include
allow_mail_to_files = alias,forward,include
allow_min_user = yes
append_at_myorigin = yes
append_dot_mydomain = yes
backwards_bounce_logfile_compatibility = no
best_mx_transport = local
body_checks = pcre:/etc/postfix/body.pcre
body_checks_size_limit = 200000
bounce_notice_recipient = postmaster@hvv.uku.com.ru
canonical_maps = pcre:/etc/postfix/canonical-out.pcre
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
defer_transports = hold
delay_notice_recipient = postmaster@hvv.uku.com.ru
delay_warning_time = 0
disable_vrfy_command = yes
error_notice_recipient = ipfw@hvv.uku.com.ru
hash_queue_depth = 1
hash_queue_names = defer active bounce flush incoming deferred
header_checks = pcre:/etc/postfix/headers.pcre
initial_destination_concurrency = 1
local_destination_concurrency_limit = 10
local_recipient_maps = $alias_maps unix:passwd.byname $virtual_maps
mail_owner = postfix
mailbox_command = /usr/local/bin/procmail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
maximal_backoff_time = 420s
minimal_backoff_time = 105s
mydestination = $myhostname, localhost.$mydomain
mydomain = uku.com.ru
myhostname = hvv.uku.com.ru
mynetworks = 172.16.32.0/22 192.168.0.0/20 172.16.37.0/24 194.173.220.0/24
    172.16.35.0/24 172.16.36.0/24 172.16.38.0/24 127.0.0.0/8 172.16.40.0/24
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
notify_classes = resource,software,2bounce,delay,policy,protocol
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/README
relay_domains = $mydestination pc064.uku.com.ru
sample_directory = /etc/postfix/sample
sender_canonical_maps = hash:/etc/postfix/sender-canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_destination_concurrency_limit = 1
smtpd_client_restrictions =
        permit_mynetworks
        check_client_access hash:/etc/postfix/access-client
        reject_rbl_client relays.ordb.org
        reject_rbl_client list.dsbl.org
        reject_rbl_client blackholes.wirehub.net
        reject_rbl_client dynablock.wirehub.net
smtpd_delay_reject = no
smtpd_hard_error_limit = 1
smtpd_helo_required = yes
smtpd_helo_restrictions =
        permit_mynetworks
        check_helo_access hash:/etc/postfix/access-helo
        check_helo_access pcre:/etc/postfix/access-helo-pcre
smtpd_recipient_restrictions =
         reject_unauth_pipelining
        check_recipient_access hash:/etc/postfix/good-hosts
        reject_unknown_recipient_domain permit_mynetworks
        reject_unauth_destination
        check_recipient_access hash:/etc/postfix/access-recipient
        permit
smtpd_restriction_classes =
         yahoo_class
         rambler_class
         hotmail_class
         mailru_class
         chatru_class
smtpd_sender_restrictions =
         check_sender_access hash:/etc/postfix/good-sender
               reject_unknown_sender_domain
        permit_mynetworks
        check_sender_access hash:/etc/postfix/access-sender
        reject_rhsbl_client dsn.rfc-ignorant.org
        reject_unverified_sender
smtpd_soft_error_limit = 1
soft_bounce = no
transport_maps = hash:/etc/postfix/transport
unknown_address_reject_code = 554
unverified_sender_reject_code = 554
virtual_alias_maps = hash:/etc/postfix/virtual
  
  Alexander