Re: [Mailman-Users] Relay not permitted...

2009-09-04 Thread Mark Sapiro
Dylan L Evans wrote: >I am fairly new to both email and list administration. I inherited a >domino environment and a majordomo listserv. I am in the process of >migrating the lists to a new mailman server running on redhat and am >experiencing the same relaying issue. Messages are routing t

Re: [Mailman-Users] Relay not permitted...

2009-09-04 Thread Dylan L Evans
To: Adam McGreggor Cc: mailman-users@python.org Date: 09/02/2009 10:13 AM Subject: Re: [Mailman-Users] Relay not permitted... Sent by: mailman-users-bounces+evansdl=unk@python.org Adam McGreggor writes: > My advice would be ditch the god-awful split config, and use a > monolithic file, t

Re: [Mailman-Users] Relay not permitted...

2009-09-02 Thread Stephen J. Turnbull
Adam McGreggor writes: > My advice would be ditch the god-awful split config, and use a > monolithic file, there's usually a sample in > /usr/share/doc/exim4-base/examples/example.conf.gz Actually, it might be more useful to start with the monolithic config file that lives at /var/lib

Re: [Mailman-Users] Relay not permitted...

2009-09-02 Thread Adam McGreggor
On Tue, Sep 01, 2009 at 09:07:36PM -0700, Mark Sapiro wrote: > There are one or two people who sometimes read this list who actually > know something about the wierd, convoluted way that Debian does Exim > configuration, but I'm not one of them. s/wierd/idiotic/ ;) (I absolutely *hate* the things

Re: [Mailman-Users] Relay not permitted...

2009-09-01 Thread Mark Sapiro
Andrei wrote: >I'm using Debian. MAIN_RELAY_NETS is not defined anywhere in my exim4. >I don't know where to add this or how. > >grep -r 'MAIN_RELAY_NETS' /etc/exim4/* >/etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs:hostlist >relay_from_hosts =3D MAIN_RELAY_NETS >/etc/exim4/exim4.conf:hostl

Re: [Mailman-Users] Relay not permitted...

2009-09-01 Thread Andrei
I'm using Debian. MAIN_RELAY_NETS is not defined anywhere in my exim4. I don't know where to add this or how. grep -r 'MAIN_RELAY_NETS' /etc/exim4/* /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs:hostlist relay_from_hosts = MAIN_RELAY_NETS /etc/exim4/exim4.conf:hostlist relay_from_hosts = M

Re: [Mailman-Users] Relay not permitted...

2009-09-01 Thread Mark Sapiro
Andrei wrote: > >>From /var/log/exim4/mainlog > >2009-09-01 17:39:02 H=mail-yx0-f203.google.com [209.85.210.203] >F= rejected RCPT : relay >not permitted > >In /etc/exim4/exim4.config there is this line >hostlist relay_from_hosts = MAIN_RELAY_NETS >but I don't know where to define "MAIN_RELAY_NETS"

[Mailman-Users] Relay not permitted...

2009-09-01 Thread Andrei
Thanks to all of your suggestions I made some progress. Now, when I try to send an email to te...@lists.myhost.org I get an error message. >From /var/log/exim4/mainlog 2009-09-01 17:39:02 H=mail-yx0-f203.google.com [209.85.210.203] F= rejected RCPT : relay not permitted In /etc/exim4/exim4.confi