返回列表 回复 发帖

[求助] extmail收不到邮件

Jun 23 15:07:32 linuxc postfix/cleanup[5846]: fatal: unsupported dictionary type: mysql
Jun 23 15:07:33 linuxc postfix/master[4827]: warning: process /usr/libexec/postfix/cleanup pid

5846 exit status 1
Jun 23 15:07:33 linuxc postfix/master[4827]: warning: /usr/libexec/postfix/cleanup: bad command

startup -- throttling
Jun 23 15:08:33 linuxc postfix/cleanup[5864]: fatal: unsupported dictionary type: mysql
Jun 23 15:08:34 linuxc postfix/master[4827]: warning: process /usr/libexec/postfix/cleanup pid

5864 exit status 1
Jun 23 15:08:34 linuxc postfix/master[4827]: warning: /usr/libexec/postfix/cleanup: bad command

startup -- throttling
Jun 23 15:09:34 linuxc postfix/cleanup[5878]: fatal: unsupported dictionary type: mysql
Jun 23 15:09:35 linuxc postfix/master[4827]: warning: process /usr/libexec/postfix/cleanup pid

5878 exit status 1
Jun 23 15:09:35 linuxc postfix/master[4827]: warning: /usr/libexec/postfix/cleanup: bad command

startup -- throttling
Jun 23 15:10:17 linuxc extmail[5888]: user=<testc@aaa.com>, client=127.0.0.1, module=login,

status=loginok
Jun 23 15:10:36 linuxc postfix/cleanup[5896]: fatal: unsupported dictionary type: mysql
Jun 23 15:10:37 linuxc postfix/master[4827]: warning: process /usr/libexec/postfix/cleanup pid

5896 exit status 1
Jun 23 15:10:37 linuxc postfix/master[4827]: warning: /usr/libexec/postfix/cleanup: bad command

startup -- throttling
Jun 23 15:11:37 linuxc postfix/cleanup[5935]: fatal: unsupported dictionary type: mysql
Jun 23 15:11:38 linuxc postfix/master[4827]: warning: process /usr/libexec/postfix/cleanup pid

5935 exit status 1
Jun 23 15:11:38 linuxc postfix/master[4827]: warning: /usr/libexec/postfix/cleanup: bad command

startup -- throttling
Jun 23 15:07:32 linuxc postfix/cleanup[5846]: fatal: unsupported dictionary type: mysql


楼主编译的POSTFIX不支持MYSQL轻

[root@mailsystem authlib]# postconf -m
btree
cidr
environ
hash
ldap
mysql
nis
pcre
proxy
regexp
static
tcp
unix

看看有无MYSQL

[ 本帖最后由 iteeqg 于 2010-6-25 10:07 编辑 ]

回复 2# iteeqg 的帖子

还真没有mysql呢`那是要重新编译吗`还是其它有什么好的怎样操作解决呀
extmail官方提供的postfix版本默认就是支持mysql的

支持Cyrus MySQL 昨天可发邮件不能收邮今改了main.cf就什么不能

zonefree:/usr/local/lib/sasl2 # /usr/local/postfix/sbin/postconf -n
alias_maps = hash:/etc/aliases
biff = no
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/local/postfix/sbin
config_directory = /etc/postfix
content_filter = smtp:[127.0.0.1]:10024
daemon_directory = /usr/local/postfix/libexec
data_directory = /var/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
disable_mime_output_conversion = no
html_directory = /var/www/postfix_html
inet_interfaces = all
inet_protocols = all
mail_name = Postfix - by extmail.org
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 5242880
mailbox_transport =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/postfix/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions = root
maximal_queue_lifetime = 1d
message_size_limit = 5242880
mydestination = $mynetworks $myhostname
mydomain = extmail.org
myhostname = mail.extmail.org
mynetworks = 127.0.0.1
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
receive_override_options = no_address_mappings
relayhost =
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
show_user_unknown_table_name = no
smtp_sasl_auth_enable = no
smtp_use_tls = no
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions =
smtpd_error_sleep_time = 0s
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_mynetworks,        permit_sasl_authenticated,        reject_non_fqdn_hostname,        reject_non_fqdn_sender,        reject_non_fqdn_recipient,        reject_unauth_destination,        reject_unauth_pipelining,        reject_invalid_hostname,        check_policy_service inet:127.0.0.1:10030
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_8bitmime = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 450
virtual_alias_domains = hash:/etc/postfix/virtual
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_transport = maildrop:
返回列表