Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [obscenely OT] A good SMTP server?
Date: Wed, 08 Jul 2009 14:40:07
Message-Id: 200907081639.51989.joost@antarean.org
In Reply to: Re: [gentoo-user] [obscenely OT] A good SMTP server? by brullo nulla
1 On Tuesday 07 July 2009 19:49:46 brullo nulla wrote:
2 > On Tue, Jul 7, 2009 at 4:19 PM, Neil Bothwick<neil@××××××××××.uk> wrote:
3 > > On Tue, 7 Jul 2009 15:56:33 +0100, brullo nulla wrote:
4 > >> Since when I live in UK, I have troubles with my SMTP servers. It
5 > >> seems that everyone has the "nice" habit of changing my header/sender.
6 > >> At least:
7 > >> - The Virginmedia one changes the sender with its own mail address
8 > >> - The Gmail one does the same.
9 > >
10 > > Virgin and Google are not everyone, no matter how hard they try to be.
11 >
12 > I know, but they are the two from which I know I can get an SMTP
13 > service: one because is my provider, the other because I have several
14 > gmail accounts.
15 >
16 > Yet, I agree that "everyone" is an exaggeration due to poor sampling.
17 > But when I was in Italy, no ISP SMTP dared to mess with my email
18 > fields.
19 >
20 > Where are the good ones?
21 >
22 > thanks!
23
24 Hi,
25
26 Not sure if this will help, but when I was living in the UK, I used "adsl24"
27 for my internet connection. Before that, I used ntl (taken over by virgin...)
28
29 I have always been using my own SMTP server, using the ISP-SMTP server as the
30 relay-host.
31
32 Not sure if virgin changed the settings after taking over NTL, but with them,
33 my 'from' address was never changed. Would be difficult as I would not actually
34 log-in to their SMTP server.
35 Maybe setting up your local SMTP-server using the virgin one as a relay might
36 solve your issue?
37
38 FYI: I use postfix for this and have the following in the "main.cf" file:
39 --
40 relayhost = [<SMTP of my ISP>]
41 --
42
43 Hope this helps,
44
45 Joost
46
47 PS. I am not in any way affiliated with adsl24, but they are quite cheap and are
48 clued up about Linux