Moving servers

Julien ÉLIE julien at trigofacile.com
Thu Mar 3 21:53:56 UTC 2011


Hi Florian and James,

>> Am I correct in saying that if I'm not using a username or
>> password the entry would just be "<hostname>::"?
>
> no, the default is all lines commented out, but if "<hostname>" doesn't
> match your new server's name, that shouldn't hurt

The "Numerical argument out of domain" error reported by innxmit would 
be explained with:
     <hostname>:::

It is exactly EDOM and generated by lib/sendpass.c here, during the 
parsing of the file:

             if (strcmp(style, "authinfo") != 0) {
	                errno = EDOM;
	                break;

but with:
     <hostname>::

I still do not understand the error.

-- 
Julien ÉLIE

« Bibere humanum est, ergo bibamus. »



More information about the inn-workers mailing list