* Alex <li...@vfemail.net>:
> Hi Ralph,
> 
> Indeed you are right I am running Post-Xim :-))
> 
> [root@mx ~]# ls -l /usr/bin/mailq
> /usr/bin/mailq -> /usr/sbin/sendmail
> [root@mx ~]# ls -l /etc/alternatives/mta-mailq
> /etc/alternatives/mta-mailq -> /usr/bin/mailq.exim
> [root@mx ~]#
> 
> I've investigated more, because is very unusual configuration.
> Someone before me, installed postfix compilling it by hand. Postfix i
> started and running (exim is stopped) but mailq and mta-mailq is
> pointing to exim binaries. Now I would like to link mailq and
> /etc/alternatives/mta-mailq to point to correct sendmail.postfix
> installation but I cannot find it. Where should I look for it?


> 
> Digging around I found that postfix has been installed by hand 19 March 2009
> [root@mx ~]# ls -l /usr/sbin/postsuper
> -rwxr-xr-x 1 root root 331463 Mar 17  2009 /usr/sbin/postsuper
> [root@mx ~]#

Yep.

Here:

mail:~# which mailq
/usr/bin/mailq

mail:~# ll /usr/bin/mailq
lrwxrwxrwx 1 root root 22  4. Nov 2009  /usr/bin/mailq ->
../../usr/lib/sendmail

mailq is just a link to postfix's sendmail command.

sendmail -bp
shows postfix mailq

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to