> Dear All,
>
> Fits qmail installation and all was fine until I tried to send email to
> the box. It produces the following error message
>
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <[EMAIL PROTECTED]>:
> Sorry. Although I'm listed as a best-preference MX or A for that host,
> it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)
>
> I have done rtfm bit, hones,t but now I seem to be going round in circles.
>
> I am using ./Maildir/
>
> /var/qmail/rc
>
> #!/bin/sh
> # Using splogger to send the log through syslog.
> # Using qmail-local to deliver messages to Maildir format by default.
>
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start ./Maildir/ splogger qmail &
>
> and below is control details
>
> /var/qmail/control
>
> ::::::::::::::
> bouncefrom
> ::::::::::::::
> postmaster
> ::::::::::::::
> concurrencyincoming
> ::::::::::::::
> 20
> ::::::::::::::
> defaultdomain
> ::::::::::::::
> .wonder.com
> ::::::::::::::
> locals
> ::::::::::::::
> mail.wonder.com:mcuser01
> wonder.com
> ::::::::::::::
> me
> ::::::::::::::
> mail.wonder.com
> ::::::::::::::
> plusdomain
> ::::::::::::::
> wonder.com
> ::::::::::::::
> rcpthosts
> ::::::::::::::
> mail.wonder.com
> ::::::::::::::
> virtualdomains
> ::::::::::::::
> [EMAIL PROTECTED]
>
>
>
> Thanks in advance.