jon*_*ard 2 mysql postgresql postfix
我不确定我的 Postfix 安装是否支持 MySQL 或 PostgreSQL。我怎么知道?
解决方案与如何知道编译后缀的方法相同?,但我猜你问这个问题是为了让这个问题更容易被谷歌搜索到。聪明的你!
运行postconf -m
:
root@mail:~# postconf -m
btree
cidr
environ
hash
internal
mysql
nis
pcre
proxy
regexp
sdbm
static
tcp
texthash
unix
Run Code Online (Sandbox Code Playgroud)
如果您没有这些软件包,在 Ubuntu 上,您可以安装postfix-mysql
和postfix-pgsql
.