Never mind, I found the problem, dnsfq is failing to return my hostname
correctly.
That said, any thoughts on this:
[root@mail control]# /usr/local/src/qmail-1.03/dnsfq mail.sattel.com
hard error
[root@mail control]#
[root@mail control]# hostname
mail.sattel.com
My dns server is local:
[root@mail control]# nslookup
Default Server: localhost
Address: 127.0.0.1
> mail.sattel.com
Server: localhost
Address: 127.0.0.1
Name: mail.sattel.com
Address: 192.168.1.100
This is correct as far as I can tell.
Bruce Edge wrote:
>
> I'm getting this message from my pop3 clients.
>
> Could not login in to mail server.
> The server responded:
>
> This user has no $HOME/Maildir
>
> Well, the user does have a Maildir. I can see new mail piling up in
> Maildir/new.
>
> It's being started as follows:
>
> supervise /var/lock/qmail-pop3d tcpserver -v -c40 -u0 -g0 0 pop-3 qmail-popup
> checkpassword qmail-pop3d Maildir
>
> Any ideas as to what to do next?
> If this is a case of RTFM could someone direct me to the appropriate section
> in the FM?
>
> Thanks, Bruce.