Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2009 12:49:35 +1100
From:      David N <davidn04@gmail.com>
To:        Steve Bertrand <steve@ibctech.ca>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Daily report cannot be emailed to a jailed mail server
Message-ID:  <4d7dd86f0910071849h35e70f9wd1dbbcf6b3b2d47a@mail.gmail.com>
In-Reply-To: <4ACD26A8.30709@ibctech.ca>
References:  <4d7dd86f0910071502n4164fd6eu26693ed03cb3cbee@mail.gmail.com> <4ACD26A8.30709@ibctech.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/10/8 Steve Bertrand <steve@ibctech.ca>:
> David N wrote:
>> Hi,
>>
>> FreeBSD 7.2-R box with 10 jails.
>>
>> The mail server (actually its a mail filter) is hosted on the same
>> server inside a jail.
>>
>> I can't seem to get the main server reports to be sent to the mail
>> filter inside the jail inside the same box.
>>
>> so.. root@localhost tries to send an email to someone@anotherdomain.com.=
au
>>
>> The MX entry for anotherdomain.com.au points to the mailfilter on the
>> server (jailed).
>>
>>
>> I've changed my /etc/mail/aliases to have
>> root: someone@anotherdomain.com.au
>> and ran newaliases.
>>
>> When i try to send an email i get
>> in /var/log/messages
>> sm-mta[94682]: n97LeeOw094682: Losing ./qfn97LeeOw094682: savemail panic
>> Oct =A08 08:40:40 server sm-mta[94682]: n97LeeOw094682: SYSERR(root):
>> savemail: cannot save rejected email anywhere
>> Oct =A08 08:42:30 server sm-mta[94713]: n97LgTYg094713: Losing
>> ./qfn97LgTYg094713: savemail panic
>> Oct =A08 08:42:30 server sm-mta[94713]: n97LgTYg094713: SYSERR(root):
>> savemail: cannot save rejected email anywhere
>> Oct =A08 08:47:07 server sm-mta[95130]: n97Ll7VV095129: SYSERR(root): MX
>> list for anotherdomain.com.au. points back to server.net
>>
>> In /var/log/maillog
>> n97Ll7VV095129: to=3Dsomeone@anotherdomain.com.au,
>> ctladdr=3D<root@server.net> (0/0), delay=3D00:00:00, xdelay=3D00:00:00,
>> mailer=3Desmtp, pri=3D30715, relay=3Danotherdomain.com.au., dsn=3D5.3.5,
>> stat=3DLocal configuration error
>> Oct =A08 08:47:07 server sm-mta[95130]: n97Ll7VV095129: n97Ll7VV095130:
>> DSN: Local configuration error
>>
>> Anyone have any ideas on how to fix this?
>
> If you hadn't of sanitized the domain names, it would have been easier
> to troubleshoot...
>
> Nonetheless, you can force Sendmail to push email to a different server
> directly (overriding the DNS MX entries) with a 'mailertable' file in
> /etc/mail. Here's one on a secondary MX:
>
> %cat /etc/mail/mailertable
> ibctech.ca =A0 =A0 =A0smtp:[smtp.ibctech.ca]
> ipv6canada.com =A0smtp:[smtp.ipv6canada.com]
> ...
>
> After the file is created, a simple 'make' in /etc/mail will build the
> mailertable.db file for you and take effect immediately (much like
> 'newaliases').
>
> However, it's hard to tell if this recommendation will solve your
> problem though. Without knowing the real domain, we can't perform DNS
> tests against it to get a better understanding of the situation.
>
> Cheers,
>
> Steve
>
>


Thank you so much, it worked =3D)

My MX records are correct, i could get mail from the outside, but just
couldn't get the daily reports to deliver it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d7dd86f0910071849h35e70f9wd1dbbcf6b3b2d47a>