On Tue, Mar 25, 2003 at 09:08:03AM -0400, Derek Broughton wrote:
> Aargh. No. It _can_ be performed with sendmail
Correct.
> (or exim - in the current
> discussion we've been discussing exim but no mention has been made of the fact
> that exim installs itself with the synonym 'sendmail').
As d
On Tue, Mar 25, 2003 at 09:08:03AM -0400, Derek Broughton wrote:
> Aargh. No. It _can_ be performed with sendmail
Correct.
> (or exim - in the current
> discussion we've been discussing exim but no mention has been made of the fact
> that exim installs itself with the synonym 'sendmail').
As d
From: "Mike Beattie" <[EMAIL PROTECTED]>
> On Tue, Mar 25, 2003 at 02:50:22AM +0100, Fran?ois TOURDE wrote:
> > For my local MTA running... But if you have a solution without 25 open,
> > I'm interested... Even if my firewall is paranoid.. :)
>
> You only need 25 when you're accepting remote mail.
From: "Mike Beattie" <[EMAIL PROTECTED]>
> On Tue, Mar 25, 2003 at 02:50:22AM +0100, Fran?ois TOURDE wrote:
> > For my local MTA running... But if you have a solution without 25 open,
> > I'm interested... Even if my firewall is paranoid.. :)
>
> You only need 25 when you're accepting remote mail.
On Tue, Mar 25, 2003 at 02:50:22AM +0100, Fran?ois TOURDE wrote:
> For my local MTA running... But if you have a solution without 25 open,
> I'm interested... Even if my firewall is paranoid.. :)
You only need 25 when you're accepting remote mail. local delivery is
performed with /usr/bin/sendmail
Mike Beattie <[EMAIL PROTECTED]> writes:
> > /etc/inetd.conf:
> > [...]
> > smtpstream tcp nowait mail/usr/sbin/exim exim -bs
> > [...]
> >
> > So, when I send local mail, it is queued.
>
> Um, why do you need 25 open?
For my local MTA running... But if you have a solu
Lukasz Wiechec <[EMAIL PROTECTED]> writes:
> The only concern I have is that when I'm unplugged, I need to wait ~5sec
> for exim to accept mail (normally it's being sent right away).
Probably something like a DNS resolving. I've no delay when I send a mail.
Check log files to see where the delay
On Tue, Mar 25, 2003 at 02:50:22AM +0100, Fran?ois TOURDE wrote:
> For my local MTA running... But if you have a solution without 25 open,
> I'm interested... Even if my firewall is paranoid.. :)
You only need 25 when you're accepting remote mail. local delivery is
performed with /usr/bin/sendmail
Mike Beattie <[EMAIL PROTECTED]> writes:
> > /etc/inetd.conf:
> > [...]
> > smtpstream tcp nowait mail/usr/sbin/exim exim -bs
> > [...]
> >
> > So, when I send local mail, it is queued.
>
> Um, why do you need 25 open?
For my local MTA running... But if you have a solu
Lukasz Wiechec <[EMAIL PROTECTED]> writes:
> The only concern I have is that when I'm unplugged, I need to wait ~5sec
> for exim to accept mail (normally it's being sent right away).
Probably something like a DNS resolving. I've no delay when I send a mail.
Check log files to see where the delay
On Mon, Mar 24, 2003 at 04:21:40PM +0100, Fran?ois TOURDE wrote:
> Exim is always ready on my laptop. Not started directly, but using inetd
> capabilities...
>
> /etc/inetd.conf:
> [...]
> smtp stream tcp nowait mail/usr/sbin/exim exim -bs
> [...]
>
> So, when I send local mail
On Mon, Mar 24, 2003 at 04:21:40PM +0100, Fran?ois TOURDE wrote:
> Exim is always ready on my laptop. Not started directly, but using inetd
> capabilities...
>
> /etc/inetd.conf:
> [...]
> smtp stream tcp nowait mail/usr/sbin/exim exim -bs
> [...]
>
> So, when I send local mail
> In fact, you only need exim running if you are online (to process
> possible connection errors).
>
> So, the minimal working situation would be schematically:
>
> .- On ifup --> start exim -q30m
> .- On ifdown --> stop exim
> .- Use "sendmail" as the MTA in your e-mail client.
> .- inetd not
From: "Lukasz Wiechec" <[EMAIL PROTECTED]>
> On Mon, Mar 24, 2003 at 04:21:40PM +0100, François TOURDE wrote:
> > Joao Pedro Clemente <[EMAIL PROTECTED]> writes:
> >
> > > I haven't understood this reply: If you just start exim when you get
> > > online, what happens when you try to send mail whil
> In fact, you only need exim running if you are online (to process
> possible connection errors).
>
> So, the minimal working situation would be schematically:
>
> .- On ifup --> start exim -q30m
> .- On ifdown --> stop exim
> .- Use "sendmail" as the MTA in your e-mail client.
> .- inetd not
From: "Lukasz Wiechec" <[EMAIL PROTECTED]>
> On Mon, Mar 24, 2003 at 04:21:40PM +0100, François TOURDE wrote:
> > Joao Pedro Clemente <[EMAIL PROTECTED]> writes:
> >
> > > I haven't understood this reply: If you just start exim when you get
> > > online, what happens when you try to send mail whil
On Mon, Mar 24, 2003 at 04:21:40PM +0100, François TOURDE wrote:
> Joao Pedro Clemente <[EMAIL PROTECTED]> writes:
>
> > I haven't understood this reply: If you just start exim when you get
> > online, what happens when you try to send mail while offline? If exim is
> > not running, will it not fa
From: "Joao Pedro Clemente" <[EMAIL PROTECTED]>
> > > My dream mail configuration looks like this: while off-line, spool the
> > > outgoing mail into some file, and then when I'm on-line, send it in one
> > > run. While on-line (i.e. at work, where I have permanent connection),
> > > mail should b
On Mon, Mar 24, 2003 at 04:21:40PM +0100, François TOURDE wrote:
> Joao Pedro Clemente <[EMAIL PROTECTED]> writes:
>
> > I haven't understood this reply: If you just start exim when you get
> > online, what happens when you try to send mail while offline? If exim is
> > not running, will it not fa
Joao Pedro Clemente <[EMAIL PROTECTED]> writes:
> I haven't understood this reply: If you just start exim when you get
> online, what happens when you try to send mail while offline? If exim is
> not running, will it not fail?!?
Exim is always ready on my laptop. Not started directly, but using i
> > My dream mail configuration looks like this: while off-line, spool the
> > outgoing mail into some file, and then when I'm on-line, send it in one
> > run. While on-line (i.e. at work, where I have permanent connection),
> > mail should be sent right away.
>
> I use ifplugd (apt-get it) and fet
From: "Joao Pedro Clemente" <[EMAIL PROTECTED]>
> > > My dream mail configuration looks like this: while off-line, spool the
> > > outgoing mail into some file, and then when I'm on-line, send it in one
> > > run. While on-line (i.e. at work, where I have permanent connection),
> > > mail should b
Lukasz Wiechec <[EMAIL PROTECTED]> writes:
> Hi,
>
> My dream mail configuration looks like this: while off-line, spool the
> outgoing mail into some file, and then when I'm on-line, send it in one
> run. While on-line (i.e. at work, where I have permanent connection),
> mail should be sent right
Joao Pedro Clemente <[EMAIL PROTECTED]> writes:
> I haven't understood this reply: If you just start exim when you get
> online, what happens when you try to send mail while offline? If exim is
> not running, will it not fail?!?
Exim is always ready on my laptop. Not started directly, but using i
> > My dream mail configuration looks like this: while off-line, spool the
> > outgoing mail into some file, and then when I'm on-line, send it in one
> > run. While on-line (i.e. at work, where I have permanent connection),
> > mail should be sent right away.
>
> I use ifplugd (apt-get it) and fet
Lukasz Wiechec <[EMAIL PROTECTED]> writes:
> Hi,
>
> My dream mail configuration looks like this: while off-line, spool the
> outgoing mail into some file, and then when I'm on-line, send it in one
> run. While on-line (i.e. at work, where I have permanent connection),
> mail should be sent right
Hi,
My dream mail configuration looks like this: while off-line, spool the
outgoing mail into some file, and then when I'm on-line, send it in one
run. While on-line (i.e. at work, where I have permanent connection),
mail should be sent right away.
Now, has anyone a working exim configuration t
Hi,
My dream mail configuration looks like this: while off-line, spool the
outgoing mail into some file, and then when I'm on-line, send it in one
run. While on-line (i.e. at work, where I have permanent connection),
mail should be sent right away.
Now, has anyone a working exim configuration t
28 matches
Mail list logo