FS#4163 - Conflicts between courier-mta and postfix
Attached to Project:
Arch Linux
Opened by Wael Nasreddine (Gandalf) - Tuesday, 14 March 2006, 01:01 GMT
Last edited by Hugo Doria (hdoria) - Tuesday, 29 July 2008, 16:56 GMT
Opened by Wael Nasreddine (Gandalf) - Tuesday, 14 March 2006, 01:01 GMT
Last edited by Hugo Doria (hdoria) - Tuesday, 29 July 2008, 16:56 GMT
|
Details
Hello,
There is a conflict between courier-mta and postfix packages, check the below output [wael@nasreddine ~]$ sudo pacman -S courier-mta postfix Targets: courier-mta-0.53.0-1 postfix-2.2.9-1 Total Package Size: 7.4 MB Proceed with upgrade? [Y/n] Y checking package integrity... done. loading package data... done. checking for file conflicts... error: the following file conflicts were found: usr/bin/mailq: exists in "courier-mta" (target) and "postfix" (target) usr/man/man1/mailq.1.gz: exists in "courier-mta" (target) and "postfix" (target) usr/man/man1/sendmail.1.gz: exists in "courier-mta" (target) and "postfix" (target) errors occurred, no packages were upgraded. |
This task depends upon
now we only should make all these smtp forwarder not providing smtp-server.
Maybe a scheme like this:
- All MTA provide smtp-server AND smtp-forwarder
- forwarder provide ONLY smtp-forwarder
- packages that really need a full server(do we have such things?) depend on smtp-server
- packages that only need a sendmail command depend on smtp-forwarder
Thoughts, guys?
Let me know if you find any problems related to this.