At 9:39 PM -0600 12/2/99, Shawn P. Stanley wrote:
>It's definately /var/qmail/bin/dnsfq giving the "Hard error" message, in
>response to:
>
>    /var/qmail/bin/dnsfq spigot.nbs-inc.com
>
>I can't find any help on dnsfq.  Any ideas?

Why are you using dnsfq? Just hard code your FQDN into your start 
script. My pop3d daemon is started using svscan (daemtools 0.63) with 
this run script:

   mail:/var/qmail/supervise/pop3d{53} # cat run
   #!/bin/sh

   QMAILDUID=`id -u qmaild`
   NOFILESGID=`id -g qmaild`

   exec tcpserver -R -x/etc/tcp.pop3d.cdb 0 pop3 /var/qmail/bin/qmail-popup
mail.vcnet.com /var/qmail/bin/checkpoppasswd /var/qmail/sbin/relay-ctrl-allow
/var/qmail/bin/qmail-pop3d Maildir


(That last part is all one line)

Although, the fact that dnsfq can't establish your FQDN tells me 
something's wrong with DNS on your system.

Jon

Reply via email to