1 頁 (共 1 頁)

求救!無法安裝 postfix

文章發表於 : 週六 7月 02, 2005 10:52 pm
yilang
依照網站上的postfix安裝文件進行,在準備進行postfix的安裝程序時,出現以下的錯誤

# emerge postfix
Calculating dependencies ...done!

!!! Error: the mail-mta/ssmtp package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.


然後我用emerge --pretend postfix查詢的結果如下:
# emerge --pretend postfix

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.1.5-r2)
[ebuild N ] mail-mta/postfix-2.1.5-r2

請問一下,接下來該如何解決這個問題呢?謝謝!

文章發表於 : 週六 7月 02, 2005 11:20 pm
smallbug
那就把ssmtp 移除吧:)

文章發表於 : 週六 7月 02, 2005 11:45 pm
yilang
謝謝!移除ssmtp後,就可以使用emerge postfix重新安裝了...