Re: Exim help

2001-12-01 Thread Karsten M. Self
on Mon, Nov 26, 2001 at 11:38:42AM -0500, Eric Brooks ([EMAIL PROTECTED]) wrote: > Hi. > I am trying to get Exim to work as my mail transport agent. I > configured exim using eximconfig. I selected the smarthost option > since I am running on a laptop connected to an ISP via an ISDN line. I > ha

Re: exim help needed

2000-11-12 Thread Krzys Majewski
Thanks Carel! This is exactly what I had in mind, but I didn't know how to pull it off. Much nicer than my /etc/init.d/tcp-pipes hack, though a bit more overhead (slow on this 486/33, should be ok on the p3/500). groetjes, chris > So I did it differently using tcp-wrappers/inetd, like this: > >

Re: exim help needed

2000-11-01 Thread Carel Fellinger
On Tue, Oct 31, 2000 at 11:58:51PM +0100, Carel Fellinger wrote: ... > In /etc/services I added lines like "isp-smtp 100025/tcp". Numbers > above 10 go beyond the specs, but they seam to work here and > no-one else is likely to use them, so no conflicts expected:) Stupid me, ofcourse it works

Re: exim help needed

2000-10-31 Thread Carel Fellinger
On Tue, Oct 31, 2000 at 03:36:08PM -0800, Krzys Majewski wrote: > On Tue, 31 Oct 2000, Carel Fellinger wrote: > > >down /etc/init.d/eam tcp nowait carel /usr/bin/ssh /usr/bin/ssh iae > bin/nc mail.iae.nl eam tcp nowait carel /usr/bin/ssh /usr/bin/ssh ire > bin/nc uucp.iae.nl uucp-pipes stop >

Re: exim help needed

2000-10-31 Thread Krzys Majewski
On Tue, 31 Oct 2000, Carel Fellinger wrote: >down /etc/init.d/eam tcp nowait carel /usr/bin/ssh /usr/bin/ssh iae bin/nc mail.iae.nl eam tcp nowait carel /usr/bin/ssh /usr/bin/ssh ire bin/nc uucp.iae.nl uucp-pipes stop Come again? > > SSHARGS="${SSHFLAGS} -l ${USER} -L ${LOCALPORT}:${DEST

Re: exim help needed

2000-10-31 Thread Carel Fellinger
On Mon, Oct 30, 2000 at 08:17:21PM -0800, Krzys Majewski wrote: ... > > Just curious, what tricks do you use to create this port forwarding? > > And is it created on the fly? > > I create the pipes in /etc/network/interfaces: > > up sleep 3 && /etc/init.d/tcp-pipes start && /usr/local/sbin/

Re: exim help needed

2000-10-30 Thread Krzys Majewski
> Add a transport in the Transport section: > > tunneled_smtp: >driver = smtp >port = 6025 > > Start the Router section with: > > smart_tunnel: >driver = domainlist >transport = tunneled_smtp >self = send >route_list = "* localhost byna

Re: exim help needed

2000-10-22 Thread Carel Fellinger
Hai Krzys, sorry to bud in so late, and for breaking the thread referencing but it was only after I deleted the whole thread from within mutt that I realised that I might offer some help. I picked up your first request from the muc.list.debian.user netnews copy of debian-user. > Newsgroups: muc.l

Re: exim help needed (fwd)

2000-10-21 Thread Krzys Majewski
<#/part> <#part type="application/octet-stream" filename="/etc/hosts.allow" disposition=attachment description="/etc/hosts.allow"> <#/part> <#part type="application/octet-stream" filename="/etc/hosts.deny" disposition=attachment description="/etc/hosts.deny"> <#/part> References: <[EMAIL PROTECTE

Re: exim help needed (fwd)

2000-10-20 Thread timmy
On Fri, Oct 20, 2000 at 11:46:54AM -0700, Krzys Majewski wrote: > On Fri, 20 Oct 2000 [EMAIL PROTECTED] wrote: > > > > > no i mean you can use exim, i just like to use what i made. > > > > i think you only really need exim for receiving mail. > > this is how it works i think for most people: > >

Re: exim help needed (fwd)

2000-10-20 Thread Krzys Majewski
On Fri, 20 Oct 2000 [EMAIL PROTECTED] wrote: > > no i mean you can use exim, i just like to use what i made. > > i think you only really need exim for receiving mail. > this is how it works i think for most people: > > receiving: fetchmail pull from pop3 server -> localhost port 25 (your > mta)

Re: exim help needed (fwd)

2000-10-20 Thread Krzys Majewski
Yow. You mean I need to write my own daemon just to do this?! If that's the case I think I'll foresake the idealistic Mutt and go back to pine.. *sigh* chris > mutt will by default pipe its message to /usr/lib/sendmail (?) > and that will send the mail to the smtp server or whatever. > I

Re: exim help needed (fwd)

2000-10-20 Thread Keith G. Murphy
Moritz Schulte wrote: > > > Oh, I've an idea. Some mail servers (for example GMX's ones) filter > (yes, they just kick them out) mails, which have some header wrong > header entries. For example, if you have an "X-Sender: > [EMAIL PROTECTED]" entry, it gets filtered out by GMX, > IIRC. Try sendin

Re: exim help needed (fwd)

2000-10-20 Thread Moritz Schulte
[EMAIL PROTECTED] writes: > mutt will by default pipe its message to /usr/lib/sendmail (?) from muttrc(5): [...] sendmail Type: path Default: "/usr/sbin/sendmail -oem -oi" Specifies the program and arguments used to deliver m

Re: exim help needed (fwd)

2000-10-20 Thread timmy
On Thu, Oct 19, 2000 at 01:27:01PM -0700, Krzys Majewski wrote: > > > Dunno, what's that? I want my mail going to/from my school server. > > > > exim calls this a "smarthost". Rerun eximconfig and two of your canned > > configuration options will be > > > > (2) Internet site using smarthost:

Re: exim help needed (fwd)

2000-10-19 Thread Moritz Schulte
Krzys Majewski <[EMAIL PROTECTED]> writes: > Though if I can't figure out how to tell exim to telnet to > localhost:6025 within a week, I will do as you suggest and use my > ISP's server. Sorry, why should your exim "telnet" to localhost:6025? Exim should sent the mails there? > Except, that sti

Re: exim help needed (fwd)

2000-10-19 Thread Moritz Schulte
Krzys Majewski <[EMAIL PROTECTED]> writes: > > Choose one of these (probably the first) and, if your school will > > let you use them as a smarthost, you should be set. > > I did this. Mutt claims to send my mail (in other words it does not > complain), but the mail is never sent. Are you

Re: exim help needed (fwd)

2000-10-19 Thread Krzys Majewski
Philipp Schulte <[EMAIL PROTECTED]> writes: > > No I get my mail from the school's IMAP server. I want to send it via > > it's SMTP server, or SMTP relay server, or any server whatsoever at > > cs.ubc.ca. Surely it can't be that hard! -chris > > But why? If you can't reach that server why don

Re: exim help needed (fwd)

2000-10-19 Thread Krzys Majewski
> > Dunno, what's that? I want my mail going to/from my school server. > > exim calls this a "smarthost". Rerun eximconfig and two of your canned > configuration options will be > > (2) Internet site using smarthost: You receive Internet mail on this > machine, either directly by SMTP o

Re: exim help needed (fwd)

2000-10-17 Thread Philipp Schulte
On Tue, Oct 17, 2000 at 09:18:31AM -0700, Krzys Majewski wrote: > Philipp Schulte <[EMAIL PROTECTED]> writes: > > To me it seems like you are assuming that mails _from_ you have to go > > the same way like mails _to_ you. That is not the case! > > An SMTP-Relay-Server may be located somewhere in

Re: exim help needed (fwd)

2000-10-17 Thread Krzys Majewski
Philipp Schulte <[EMAIL PROTECTED]> writes: > To me it seems like you are assuming that mails _from_ you have to go > the same way like mails _to_ you. That is not the case! > An SMTP-Relay-Server may be located somewhere in the Internet, you > just need to be able to relay over it. Exim calls this

Re: exim help needed (fwd)

2000-10-17 Thread Philipp Schulte
On Mon, Oct 16, 2000 at 06:30:37PM -0700, Krzys Majewski wrote: > > Doesn't your ISP offer you a SMTP-Relay-Server? If you are connected > > most of the time you don't need one anyway... > > Dunno, what's that? I want my mail going to/from my school server. To me it seems like you are assuming

Re: exim help needed (fwd)

2000-10-16 Thread Krzys Majewski
Philipp Schulte <[EMAIL PROTECTED]> writes: > Mine says: > > postmaster: root > root: phil Aha, so does mine, now. (except for the phil part..) > Doesn't your ISP offer you a SMTP-Relay-Server? If you are connected > most of the time you don't need one anyway... Dunno, what's that? I want my

Re: exim help needed (fwd)

2000-10-16 Thread Philipp Schulte
On Sun, Oct 15, 2000 at 07:21:01PM -0700, Krzys Majewski wrote: > > Did you look at /etc/aliases? > Yeah, what should it say? Mine says: postmaster: root root: phil ... > > > - outgoing mail (e.g. from Mutt) send via localhost:6025 which is port > > > forwarded to smtp.cs.ubc.ca:25. > > >

Re: exim help needed (fwd)

2000-10-15 Thread Krzys Majewski
-- Forwarded message -- Date: Sun, 15 Oct 2000 19:10:05 -0700 From: Krzys Majewski <[EMAIL PROTECTED]> To: Philipp Schulte <[EMAIL PROTECTED]> Subject: Re: exim help needed > Did you look at /etc/aliases? Yeah, what should it say? > > - remote machines

Re: exim help needed

2000-10-15 Thread Philipp Schulte
On Sun, Oct 15, 2000 at 04:22:50PM -0700, Krzys Majewski wrote: > OK I've given up on sendmail. On to exim now. Here are the features I > want. Right now, it looks like sending mail fails silently. > - cron jobs can send mail to root, who forwards them to > [EMAIL PROTECTED] Di

Re: exim help needed

2000-10-15 Thread Moritz Schulte
Krzys Majewski <[EMAIL PROTECTED]> writes: > OK I've given up on sendmail. On to exim now. Here are the features I > want. Right now, it looks like sending mail fails silently. [...] > - outgoing mail (e.g. from Mutt) send via localhost:6025 which is port > forwarded to smtp.cs.ubc.ca:25. [..

Re: [Exim] Re: EXIM, Help stop relaying spam

1999-08-05 Thread Marc Haber
On Wed, 4 Aug 1999 10:19:27 -0600 (MDT), you wrote: >Just as a side-note, it is a silly option anyway, isn't it? I've not used >it for anything useful... yet. I consider it a good option for a host that is secondary MX for a lot of domains. Saves its admin from maintaining a list of these domains

Re: EXIM, Help stop relaying spam

1999-08-04 Thread David Warnock
Many thanks George. Dave > As the final entry in the section under directors: > > smart: > driver = smartuser > new_address = [EMAIL PROTECTED] -- David Warnock Sundayta Ltd

Re: EXIM, Help stop relaying spam

1999-08-04 Thread David Warnock
George and everyone else. Thanks for the help. We are now relay free according to all the tests I can do. I have put exim on the firewall and am currently directly accessing it via pop3 (qpopper). Now I would like to instead relay from exim on the firewall to exim inside the firewall. How do I d

Re: [Exim] Re: EXIM, Help stop relaying spam

1999-08-04 Thread Nathan Duehr
Ahh... I stand corrected. I really should avoid answering mail relaying questions in hte middle of the night! Just as a side-note, it is a silly option anyway, isn't it? I've not used it for anything useful... yet. On Wed, 4 Aug 1999, Philip Hazel wrote: > On Wed, 4 Aug 1999, Marc Haber wrote:

Re: [Exim] Re: EXIM, Help stop relaying spam

1999-08-04 Thread Philip Hazel
On Wed, 4 Aug 1999, Marc Haber wrote: > On Wed, 4 Aug 1999 00:53:15 -0600 (MDT), you wrote: > >If you have the "relay-domains-include-local-MX = true" in your > >/etc/exim.conf file, this is true. It WILL relay for anyone who lists > >your machine as an MX for their domain (real, or not). I thin

Re: EXIM, Help stop relaying spam

1999-08-04 Thread Marc Haber
On Wed, 4 Aug 1999 00:53:15 -0600 (MDT), you wrote: >If you have the "relay-domains-include-local-MX = true" in your >/etc/exim.conf file, this is true. It WILL relay for anyone who lists >your machine as an MX for their domain (real, or not). I think this was >the original question. This is eit

Re: EXIM, Help stop relaying spam

1999-08-04 Thread Marc Haber
On Tue, 3 Aug 1999 19:15:59 -0700 (PDT), you wrote: >On Wed, 4 Aug 1999, Marc Haber wrote: >> Nope. If a spammer puts the host in his DNS, you are going to relay >> _TO_ him. So he can happily spam himself. > >Ok, maybe this has changed but I thought at one point Exim would take mail >in either dir

Re: EXIM, Help stop relaying spam

1999-08-04 Thread Nathan Duehr
If you have the "relay-domains-include-local-MX = true" in your /etc/exim.conf file, this is true. It WILL relay for anyone who lists your machine as an MX for their domain (real, or not). I think this was the original question. The other gentleman is right about if this setting is NOT on, and

Re: EXIM, Help stop relaying spam

1999-08-04 Thread Marc Haber
On Tue, 3 Aug 1999 08:22:23 -0700 (PDT), you wrote: >On Tue, 3 Aug 1999, David Warnock wrote: >> relay_domains_include_local_mx = true > >You can turn this off because a spammer can simply put you host in his DNS >makeing you an MX host and you will relay for him. Nope. If a spammer puts the host

Re: EXIM, Help stop relaying spam

1999-08-03 Thread Ernest Johanson
David, You can check your mail hosts for relaying at http://maps.vix.com/tsi/ar-test.html. Ernest Johanson Web Systems Administrator Fuller Theological Seminary On Tue, 3 Aug 1999, David Warnock wrote: > I have turned off all relaying (but don't know how to check that it is > sucessful). But i

Re: EXIM, Help stop relaying spam

1999-08-03 Thread David Warnock
I am using the version that installs with slink which is 2.0.5 (I think) Thanks Dave Pollywog wrote: > > On 03-Aug-99 David Warnock wrote: > > I would like to reject all hosts apart from some named machines at > > sundayta.co.uk but whenever I try that I stop all incoming mail from > > other ho

RE: EXIM, Help stop relaying spam

1999-08-03 Thread Pollywog
On 03-Aug-99 David Warnock wrote: > I would like to reject all hosts apart from some named machines at > sundayta.co.uk but whenever I try that I stop all incoming mail from > other hosts which is obviously not correct. > > Any help much appreciated while I still have some hair left. > You did n

Re: EXIM Help

1998-03-29 Thread Bill Leach
Did you turn off fetchmail's rewrite option? Also you can tell exim: sender_unqualified_hosts = localhost in it's configuration file (see the fetchmail FAQ) -- best, -bill [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] from a 1996 Micro$loth ad campai

Re: EXIM Help

1998-03-28 Thread Mike Acklin
At 03:35 PM 3/27/98 -0800, you wrote: > >DUH! It looks like Fetchmail is attempting deliver. Configure it to pass >the mail to SMTP. > > George, Rob, List Ok I think I have exim now the SMTP host, but now I am getting a message when I run fetchmail --verbose. fetchmail: SMTP>rect to fe

Re: EXIM Help

1998-03-27 Thread Mike Acklin
At 02:45 PM 3/27/98 -0800, you wrote: >On Fri, 27 Mar 1998, Mike Acklin wrote: > >> reading message 1 (2580 bytes) >> fetchmail: found received address 'htuttle' >> fetchmail: no local matches, forwarding to root >> fetchmail: SMTP connect to (null) failed >> fetchmail: POP3>QUIT > >It is having tr