OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Steve Thom (sthom_at_myrealbox.com)
Date: Mon Feb 03 2003 - 13:21:33 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Greetings

    I am new to Postfix, and have spent the better part of the weekend trying to
    figure this out on my own. It's time to post the question, forgive me if it
    has been answered previously - I have tried everything.

    I include the following verbose information in hopes of making this easy for
    you. Thanks in advance!

    Redhat 8.0 using included Postfix rpm (1.1.11-5) and cyrus rpm (2.1.10-1)

    I want to authenticate clients using sasl. I have the following in
    /usr/lib/sasl/smtpd.conf:
    pwcheck_method:sasldb

    I have added a user using /usr/sbin/saslpasswd -a smtpd -c testuser
    Password is test.

    The /etc/sasldb file is chrooted to postfix.

    Here is the sasldblistusers:
    [rootmail sbin]# ./sasldblistusers
    user: testuser realm: mail.stcil.com mech: PLAIN
    user: testuser realm: mail.stcil.com mech: DIGEST-
    user: testuser realm: mail.stcil.com mech: CRAM-MD

    Here is my main.cf:

    #soft_bounce = no

    #default_privs = nobody

    myhostname = mail.stcil.com
    #myhostname = virtual.domain.tld

    mydomain = stcil.com

    #myorigin = $myhostname
    myorigin = $mydomain

    #inet_interfaces = all
    #inet_interfaces = $myhostname
    #inet_interfaces = $myhostname, localhost

    #mydestination = $myhostname, localhost.$mydomain $mydomain
    mydestination = $myhostname, localhost.$mydomain, $mydomain, mail.$mydomain,
    www.$mydomain, ftp.$mydomain

    #mynetworks_style = class
    #mynetworks_style = subnet
    #mynetworks_style = host

    mynetworks = 192.168.0.0/24, 127.0.0.0/8
    #mynetworks = $config_directory/mynetworks
    #mynetworks = hash:/etc/postfix/network_table

    smtpd_sasl_auth_enable = yes
    smtpd_sasl_local_domain = $mydomain
    smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks,
    check_relay_domains
    smtpd_banner = $myhostname ESMTP $mail_name
    smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)

    #smtp_sasl_auth_enable = yes

    broken_sasl_auth_clients = yes

    relay_domains = $mydomain

    relayhost = $mydomain
    #relayhost = gateway.my.domain
    #relayhost = uucphost
    #relayhost = [an.ip.add.ress]

    #local_recipient_maps = $alias_maps unix:passwd.byname

    #in_flow_delay = 1s

    #alias_maps = dbm:/etc/aliases
    alias_maps = hash:/etc/postfix/aliases
    #alias_maps = hash:/etc/aliases, nis:mail.aliases
    #alias_maps = netinfo:/aliases

    #alias_database = dbm:/etc/aliases
    #alias_database = dbm:/etc/mail/aliases
    alias_database = hash:/etc/postfix/aliases
    #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases

    #recipient_delimiter = +

    #home_mailbox = Mailbox
    #home_mailbox = Maildir/

    #mail_spool_directory = /var/mail
    mail_spool_directory = /var/spool/mail

    #mailbox_command = /some/where/procmail
    #mailbox_command = /some/where/procmail -a "$EXTENSION"

    #mailbox_transport = lmtp:unix:/file/name
    #mailbox_transport = cyrus

    #fallback_transport = lmtp:unix:/file/name
    #fallback_transport = cyrus
    #fallback_transport =

    #luser_relay = $userother.host
    #luser_relay = $localother.host
    #luser_relay = admin+$local

    #header_checks = regexp:/etc/postfix/header_checks

    #fast_flush_domains = $relay_domains
    #fast_flush_domains =

    #local_destination_concurrency_limit = 2
    #default_destination_concurrency_limit = 10

    debug_peer_level = 2

    #debug_peer_list = 127.0.0.1
    #debug_peer_list = some.domain

    debugger_command =
    PATH=/usr/bin:/usr/X11R6/bin
    xxgdb $daemon_directory/$process_name $process_id & sleep 5

    daemon_directory = /usr/libexec/postfix

    command_directory = /usr/sbin

    sendmail_path = /usr/sbin/sendmail.postfix

    newaliases_path = /usr/bin/newaliases.postfix

    mailq_path = /usr/bin/mailq.postfix

    setgid_group = postdrop

    manpage_directory = /usr/share/man

    sample_directory = /usr/share/doc/postfix-1.1.11/samples

    readme_directory = /usr/share/doc/postfix-1.1.11/README_FILESThe log shows
    the following: Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action:
    type literal buf mail context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    mail.stcil.com context mail_dict "mail" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    Postfix context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    postfix context mail_dict "Postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    postfix context mail_dict "postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    postdrop context mail_dict "postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf myhostname context mail_dict "postdrop" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    mail.stcil.com context mail_dict "postdrop" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    , localhost. context mail_dict "mail.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "mail.stcil.com, localhost." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com, localhost." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    , context mail_dict "mail.stcil.com, localhost.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "mail.stcil.com, localhost.stcil.com, "
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com, localhost.stcil.com, "
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    , mail. context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com"
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "mail.stcil.com, localhost.stcil.com,
    stcil.com, mail." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com,
    mail." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    , www. context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com,
    mail.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "mail.stcil.com, localhost.stcil.com,
    stcil.com, mail.stcil.com, www." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com,
    mail.stcil.com, www." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    , ftp. context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com,
    mail.stcil.com, www.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "mail.stcil.com, localhost.stcil.com,
    stcil.com, mail.stcil.com, www.stcil.com, ftp." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com,
    mail.stcil.com, www.stcil.com, ftp." recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "mail.stcil.com, localhost.stcil.com,
    stcil.com, mail.stcil.com, www.stcil.com, ftp.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "mail.stcil.com, localhost.stcil.com, stcil.com,
    mail.stcil.com, www.stcil.com, ftp.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    /usr/libexec/postfix context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    /usr/libexec/postfix context mail_dict "/usr/libexec/postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    /usr/sbin context mail_dict "/usr/libexec/postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    /var/spool/postfix context mail_dict "/usr/sbin" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    pid context mail_dict "/var/spool/postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    all context mail_dict "pid" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    double-bounce context mail_dict "all" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    nobody context mail_dict "double-bounce" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    hash:/etc/postfix/aliases context mail_dict "nobody" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    20020528 context mail_dict "hash:/etc/postfix/aliases" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    1.1.11 context mail_dict "20020528" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    hash context mail_dict "1.1.11" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    incoming,active,deferred,bounce,defer,flush context mail_dict "hash"
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf relay_domains context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    TZ MAIL_CONFIG context mail_dict "stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY context mail_dict
    "TZ MAIL_CONFIG" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    smtp context mail_dict "MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY
    DISPLAY" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    subnet context mail_dict "smtp" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    += context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal
    buf -=+ context mail_dict "+=" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqp
    d_authorized_clients,relay_domains,smtpd_access_maps context mail_dict "-=+"
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf config_directory context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    /etc/postfix context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    /prng_exch context mail_dict "/etc/postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf smtpd_tls_cert_file context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf smtpd_tls_dcert_file context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf smtp_tls_cert_file context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf smtp_tls_dcert_file context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    2 context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    100s context mail_dict "2" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    3600s context mail_dict "100s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    100s context mail_dict "3600s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    10s context mail_dict "100s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    1s context mail_dict "10s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    1s context mail_dict "1s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    500s context mail_dict "1s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    3600s context mail_dict "500s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    3600s context mail_dict "3600s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    18000s context mail_dict "3600s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    1s context mail_dict "18000s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    192.168.0.0/24, 127.0.0.0/8 context mail_dict "1s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf myhostname context mail_dict "192.168.0.0/24, 127.0.0.0/8" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    mail.stcil.com context mail_dict "192.168.0.0/24, 127.0.0.0/8" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    ESMTP context mail_dict "mail.stcil.com" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mail_name context mail_dict "mail.stcil.com ESMTP " recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    Postfix context mail_dict "mail.stcil.com ESMTP " recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    ( context mail_dict "mail.stcil.com ESMTP Postfix" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mail_version context mail_dict "mail.stcil.com ESMTP Postfix ("
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    1.1.11 context mail_dict "mail.stcil.com ESMTP Postfix (" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal
    buf ) context mail_dict "mail.stcil.com ESMTP Postfix (1.1.11" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    resource,software context mail_dict "mail.stcil.com ESMTP Postfix (1.1.11)"
    recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    permit_sasl_authenticated, permit_mynetworks, check_relay_domains context
    mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    postmaster context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    hash:/etc/postfix/aliases context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    noanonymous context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type variable
    buf mydomain context mail_dict "noanonymous" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    stcil.com context mail_dict "noanonymous" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    <> context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    yes context mail_dict "" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    yes context mail_dict "yes" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    300s context mail_dict "yes" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: dict_eval_action: type literal buf
    5s context mail_dict "300s" recursive
    Feb 3 11:47:46 mail postfix/smtpd[1690]: match_string: mynetworks ~?
    debug_peer_list
    Feb 3 11:47:46 mail postfix/smtpd[1690]: match_string: mynetworks ~?
    fast_flush_domains
    Feb 3 11:47:46 mail postfix/smtpd[1690]: match_string: mynetworks ~?
    mynetworks
    Feb 3 11:47:46 mail postfix/smtpd[1690]: match_string: relay_domains ~?
    debug_peer_list
    Feb 3 11:47:46 mail postfix/smtpd[1690]: match_string: relay_domains ~?
    fast_flush_domains
    Feb 3 11:47:46 mail postfix/smtpd[1690]: match_string: relay_domains ~?
    mynetworks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: relay_domains ~?
    permit_mx_backup_networks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: relay_domains ~?
    qmqpd_authorized_clients
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: relay_domains ~?
    relay_domains
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string:
    permit_mx_backup_networks ~? debug_peer_list
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string:
    permit_mx_backup_networks ~? fast_flush_domains
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string:
    permit_mx_backup_networks ~? mynetworks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string:
    permit_mx_backup_networks ~? permit_mx_backup_networks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    debug_peer_list
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    fast_flush_domains
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    mynetworks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    permit_mx_backup_networks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    qmqpd_authorized_clients
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    relay_domains
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: smtpd_access_maps ~?
    smtpd_access_maps
    Feb 3 11:47:47 mail postfix/smtpd[1690]: name_mask: noanonymous
    Feb 3 11:47:47 mail postfix/smtpd[1690]: watchdog_create: 0x8088fb0 18000
    Feb 3 11:47:47 mail postfix/smtpd[1690]: watchdog_stop: 0x8088fb0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: watchdog_start: 0x8088fb0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: connection established
    Feb 3 11:47:47 mail postfix/smtpd[1690]: master_notify: status 0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: name_mask: resource
    Feb 3 11:47:47 mail postfix/smtpd[1690]: name_mask: software
    Feb 3 11:47:47 mail postfix/smtpd[1690]: >
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: 220 mail.stcil.com ESMTP
    Postfix (1.1.11)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: connect from
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]
    Feb 3 11:47:47 mail postfix/smtpd[1690]: watchdog_pat: 0x8088fb0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: <
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: HELO workstation
    Feb 3 11:47:47 mail postfix/smtpd[1690]: >
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: 250 mail.stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: watchdog_pat: 0x8088fb0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: <
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: MAIL FROM:
    <testuserstcil.com>
    Feb 3 11:47:47 mail postfix/smtpd[1690]: extract_addr: input:
    <testuserstcil.com>
    Feb 3 11:47:47 mail postfix/smtpd[1690]: extract_addr: result:
    testuserstcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: connect to subsystem
    public/cleanup
    Feb 3 11:47:47 mail postfix/smtpd[1690]: public/cleanup socket: wanted
    attribute: queue_id
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: queue_id
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute value: 694EE62ADD
    Feb 3 11:47:47 mail postfix/smtpd[1690]: public/cleanup socket: wanted
    attribute: (list terminator)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: (end)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: send attr flags = 2
    Feb 3 11:47:47 mail postfix/smtpd[1690]: 694EE62ADD:
    client=ord-DSL121-cust117.mpowercom.net[208.57.121.117]
    Feb 3 11:47:47 mail postfix/smtpd[1690]: >
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: 250 Ok
    Feb 3 11:47:47 mail postfix/smtpd[1690]: watchdog_pat: 0x8088fb0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: <
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: RCPT TO:
    <sthommyrealbox.com>
    Feb 3 11:47:47 mail postfix/smtpd[1690]: extract_addr: input:
    <sthommyrealbox.com>
    Feb 3 11:47:47 mail postfix/smtpd[1690]: extract_addr: result:
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: fsspace: .: block size 4096,
    blocks free 949446
    Feb 3 11:47:47 mail postfix/smtpd[1690]: smtpd_check_size: blocks 4096
    avail 949446 min_free 0 size 0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks: START
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks:
    name=permit_sasl_authenticated
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks:
    name=permit_sasl_authenticated status=0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks:
    name=permit_mynetworks
    Feb 3 11:47:47 mail postfix/smtpd[1690]: permit_mynetworks:
    ord-DSL121-cust117.mpowercom.net 208.57.121.117
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_hostname:
    ord-DSL121-cust117.mpowercom.net ~? 192.168.0.0/24
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_hostaddr: 208.57.121.117 ~?
    192.168.0.0/24
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_hostname:
    ord-DSL121-cust117.mpowercom.net ~? 127.0.0.0/8
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_hostaddr: 208.57.121.117 ~?
    127.0.0.0/8
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_list_match:
    ord-DSL121-cust117.mpowercom.net: no match
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_list_match: 208.57.121.117:
    no match
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks:
    name=permit_mynetworks status=0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks:
    name=check_relay_domains
    Feb 3 11:47:47 mail postfix/smtpd[1690]: check_relay_domains:
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_hostname:
    ord-DSL121-cust117.mpowercom.net ~? stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_list_match:
    ord-DSL121-cust117.mpowercom.net: no match
    Feb 3 11:47:47 mail postfix/smtpd[1690]: permit_auth_destination:
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: connect to subsystem
    private/rewrite
    Feb 3 11:47:47 mail postfix/smtpd[1690]: send attr request = rewrite
    Feb 3 11:47:47 mail postfix/smtpd[1690]: send attr rule = canonicalize
    Feb 3 11:47:47 mail postfix/smtpd[1690]: send attr address =
    sthommyrealbox.com
    Feb 3 11:47:47 mat: wanted attribute: address
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: address
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute value:
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: private/rewrite socket: wanted
    attribute: (list terminator)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: (end)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: rewrite_clnt: canonicalize:
    sthommyrealbox.com -> sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: send attr request = resolve
    Feb 3 11:47:47 mail postfix/smtpd[1690]: send attr address =
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: private/rewrite socket: wanted
    attribute: transport
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: transport
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute value: smtp
    Feb 3 11:47:47 mail postfix/smtpd[1690]: private/rewrite socket: wanted
    attribute: nexthop
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: nexthop
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute value: stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: private/rewrite socket: wanted
    attribute: recipient
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: recipient
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute value:
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: private/rewrite socket: wanted
    attribute: flags
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: flags
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute value: 0
    Feb 3 11:47:47 mail postfix/smtpd[1690]: private/rewrite socket: wanted
    attribute: (list terminator)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: input attribute name: (end)
    Feb 3 11:47:47 mail postfix/smtpd[1690]: resolve_clnt_query:
    `sthommyrealbox.com' -> t=`smtp' h=`stcil.com' r=`sthommyrealbox.com'
    Feb 3 11:47:47 mail postfix/smtpd[1690]: ctable_locate: install entry key
    sthommyrealbox.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: myrealbox.com ~?
    mail.stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: myrealbox.com ~?
    localhost.stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: myrealbox.com ~?
    stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: myrealbox.com ~?
    mail.stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: myrealbox.com ~?
    www.stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_string: myrealbox.com ~?
    ftp.stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_list_match: myrealbox.com:
    no match
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_hostname: myrealbox.com ~?
    stcil.com
    Feb 3 11:47:47 mail postfix/smtpd[1690]: match_list_match: myrealbox.com:
    no match
    Feb 3 11:47:47 mail postfix/smtpd[1690]: reject: RCPT from
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: 554 <sthommyrealbox.com>:
    Recipient address rejected: Relay access denied; from=<testuserstcil.com>
    to=<sthommyrealbox.com>
    Feb 3 11:47:47 mail postfix/smtpd[1690]: generic_checks:
    name=check_relay_domains status=2
    Feb 3 11:47:47 mail postfix/smtpd[1690]: >
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: 554 <sthommyrealbox.com>:
    Recipient address rejected: Relay access denied
    Feb 3 11:47:52 mail postfix/smtpd[1690]: watchdog_pat: 0x8088fb0
    Feb 3 11:47:52 mail postfix/smtpd[1690]: <
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: QUIT
    Feb 3 11:47:52 mail postfix/smtpd[1690]: >
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]: 221 Bye
    Feb 3 11:47:52 mail postfix/smtpd[1690]: disconnect from
    ord-DSL121-cust117.mpowercom.net[208.57.121.117]
    Feb 3 11:47:52 mail postfix/smtpd[1690]: master_notify: status 1
    Feb 3 11:47:52 mail postfix/smtpd[1690]: connection closed
    Feb 3 11:47:52 mail postfix/smtpd[1690]: watchdog_stop: 0x8088fb0
    Feb 3 11:47:52 mail postfix/smtpd[1690]: watchdog_start: 0x8088fb0