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. [..

exim help needed

2000-10-15 Thread Krzys Majewski
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] - remote machines can't send mail to my machine (ie don't run a daemon on port