Thanks for help,<br><br>just adding "domain" to my access group was enough.<br><br>Regards,<br><br>D.<br><br><div class="gmail_quote">On Sat, Jun 21, 2008 at 4:40 PM, Julien ÉLIE <<a href="mailto:julien@trigofacile.com">julien@trigofacile.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi David,<div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
but is there any solution to set it directly in inn.conf? i mean message-id<br>
to show domain i provide instead of those get using FQDN ?<br>
</blockquote>
<br></div>
I do not think it is possible.<br>
You should set pathhost: for your feeds with innd.<br>
As for nnrpd, the second part of the Message-ID is generated with that:<br>
<br>
   if ((domain != NULL && innconf->domain == NULL) ||<br>
   (domain != NULL && innconf->domain != NULL<br>
        && strcmp(domain, innconf->domain) != 0)) {<br>
   p = domain;<br>
   } else {<br>
   if ((p = GetFQDN(domain)) == NULL)<br>
       return NULL;<br>
   }<br>
<br>
so if you do not put domain: in readers.conf, it will not work ("domain" is<br>
PERMaccessconf->domain here, that is to say the domain: parameter in readers.conf<br>
if not overriden by domain: in inn.conf but in that case, it must be different).<div class="Ih2E3d"><br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I want to use it globaly on INN not only for specific access groups in<br>
readers.conf<br>
</blockquote>
<br></div>
It is not difficult to add a domain: parameter in readers.conf :-)<br>
<br>
Otherwise, you can just patch your own lib/genid.c to do that.  Also easy,<br>
according to the excerpt above.<br><font color="#888888">
<br>
-- <br>
Julien ÉLIE<br>
<br>
« Quand on aime on ne compte pas...<br>
 Ça tombe bien, je suis mauvaise en calcul ! »<br>
<br>
</font></blockquote></div><br>