View Single Post
  #9 (permalink)  
Old 01-18-2007, 03:15 PM
Miz Miz is offline
Intermediate Member
 
Posts: 19
Default

Code:
# ldd /opt/zimbra/postfix/libexec/smtpd | grep sasl
        libsasl2.so.2 => /opt/zimbra/cyrus-sasl/lib/libsasl2.so.2 (0xb7d65000)
Now there's an interesting find...

No smptd.

I had one a minute ago.

Code:
postfix   1033  0.0  0.3  7048 2576 ?        S    17:08   0:00 smtpd -n 127.0.0.1:10025 -t inet -u -o content_filter  -o local_recipient_maps  -o virtual_mailbox_maps  -o virtual_alias_maps  -o relay_recipient_maps  -o smtpd_restriction_classes  -o smtpd_delay_reject no -o smtpd_client_restrictions permit_mynetworks,reject -o smtpd_helo_restrictions  -o smtpd_sender_restrictions  -o smtpd_recipient_restrictions permit_mynetworks,reject -o mynetworks_style host -o mynetworks 127.0.0.0/8 -o strict_rfc821_envelopes yes -o smtpd_error_sleep_time 0 -o smtpd_soft_error_limit 1001 -o smtpd_hard_error_limit 1000 -o smtpd_client_connection_count_limit 0 -o smtpd_client_connection_rate_limit 0 -o receive_override_options no_header_body_checks,no_unknown_recipient_checks,no_address_mappings

[root@mail ~]# pmap 1033
[root@mail ~]#
Code:
[root@mail ~]# ps aux | grep smtp
root      2951  0.0  0.0  3732  668 pts/9    R+   17:11   0:00 grep smtp
[root@mail ~]# ps aux | grep postfix
root     13860  0.0  0.2  6556 1700 ?        Ss   16:30   0:00 /opt/zimbra/postfix-2.2.9/libexec/master
postfix  13880  0.0  0.2  6604 1684 ?        S    16:30   0:00 pickup -l -t fifo -u
postfix  13881  0.0  0.2  6636 1768 ?        S    16:30   0:00 qmgr -l -t fifo -u
postfix  14631  0.0  0.2  6600 1752 ?        S    16:33   0:00 tlsmgr -l -t unix -u
postfix   1027  0.0  0.2  6592 1684 ?        S    17:08   0:00 proxymap -t unix -u
postfix   1028  0.0  0.2  6612 1896 ?        S    17:08   0:00 trivial-rewrite -n rewrite -t unix -u
postfix   1303  0.0  0.2  6600 1684 ?        S    17:10   0:00 showq -t unix -u
root      2953  0.0  0.0  3736  672 pts/9    R+   17:11   0:00 grep postfix
Code:
$ zmcontrol status
Host mail.whatever.tld
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Running
        mta                     Running
        snmp                    Running
        spell                   Running
Reply With Quote