Gentoo Archives: gentoo-user

From: darren kirby <bulliver@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - A couple of questions about setting up exim
Date: Thu, 10 May 2007 19:03:53
Message-Id: 200705101252.54150.bulliver@badcomputer.org
In Reply to: [gentoo-user] OT - A couple of questions about setting up exim by Michael Sullivan
1 quoth the Michael Sullivan:
2 > I think I sent this question from
3 > michael@××××××××××××.com about an hour ago, but as I
4 > have not received it back again at either this
5 > address, or espersunited.com and as I don't seem to
6 > have sent any mail from espersunited.com since April,
7 > I'll send this again. In my exim.conf file, I'm a
8 > little confused about the hostlist relay_from_hosts
9 > variable. I need to be able to send mail from
10 > 127.0.0.1, 70.234.122.250 (the machine exim's running
11 > on), 70.234.122.251, and 70.234.122.248 (which are two
12 > other machines on my LAN). How would I set the
13 > variable thus?
14
15 From exim.conf:
16 # They are all colon-separated lists
17
18 So you want:
19
20 hostlist relay_from_hosts = 127.0.0.1 : 70.234.122.251 : 70.234.122.248
21
22 I don't think you have to put "70.234.122.250" in here if it is the same
23 machine as "127.0.0.1". At least I don't in my working configuration.
24
25 > Also, exim needs to be able to receive
26 > mail from anywhere. Is this the default behaviour?
27
28 Short: Yes...
29 Long: I believe there are some spam filtering mechanisms in place in the
30 default config that may block some hosts. This may or may not depend on which
31 USE flags you built exim with. Check the ACL section of the config...
32
33 HTH
34 -d
35 --
36 darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
37 "...the number of UNIX installations has grown to 10, with more expected..."
38 - Dennis Ritchie and Ken Thompson, June 1972
39 --
40 gentoo-user@g.o mailing list