Hi All,
I have a Debian 4.0 system running Postfix 2.3.8, installed by apt-get.
It's protected by a mail gateway that filters virus and SPAM. It also
looks for it's 3300 users on an Openldap 2.3.30 installed on the same box.
What is happenning is once a week, more or less, the postfix local
proccess stops to work and don't talk anymore with openldap and start
giving me "unknown mail transport error". I just don't know why this is
happenning.
Very important information. Things just come back to work after a
reboot. Just restart teh service is not enough.
The error messages and conf string you can see in the next lines:
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
bounce_queue_lifetime = 1h
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/header_checks
home_mailbox = Maildir/
inet_interfaces = all
local_recipient_maps = ldap:/etc/postfix/ldap.cf $alias_maps
mail_spool_directory = /var/mail
mailbox_size_limit = 102400000
maximal_queue_lifetime = 2h
mydestination = $myhostname, localhost.$mydomain, localhost,
mail.$mydomain, $mydomain, bra.$mydomain
mydomain = company.com.br
myhostname = mailserver.company.com.br
mynetworks = 127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/24, 192.168.10.0/24
myorigin = $mydomain
owner_request_special = no
recipient_delimiter = +
relay_domains = $mydestination
smtp_connect_timeout = 60s
smtpd_banner = $myhostname ESMTP Server
smtpd_helo_restrictions = permit_mynetworks
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination,
strict_rfc821_envelopes = yes
# cat /etc/postfix/ldap.cf
bind = no
version = 3
timeout = 20
## set the size_limit to 1 since we only
## want to find one email address match
size_limit = 1
expansion_limit = 0
start_tls = no
#tls_require_cert = no
server_host = ldap://mailserver.company.com.br
search_base = dc=company,dc=com,dc=br
scope = sub
query_filter = (&(objectclass=inetLocalMailRecipient)(mail=%s))
result_attribute = mailRoutingAddress
special_result_filter = %s@%d
Aug 1 15:41:13 10.x.x.x postfix/smtpd[23257]: connect from
unknown[200.xxx.131.xxx]
Aug 1 15:41:13 10.x.x.x postfix/smtpd[23257]: 3F2F61000A4:
client=unknown[200.xxx.131.xxx]
Aug 1 15:41:13 10.x.x.x postfix/cleanup[23258]: 3F2F61000A4:
message-id=<802A7016EA7A5E418C7949CC1AC0FA5907263D AT columba.rede.stf.gov DOT
br>
Aug 1 15:41:13 10.x.x.x postfix/qmgr[22028]: 3F2F61000A4:
from=<MANOEL AT stf.gov DOT br>, size=731332, nrcpt=1 (queue active)
Aug 1 15:41:13 10.x.x.x postfix/smtpd[23257]: disconnect from
unknown[200.xxx.131.xxx]
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const mail
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const ipv4
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: ipv4
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
mailserver.company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const Postfix
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const postfix
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const postfix
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const postdrop
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: expand
$myhostname, localhost.$mydomain, localhost, mail.$mydomain, $mydomain,
bra.$mydomain -> mailserver.company.com.br, localhost.company.com.br,
localhost, mail.company.com.br, company.com.br, bra.company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: expand
$mydomain -> company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
/usr/lib/postfix
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const /usr/sbin
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
/var/spool/postfix
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const pid
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const all
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
double-bounce
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const nobody
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
hash:/etc/aliases
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 20070301
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 2.3.8
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const hash
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const deferred,
defer
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const +
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: expand
$mydestination -> mailserver.company.com.br, localhost.company.com.br,
localhost, mail.company.com.br, company.com.br, bra.company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: expand
$relay_domains -> mailserver.company.com.br, localhost.company.com.br,
localhost, mail.company.com.br, company.com.br, bra.company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const TZ
MAIL_CONFIG LANG
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const subnet
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const +=
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const -=+
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const bounce
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const cleanup
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const defer
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const pickup
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const qmgr
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const rewrite
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const showq
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const error
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const flush
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const verify
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const trace
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const no
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 100s
Aug 1 15:41:13 10.x.x.x last message repeated 3 times
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 3600s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 3600s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 100s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 100s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1000s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1000s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 10s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 10s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1s
Aug 1 15:41:13 10.x.x.x last message repeated 3 times
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 500s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 500s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 18000s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 18000s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/24, 192.168.10.0/24
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: inet_addr_local:
configured 2 IPv4 addresses
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 102400000
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
hash:/etc/aliases
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const Maildir/
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const alias,
forward
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const alias,
forward
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const /var/mail
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x last message repeated 3 times
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
Aug 1 15:41:13 10.x.x.x last message repeated 2 times
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
canonical, virtual
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const command,
file, forward
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const fcntl,
dotlock
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1000s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_eval: const 1000s
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: process generation: 55 (55)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: Compiled against Berkeley
DB: 4.3.29?
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: Run-time linked against
Berkeley DB: 4.3.29?
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: dict_open: hash:/etc/aliases
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: match_string:
fast_flush_domains ~? debug_peer_list
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: match_string:
fast_flush_domains ~? fast_flush_domains
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: set_eugid: euid 101 egid 104
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: alias
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: forward
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: alias
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: forward
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: canonical
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: virtual
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: command
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: file
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: forward
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: fcntl
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: name_mask: dotlock
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: connection established
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: master_notify: status 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_request_initial:
send initial status
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: send attr status = 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: flags
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: flags
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 3
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: queue_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
queue_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: active
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: queue_id
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
queue_id
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
3F2F61000A4
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: offset
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: offset
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 540
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: size
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: size
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 731332
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: nexthop
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: nexthop
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
mailserver.company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: encoding
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
encoding
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: sender
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: sender
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
MANOEL AT stf.gov DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: envelope_id
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
envelope_id
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: ret_flags
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
ret_flags
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: time
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: time
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
5NOwRpLuAwDk07BGXxEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: log_client_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
log_client_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
unknown
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: log_client_address
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
log_client_address
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
200.xxx.131.xxx
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: log_protocol_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
log_protocol_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: ESMTP
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: log_helo_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
log_helo_name
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
mailgw.company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: sasl_method
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
sasl_method
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: sasl_username
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
sasl_username
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: sasl_sender
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
sasl_sender
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: rewrite_context
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
rewrite_context
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: remote
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: recipient_count
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
recipient_count
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 1
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: (list terminator)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: original_recipient
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
original_recipient
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
lino AT company.com DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: recipient
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
recipient
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
lino AT company.com DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: offset
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: offset
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 511
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: dsn_orig_rcpt
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
dsn_orig_rcpt
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value:
rfc822;lino AT company.com DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: notify_flags
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name:
notify_flags
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute value: 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local socket: wanted
attribute: (list terminator)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: input attribute name: (end)
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_request_get: file
active/3F2F61000A4
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local_deliver: 3F2F61000A4
from MANOEL AT stf.gov DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local_deliver[0]: reset
owner attr
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local_deliver[0]: reset
user_attr
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_recipient[1]:
local recip lino AT company.com DOT br exten deliver exp_from
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: been_here: recipient 1
lino AT company.com DOT br: 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: level: 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: path: active/3F2F61000A4
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: fp: 0x8061be0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: queue_name: active
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: queue_id: 3F2F61000A4
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: offset: 511
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: sender: MANOEL AT stf.gov DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: recipient:
lino AT company.com DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: domain: company.com.br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: local: lino
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: user: lino
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: extension: null
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: unmatched: null
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: owner: null
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: delivered:
lino AT company.com DOT br
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: relay: local
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: exp_type: 0
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: exp_from: null
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: why: buffer
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_switch[2]: local
lino recip lino AT company.com DOT br exten deliver lino AT company.com DOT br
exp_from
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_alias[3]: local
lino recip lino AT company.com DOT br exten deliver lino AT company.com DOT br
exp_from
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_alias:
hash:/etc/aliases(0,lock|no_regsub|no_proxy|no_unauth|fold_fix): lino
not found
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_dotforward[3]:
local lino recip lino AT company.com DOT br exten deliver lino AT company.com
DOT br
exp_from
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: deliver_mailbox[3]: local
lino recip lino AT company.com DOT br exten deliver lino AT company.com DOT br
exp_from
Aug 1 15:41:13 10.x.x.x postfix/local[23897]: been_here: mailbox lino: 0
Aug 1 15:41:13 10.x.x.x postfix/qmgr[22028]: warning: premature
end-of-input on private/local socket while reading input attribute name
Aug 1 15:41:13 10.x.x.x postfix/qmgr[22028]: warning: private/local
socket: malformed response
Aug 1 15:41:13 10.x.x.x postfix/qmgr[22028]: warning: transport local
failure -- see a previous warning/fatal/panic logfile record for the
problem description
Aug 1 15:41:13 10.x.x.x postfix/master[22026]: warning: process
/usr/lib/postfix/local pid 23897 killed by signal 6
Aug 1 15:41:13 10.x.x.x postfix/master[22026]: warning:
/usr/lib/postfix/local: bad command startup -- throttling
Aug 1 15:41:13 10.x.x.x postfix/qmgr[22028]: 3F2F61000A4:
to=<lino AT company.com DOT br>, relay=none, delay=0.34, delays=0.27/0.07/0/0,
dsn=4.3.0, status=deferred (unknown mail transport error)
My best regards,
Gustavo
|