- 論壇徽章:
- 0
|
廢話少說,貼代碼:
[root@mail extmail]# tail /var/log/maillog
Nov 18 14:13:00 mail postfix/master[6586]: warning: process /usr/libexec/postfix/cleanup pid 6972 exit status 1
Nov 18 14:13:00 mail postfix/master[6586]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
Nov 18 14:14:00 mail postfix/cleanup[6973]: fatal: unsupported dictionary type: mysql
Nov 18 14:14:01 mail postfix/master[6586]: warning: process /usr/libexec/postfix/cleanup pid 6973 exit status 1
Nov 18 14:14:01 mail postfix/master[6586]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
[root@mail extmail]# postconf -m
btree
cidr
environ
hash
ldap
nis
pcre
proxy
regexp
static
unix
自己又在網(wǎng)上查了一下,原因是由于postfix采用的是RPM安裝方式,默認沒有對mysql提供支持.大多的方法都是再采用tar方式編繹安裝,在編繹參數(shù)中加入對mysql的支持.
本人菜鳥一個,想知道有沒有方法在不重新編繹安裝postfix的情況下加入對mysql的支持,如果不行,那在進行RPM安裝時可不可以加入支持mysql的參數(shù),如果能加,應該怎么加? |
|