when i checked the SPEC file for redhat-lsb i did a search for postfix and it didnt find anything...how can there be a postfix dep if its not mentioned in the SPEC file for redhat-lsb?
Isn't the dep on /usr/sbin/sendmail so that either postfix or sendmail can satisify it? jrw cweisiger at i-55.com wrote:> when i checked the SPEC file for redhat-lsb i did a search > for postfix and it didnt find anything...how can there be > a postfix dep if its not mentioned in the SPEC file for redhat-lsb? > _______________________________________________ > CentOS mailing list > CentOS at caosity.org > http://lists.caosity.org/mailman/listinfo/centos
ok i checked the spec file and it has the path: Requires: /usr/sbin/groupdel Requires: /usr/sbin/groupmod Requires: /usr/sbin/sendmail <------- SENDMAIL mentioned here On my production server: I have the following: a symbolic link to the sendmail which qmail uses: sendmail -> /var/qmail/bin/sendmail I guess I could edit the SPEC file and remove the sendmail line, correct? or edit it in a way that it checks for either the symlink or the regular link for people who might be using qmail as there prefered mail system.
R P Herrold
2005-Jan-12 19:40 UTC
[Centos] Re: centos] Regarding postfix dep for redhat-lsb
On Wed, 12 Jan 2005 cweisiger at i-55.com wrote:> when i checked the SPEC file for redhat-lsb i did a search > for postfix and it didnt find anything...how can there be > a postfix dep if its not mentioned in the SPEC file for redhat-lsb?'Most probably there was a Requires: smtp-server which Postfix is solving