On Vie 07 Mar 2003 01:37, Michael Fratoni wrote:
>
> Here are the provides from both packages:
> $ rpm -qp --provides postfix-1.1.7-2.i386.rpm
> MTA
> smtpd
> smtpdaemon
> /usr/sbin/sendmail
> /usr/bin/mailq
> /usr/bin/rmail
> postfix = 2:1.1.7-2
> $ rpm -qp --provides sendmail-8.11.6-15.i386.rpm
> smtpdaemon
> /usr/sbin/sendmail
> /usr/bin/mailq
> /usr/bin/newaliases
> /usr/bin/rmail
> /usr/share/man/man1/mailq.1.gz
> /usr/share/man/man1/newaliases.1.gz
> /usr/share/man/man5/aliases.5.gz
> sendmail = 8.11.6-15

I think this is stupid, just becuase the RH guys should have done it long ago, 
and it´s very simple, this is what I did:

Install the postfix src.rpm and move to /usr/src/redhat/SPEC and edit with 
your favorite editor the postfix.spec file.
All you have to do is add to the provides /usr/bin/newaliases, so you´ll 
finish having a line like this:

Provides: /usr/sbin/sendmail /usr/bin/mailq /usr/bin/rmail /usr/bin/newaliases

After that, rebuild the postfix rpm with rpm -ba postfix.spec and force the 
instalation of this new postfix package. Else, I can send you the ones I 
compiled (same as RedHats, but with the new provide).

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        [EMAIL PROTECTED]
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to