Hi,
you have to add to the $PATH the directory /var/qmail/bin:

# cat /service/qmail-send/run

-------------------------------------------------------------------------------------------
#!/bin/sh

DELIVERY=`cat /var/qmail/control/defaultdelivery`

# Please see http://www.nrg4u.com/qmail/QLDAPINSTALL
# to understand the meaning of this variables. Thanks

# LOGLEVEL
# 1 Errors
# 2 Warnings
# 4 Info
# 16 Debug
# 32 Debug
# 64 Ldap debug
# 128 Ldap debug^2
# 256 Debug (Passwd)

export LOGLEVEL=1

#QMAILQUEUE

exec env - PATH="/var/qmail/bin:$PATH" qmail-start "$DELIVERY"

------------------------------------------------------------------------------------------------------


Regards,
Pablo

Reply via email to