Hi, On Wed, Jan 26, 2011 at 6:13 PM, <[email protected]> wrote: > > Sorry, I forgot to paste the log... here it goes > > > > NOQUEUE: reject: RCPT from 83.16.216.87.static.jazztel.es[87.216.16.83]: 450 > 4.1.8 <[email protected]>: Sender address rejected: Domain not > found; from=<[email protected]> to=<[email protected]> > proto=ESMTP helo=<monitor.xyz.local>
Your Postfix is not setup to allow that domain. What does your settings look like in main.cf mynetworks_style ? If thats set to set to: mynetworks_style = subnet You should be able to set: mynetworks = 192.168.0.0/24 Also check: postconf | grep smtpd_recipient_restrictions I'm not sure about the above, but its worth looking into ... it can be rejected many places. Still ... why not send as your own domain ? Or some similar settings > > [email protected] => my email account were I am receiving the emails > > monitor.xyz.local => it's non resolvable because it's a server on my LAN > that sends email to my real account. > > > > Hi, > > Yes ... Baruwa dont do any filtering ... its also a logging system. > There are some black/white lists ... but they integrate into > MailScanner. > > I would look in the Postfix logs: > /var/log/maillog > > And see why it does not allow the sender .... or whatever reason for > rejecting it. > > Hard to tell since we dont know your system. But why not send as your > own domain instrean of some fake domain that dont exists ? > > PS. Remember to reply to the mailing list also. > > mvh > > On Wed, Jan 26, 2011 at 4:22 PM, <[email protected]> wrote: >> >> Hi Mikael, first of all thank you very much for your answer. >> >> >> >> I am using postfix, so you suggest that I should exclude it there? >> >> >> >> Tnx >> >> w0rldart >> >> >> >> Hi, >> >> Tell your MTA not to reject mails from "nagios.xyz.local" ... since >> that may be your problem. >> >> What does the logs say ? What MTA are you using ? >> >> mvh >> Mikael Syska >> >> 2011/1/26 <[email protected]>: >>> Hi there again, I have another issue that I just can't find a solution >>> for >>> it. I have a local server running Nagios that is monitoring my servers >>> and >>> services, the problem is that I have assigned to that server a non >>> resolvable domain (nagios.xyz.local) so every single time Nagios tries to >>> send emails with status reports, the emails will get rejected because of >>> the >>> unresolved domain. >>> >>> >>> >>> Any idea how could I fix that? >>> >>> BTW, I've turned the Debug on settings.py... I'm going to check and see >>> what >>> could be wrong. >>> >>> >>> >>> Tnx, >>> >>> w0rldart >>> >>> ________________________________ >>> Msg sent via @Mail - >>> http://atmail.com/%26quot%3B%26gt%3Bhttp://atmail.com/">http://atmail.com/">http://atmail.com/ >>> _______________________________________________ >>> Baruwa mailing list >>> [email protected] >>> >>> >>> http://lists.baruwa.org/mailman/listinfo/baruwa%26quot%3B%26gt%3Bhttp://lists.baruwa.org/mailman/listinfo/baruwa">http://lists.baruwa.org/mailman/listinfo/baruwa">http://lists.baruwa.org/mailman/listinfo/baruwa >>> >>> >> >> >> ________________________________ >> Msg sent via @Mail - http://atmail.com/">http://atmail.com/ > > > > ________________________________ > Msg sent via @Mail - http://atmail.com/ mvh Mikael Syska _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

