Re: [EXIM] Bug#34200: exim: runq needs to be run twice to wo…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Paul Mansfield
Fecha:  
A: Sheldon Hearn
Cc: Exim users mailing list
Asunto: Re: [EXIM] Bug#34200: exim: runq needs to be run twice to work

runq? I never heard of this either, sounds a bit like a local hack.

On solaris, I found a large number of links to sendmail (the real one being
/usr/lib/sendmail):

/bin/mailq
/bin/newaliases
/bin/hoststat
/bin/purgestat

Our in-house install script does things like this:
        echo "Checking for purgestat link to sendmail..."
        if [ -r /bin/purgestat ] ; then
                ls -la /bin/purgestat | fgrep exim > /dev/null
                if [ $? = 1 ] ; then
                        echo "Moving old purgestat out of the way and replacing 
with link to exim"
                        mv /bin/purgestat /bin/purgestat.sendmail
                        ln -s /opt/exim/bin/exim /bin/purgestat
                fi
        fi


HTH,

Paul
--           "You don't know how fast you can go till you crash"           --



--
*** Exim information can be found at http://www.exim.org/ ***