On Sun, 2005-01-09 at 18:04, Christian Schoepplein wrote: > Hi! > > On So, Jan 09, 2005 at 12:04:00 -0500, Josà Zapata wrote: > > Well, I'm trying again Postfix instead of Sendmail and hopefully all > > will work this time. However, I have one little problem. Even if > > Postfix is running and Sendmail isn't, when I check the queue with > > "mailq" the result I get belongs to the Sendmail queue. > > Have you really installed both postfix and sendmail on the same server? > > > Can you please tell me how to make the "mailq" command work with the > > Postfix queue? > > Use the command > > postqueue -p > > Thats the same like mailq and it shows you the postfix queue. If you > want to use the mailq command, remove sendmail and install and > configure postfix properly.
>From previous correspondence on a different topic I seem to recall Jose may be running a Red Hat distribution. If that is the case then there is a little configuration utility used to switch between sendmail and postfix that should be a much easier solution. On the Fedora releases its /usr/sbin/system-switch-mail, it is not installed by default, you will probably need to install the system-switch-mail rpm. On RHEL systems its called redhat-switch-mail and is in the redhat-switch-mail rpm. On Red Hat systems we use the "alternatives" mechanism to support multiple installed subsystems and switch between them. This is done via symbolic links. If you're a "I program on bare metal" person you can invoke alternatives directly, the system-switch-mail is just a simple GUI that wraps "alternatives" HTH -- John Dennis <[EMAIL PROTECTED]> ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
