I am trying to solve the following problem, but with no result... - I have a local newsserver (inn) on my linux machine - I write a message on a moderated newsgroup - innd invokes in.nnrpd, which sends the message via smtp to my local smtpd server (qmail). - I am not always connected to the internet, so I use a separate queue for outgoing mail, as specified in the qmail FAQ. - When I try to send the message with serialmail, the remote server rejects it because my domain doesn't exist: Apr 19 20:32:32 attila postfix/smtpd[21789]: reject: RCPT from smtp1.libero.it[193.70.192.51]: 450 <[EMAIL PROTECTED]>: Sender address rejected: Domain not found; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> In fact, voyager.zar.it is my local domain, used in my local network. - So I tried to set up user masquerading for the user "news", following the qmail FAQ, but with no result. If I try to send an email message from the news login, everything works fine, but if in.nnrpd tries to send a message, the user masquerading does not work: it seems that in.nnrpd is not able to read the environmental variables. So: what should I do...? Thank you! -- http://digilander.iol.it/42
