Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-25 Thread Mike McClain
On Fri, Sep 25, 2009 at 08:17:04PM +, Tzafrir Cohen wrote: > On Thu, Sep 24, 2009 at 09:59:53AM -0700, Mike McClain wrote: > > > > How does /usr/bin/mail know to put outbound mail in /var/spool/exim4/input? > /usr/bin/main calls /usr/sbin/sendmail . This happens to be exim . OK, that makes se

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-25 Thread Tzafrir Cohen
On Thu, Sep 24, 2009 at 09:59:53AM -0700, Mike McClain wrote: > Hi Osamu, > Thanks for the response. I really don't get it when it comes to mail. > MTA/MDA/MUA are kind of confusing, if you know where I can find a 2 page > explanation of email I'd really like to read it. > I use /usr/bin/ma

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-25 Thread Osamu Aoki
Hi, Unless you are very low in memory and lacks CPU power and swap space, it is not worth the trouble to do nodaemon. I do not use it. I use QUEUERUNNER='queueonly' now since I do not need to have SMTP port listening daemon but nice to have queue daemon. My laptop is normal one and is powerful

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-24 Thread Nate Bargmann
I save myself a lot of pain and use the esmtp package with Mutt. It handles sending mail to my ISP and I don't need sophisticated local delivery so it works for me. I wandered back into Exim land earlier this year and it wasn't pretty. - Nate >> -- "The optimist proclaims that we live in the

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-24 Thread Mike McClain
Hi Osamu, Thanks for the response. I really don't get it when it comes to mail. MTA/MDA/MUA are kind of confusing, if you know where I can find a 2 page explanation of email I'd really like to read it. I use /usr/bin/mail, mutt, fetchmail and exim4. The man page for /usr/bin/mail claims it

Re: [solved] Starting MTA:

2009-09-24 Thread Klaus Jantzen
On 09/18/2009 02:07 PM, ludovico van wrote: Agreed. Cron and anacron both need a mailer to inform you of errors and various packages install cron jobs implicitly. However, isn't there a local-only mailer that respects /etc/aliases and is lighter-weight than exim4? what i do on my compute

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Osamu Aoki
On Mon, Sep 21, 2009 at 09:52:59AM -0700, Mike McClain wrote: > On Mon, Sep 21, 2009 at 01:28:21AM -0700, Steve Lamb wrote: > > > Then you need an MTA/MDA and just don't run it in daemon mode. I fail > Earlier in this thread someone suggested editing /etc/default/exim4 > setting QUEUERUNNER

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Tzafrir Cohen
On Mon, Sep 21, 2009 at 04:23:34AM -0700, Steve Lamb wrote: > Tzafrir Cohen wrote: >> Not running a daemon means that you have the overhead of startup for >> each new delivery. It implies less efficient handling of a queued mail. > > Given that he is doing this for local messages from daemons o

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Mike McClain
On Mon, Sep 21, 2009 at 01:28:21AM -0700, Steve Lamb wrote: > Then you need an MTA/MDA and just don't run it in daemon mode. I fail Earlier in this thread someone suggested editing /etc/default/exim4 setting QUEUERUNNER='nodaemon'. When I tried this and the mail stopped getting delivered un

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Steve Kemp
On Mon Sep 21, 2009 at 15:04:57 +0300, Andrei Popescu wrote: > > http://www.steve.org.uk/Software/skxmail/ > > > >Works for me on my laptops.. > > That looks very interesting. Why isn't it available from official Debian > repos? Because exim, postfix, nullmailer, ssmtp, all exist al

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Andrei Popescu
On Mon,21.Sep.09, 10:32:19, Steve Kemp wrote: > > http://www.steve.org.uk/Software/skxmail/ > >Works for me on my laptops.. That looks very interesting. Why isn't it available from official Debian repos? It might solve the endless "let's make postfix the default MTA in Debian" thre

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Florian Kriener
On Monday 21 September 2009 10:06:25 Andrei Popescu wrote: > On Mon,21.Sep.09, 00:48:29, Steve Lamb wrote: > > Andrei Popescu wrote: > > >Besides (someone please correct me if I'm wrong) cron doesn't need > > >an MTA listening on port 25, it uses /sbin/sendmail. > > > > Ok, first response was t

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Steve Lamb
Tzafrir Cohen wrote: Not running a daemon means that you have the overhead of startup for each new delivery. It implies less efficient handling of a queued mail. Given that he is doing this for local messages from daemons only I think resident memory is the primary concern, not efficiency o

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Tzafrir Cohen
On Mon, Sep 21, 2009 at 11:06:25AM +0300, Andrei Popescu wrote: > Well the requirements were: > > - respects /etc/aliases > - able to do local delivery > > NOT required (and not desired): > > - listening to port 25 What's wrong with listening on localhost:25 ? IIRC this is the default configu

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Tzafrir Cohen
On Mon, Sep 21, 2009 at 09:30:28AM +0300, Andrei Popescu wrote: > And did some research. From the packages providing mail-transport-agent > (except the usual candidates) only xmail and dma seem interesting. > > Does anyone have experience with any of the two? I tried using xmail for a while, bu

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Steve Kemp
On Mon Sep 21, 2009 at 11:06:25 +0300, Andrei Popescu wrote: > On Mon,21.Sep.09, 00:48:29, Steve Lamb wrote: > > Andrei Popescu wrote: > > >Besides (someone please correct me if I'm wrong) cron doesn't need > > >an MTA listening on port 25, it uses /sbin/sendmail. > > > > Ok, first response was

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Rakotomandimby Mihamina
09/21/2009 11:46 AM, Andrei Popescu: - respects /etc/aliases - able to do local delivery Postfix with its non-monolithic architecture would help; but you'll need an MDA in that case (Exim fills both roles). Huh? Postfix works fine without an MDA... He did not tell Postfix doesnt work. Or my e

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Steve Lamb
Andrei Popescu wrote: - I don't want to run a listening MTA on some machine just for that Then don't run it in daemon mode. Not seeing the problem here. It isn't like when it is called locally it binds to port 25. -- Steve C. Lamb | But who decides what they dream?

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Andrei Popescu
On Mon,21.Sep.09, 01:28:21, Steve Lamb wrote: > Andrei Popescu wrote: > >Well the requirements were: > > >- respects /etc/aliases > >- able to do local delivery > > Then you need an MTA/MDA and just don't run it in daemon mode. > I fail to see what the issue is with Exim in that case. If run

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Steve Lamb
Andrei Popescu wrote: Well the requirements were: - respects /etc/aliases - able to do local delivery Then you need an MTA/MDA and just don't run it in daemon mode. I fail to see what the issue is with Exim in that case. If runsize for the transient time it is delivering mail is a pr

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Andrei Popescu
On Mon,21.Sep.09, 00:48:29, Steve Lamb wrote: > Andrei Popescu wrote: > >Besides (someone please correct me if I'm wrong) cron doesn't need > >an MTA listening on port 25, it uses /sbin/sendmail. > > Ok, first response was that nullmailer might work. Is the > intent to get it to another MTA w

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Steve Lamb
Andrei Popescu wrote: Besides (someone please correct me if I'm wrong) cron doesn't need an MTA listening on port 25, it uses /sbin/sendmail. Ok, first response was that nullmailer might work. Is the intent to get it to another MTA which doe the final delivery nullmailer works. If it is

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Rakotomandimby Mihamina
09/21/2009 10:36 AM, Andrei Popescu: However, isn't there a local-only mailer that respects /etc/aliases and is lighter-weight than exim4? I'm interested as well. What about launching MTA from (x)inetd? If I'm not mistaken that would replace one daemon (the MTA) with another one ((x)inetd). Wh

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-21 Thread Andrei Popescu
On Mon,21.Sep.09, 09:58:45, Rakotomandimby Mihamina wrote: > 09/17/2009 07:48 PM, Andrei Popescu: > >>Agreed. Cron and anacron both need a mailer to inform you of errors and > >>various packages install cron jobs implicitly. > >>However, isn't there a local-only mailer that respects /etc/aliases a

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-20 Thread Rakotomandimby Mihamina
09/17/2009 07:48 PM, Andrei Popescu: Agreed. Cron and anacron both need a mailer to inform you of errors and various packages install cron jobs implicitly. However, isn't there a local-only mailer that respects /etc/aliases and is lighter-weight than exim4? I'm interested as well. What about

Re: Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-20 Thread Andrei Popescu
On Thu,17.Sep.09, 19:48:06, Andrei Popescu wrote: > On Thu,17.Sep.09, 08:14:30, Boyd Stephen Smith Jr. wrote: > > > Agreed. Cron and anacron both need a mailer to inform you of errors and > > various packages install cron jobs implicitly. > > > > However, isn't there a local-only mailer that r

Re: Starting MTA: nodaemon and queueonly

2009-09-18 Thread Osamu Aoki
On Fri, Sep 18, 2009 at 02:07:21PM +0200, ludovico van wrote: > > Agreed.  Cron and anacron both need a mailer to inform you of errors and > > various packages install cron jobs implicitly. > > > > However, isn't there a local-only mailer that respects /etc/aliases and is > > lighter-weight than ex

Re: Starting MTA:

2009-09-18 Thread ludovico van
> Agreed.  Cron and anacron both need a mailer to inform you of errors and > various packages install cron jobs implicitly. > > However, isn't there a local-only mailer that respects /etc/aliases and is > lighter-weight than exim4? what i do on my computers is putting QUEUERUNNER='nodaemon' in /et

Re: Starting MTA:

2009-09-17 Thread Dale
2009/9/18 Tom H : > k.d.jant...@t-online.de wrote: >>> in the booting sequence of Debian lenny I see a line  saying >>> Starting MTA: >>> It  "takes ages" until  Debian comes up with "exim4". Thus booting takes >>> quite some time. >

Re: Starting MTA:

2009-09-17 Thread Tom H
k.d.jant...@t-online.de wrote: >> in the booting sequence of Debian lenny I see a line  saying >> Starting MTA: >> It  "takes ages" until  Debian comes up with "exim4". Thus booting takes >> quite some time. >> What does that mean? >> Do

Lightweight alternative MTA? [was: Re: Starting MTA:]

2009-09-17 Thread Andrei Popescu
On Thu,17.Sep.09, 08:14:30, Boyd Stephen Smith Jr. wrote: > Agreed. Cron and anacron both need a mailer to inform you of errors and > various packages install cron jobs implicitly. > > However, isn't there a local-only mailer that respects /etc/aliases and is > lighter-weight than exim4? I'm

Re: FW: Starting MTA:

2009-09-17 Thread Boyd Stephen Smith Jr.
(TOFU corrected; please trim your replies and use interleaved posting style for this list.) In <9519478a2c4b49998620b5579bc2d...@ionicoffice.ionic.co.uk>, Chris Harries wrote: >-Original Message- >From: Jochen Schulz [mailto:m...@well-adjusted.de] >Sent: 17 September 2009 12:30 > >>Micha

Re: Starting MTA:

2009-09-17 Thread Boyd Stephen Smith Jr.
In <20090917111213.gl...@wasteland.homelinux.net>, Jochen Schulz wrote: >Dale: >> 2009/9/17 K. Jantzen : >>> in the booting sequence of Debian lenny I see a line saying >>> >>> Starting MTA: >>> >>> It "takes ages" until

Re: Starting MTA:

2009-09-17 Thread Preston Boyington
Dale wrote: > 2009/9/17 K. Jantzen : >> Hello >> >> in the booting sequence of Debian lenny I see a line saying >> >> Starting MTA: >> >> It "takes ages" until Debian comes up with "exim4". Thus booting takes >> quite som

FW: Starting MTA:

2009-09-17 Thread Chris Harries
I was pointing in the right direction, rather then holding a hand -Original Message- From: Jochen Schulz [mailto:m...@well-adjusted.de] Sent: 17 September 2009 12:30 To: debian-user@lists.debian.org Subject: Re: Starting MTA: Michal: > > MTA is mail transfer agent, exim is one of

Re: Starting MTA:

2009-09-17 Thread Jochen Schulz
Michal: > > MTA is mail transfer agent, exim is one of those, like sendmail, > postfix et al, and you can remove this. Check the guide under > install/remove some software > > update-rc.d -f exim remove This is bad advice for various reasons. - It doesn't solve the problem, it's just a workarou

Re: Starting MTA:

2009-09-17 Thread Jochen Schulz
Dale: > 2009/9/17 K. Jantzen : >> >> in the booting sequence of Debian lenny I see a line  saying >> >> Starting MTA: >> >> It  "takes ages" until  Debian comes up with "exim4". Thus booting takes >> quite some time. >>

Re: Starting MTA:

2009-09-17 Thread Florian Kulzer
On Thu, Sep 17, 2009 at 12:28:35 +0200, K. Jantzen wrote: > Hello > > in the booting sequence of Debian lenny I see a line saying > > Starting MTA: > > It "takes ages" until Debian comes up with "exim4". Thus booting > takes quite some time. Che

RE: Starting MTA:

2009-09-17 Thread Michal
-Original Message- From: K. Jantzen [mailto:k.d.jant...@t-online.de] Sent: 17 September 2009 11:29 To: DebianUser Subject: Starting MTA: Hello in the booting sequence of Debian lenny I see a line saying Starting MTA: It "takes ages" until Debian comes up with "exim4

Re: Starting MTA:

2009-09-17 Thread Dale
2009/9/17 K. Jantzen : > Hello > > in the booting sequence of Debian lenny I see a line  saying > > Starting MTA: > > It  "takes ages" until  Debian comes up with "exim4". Thus booting takes > quite some time. > > What does that mean? > Do I

Starting MTA:

2009-09-17 Thread K. Jantzen
Hello in the booting sequence of Debian lenny I see a line saying Starting MTA: It "takes ages" until Debian comes up with "exim4". Thus booting takes quite some time. What does that mean? Do I have to have that? If not, how can I get rid of it. Thanks. -

Re: Starting MTA: why does it take so long?

2007-09-13 Thread Chris
On Thursday 06 September 2007 23:28, Jeff D wrote: > On Thu, 6 Sep 2007, Chris wrote: > > On Thursday 06 September 2007 21:35, Celejar wrote: > >> On Thu, 6 Sep 2007 21:13:02 +0200 > >> > >> Chris <[EMAIL PROTECTED]> wrote: > >>> Hi, > >>> > >>> I have several desktop systems, and regadless of whet

Re: Starting MTA: why does it take so long?

2007-09-06 Thread Jeff D
On Thu, 6 Sep 2007, Chris wrote: On Thursday 06 September 2007 21:35, Celejar wrote: On Thu, 6 Sep 2007 21:13:02 +0200 Chris <[EMAIL PROTECTED]> wrote: Hi, I have several desktop systems, and regadless of whether I leave exim4 unconfigured, or setup for local system use only, it takes quite

Re: Starting MTA: why does it take so long?

2007-09-06 Thread Guillermo Garron
On 9/6/07, Chris <[EMAIL PROTECTED]> wrote: > Hi, > > I have several desktop systems, and regadless of whether I leave exim4 > unconfigured, or setup for local system use only, it takes quite a while to > start on boot. > > I don't really know what the MTA is supposed to do on a laptop or desktop >

Re: Starting MTA: why does it take so long?

2007-09-06 Thread Chris
On Thursday 06 September 2007 21:35, Celejar wrote: > On Thu, 6 Sep 2007 21:13:02 +0200 > > Chris <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have several desktop systems, and regadless of whether I leave exim4 > > unconfigured, or setup for local system use only, it takes quite a while > > to sta

Re: Starting MTA: why does it take so long?

2007-09-06 Thread Michael Dominok
On Thu, 6 Sep 2007 21:13:02 +0200 Chris <[EMAIL PROTECTED]> wrote: > I have several desktop systems, and regadless of whether I leave exim4 > unconfigured, or setup for local system use only, it takes quite a while to > start on boot. Googling for (parts of your) subject &quo

Re: Starting MTA: why does it take so long?

2007-09-06 Thread Chris
quite a while > > to start on boot. > > Googling for (parts of your) subject "Starting MTA takes long" would have > taken you directly to > http://datenroulette.de/blog/index.php?blog=4&title=starting_mta_takes_a_lo >ng_time&more=1&c=1&tb=1&pb=1

Re: Starting MTA: why does it take so long?

2007-09-06 Thread Celejar
On Thu, 6 Sep 2007 21:13:02 +0200 Chris <[EMAIL PROTECTED]> wrote: > Hi, > > I have several desktop systems, and regadless of whether I leave exim4 > unconfigured, or setup for local system use only, it takes quite a while to > start on boot. > > I don't really know what the MTA is supposed to

Starting MTA: why does it take so long?

2007-09-06 Thread Chris
Hi, I have several desktop systems, and regadless of whether I leave exim4 unconfigured, or setup for local system use only, it takes quite a while to start on boot. I don't really know what the MTA is supposed to do on a laptop or desktop system, but I've read that it shouldn't be uninstallte

Re: why "Starting MTA: exim4" take so much time?

2006-10-14 Thread Eduard Bloch
#include * Serena Cantor [Fri, Oct 13 2006, 07:02:26PM]: > During sarge installation, I select 3rd option (local delivery). Each time it > boots, starting MTA > take too much time, I have to remove it from /etc/rc2.d. You have a broken (but configured) internet connection? Your

Re: why "Starting MTA: exim4" take so much time?

2006-10-14 Thread John O'Hagan
On Saturday 14 October 2006 12:02, Serena Cantor wrote: > During sarge installation, I select 3rd option (local delivery). Each time > it boots, starting MTA take too much time, I have to remove it from > /etc/rc2.d. > > Is there any problem with that? AFAIK you should have some

why "Starting MTA: exim4" take so much time?

2006-10-13 Thread Serena Cantor
During sarge installation, I select 3rd option (local delivery). Each time it boots, starting MTA take too much time, I have to remove it from /etc/rc2.d. Is there any problem with that? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

Re: slow starting MTA

2005-11-26 Thread Howard Eisenberger
On 2005-11-23, roberto <[EMAIL PROTECTED]> wrote: > i have kernel 2.6.8-2-386 currently installed and when i boot not > being connected to the network the booting process stops for at least > 3 or 4 minutes showing: > ..... > Starting MTA: > . > > and then it goe

Re: slow starting MTA

2005-11-24 Thread roberto
> > 3 or 4 minutes showing: > > . > > Starting MTA: > > . > Install ifplugd, i.e. aptitude install ifplugd. > i installed ifplugd but the problem is still there; i attach here some useful parts of /var/log/messages: kernel: tg3: eth0: Link is up at 100 Mbps, full du

Re: slow starting MTA

2005-11-23 Thread John Schmidt
On Wednesday 23 November 2005 01:12 am, roberto wrote: > hello > i have kernel 2.6.8-2-386 currently installed and when i boot not > being connected to the network the booting process stops for at least > 3 or 4 minutes showing: > ..... > Starting MTA: > . > > an

Re: slow starting MTA

2005-11-23 Thread marzubus
The problem is that the MTA is trying to do reverse lookups on you hostname, configure local dns on the box, or put a /etc/hosts entry with your ip and full dns hostname in it. Kegan Holtzhausen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Re: slow starting MTA

2005-11-23 Thread Eriberto
A solution: #apt-get install sendmail Regards, Eriberto roberto escreveu: . Starting MTA: . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

slow starting MTA

2005-11-23 Thread roberto
hello i have kernel 2.6.8-2-386 currently installed and when i boot not being connected to the network the booting process stops for at least 3 or 4 minutes showing: . Starting MTA: . and then it goes on correctly, but it is very tedious to wait so much, how can i skip this test if the pc

Re: Boot hang at "Starting: MTA"

2005-06-20 Thread Saverio Trioni
connect to the Internet (mail and browse) via a network at the office where I was working. Now that I'm home I notice that when booting the system hangs for approximately 60 seconds at "Starting: MTA." I'm pretty green with Linux, but I'm guessing that the mail transfer

Re: Boot hang at "Starting: MTA"

2005-06-20 Thread David R. Litwin
Where is this GUI? I have the same problem (litterally: No network, eth0, hangs at start-up). Thanks.

Re: Boot hang at "Starting: MTA"

2005-06-20 Thread Elmer E. Dow
Indeed it was looking for a network. Found the solution. I went to the network settings GUI and unchecked "activate when the computer starts" in the properties menu for the ethernet LAN card (eth0). I don't have a network at home, but had used a network while at an out-of-town office. Now it d

Re: Boot hang at "Starting: MTA"

2005-06-20 Thread fabrizio mancini
On 6/20/05, David Baron <[EMAIL PROTECTED]> wrote: > On Monday 20 June 2005 22:42, [EMAIL PROTECTED] > wrote: > > Now that I'm home I > > notice that when booting the system hangs for approximately 60 seconds at > > "Starting: MTA." > > > &g

Re: Boot hang at "Starting: MTA"

2005-06-20 Thread David Baron
On Monday 20 June 2005 22:42, [EMAIL PROTECTED] wrote: > Now that I'm home I > notice that when booting the system hangs for approximately 60 seconds at > "Starting: MTA." > > I'm pretty green with Linux, but I'm guessing that the mail transfer agent >

Re: Boot hang at "Starting: MTA"

2005-06-20 Thread Richard A Nelson
On Mon, 20 Jun 2005, Elmer E. Dow wrote: I was traveling on business and attempted to connect to the Internet (mail and browse) via a network at the office where I was working. Now that I'm home I notice that when booting the system hangs for approximately 60 seconds at "Starting: MT

Boot hang at "Starting: MTA"

2005-06-20 Thread Elmer E. Dow
Greetings: I was traveling on business and attempted to connect to the Internet (mail and browse) via a network at the office where I was working. Now that I'm home I notice that when booting the system hangs for approximately 60 seconds at "Starting: MTA." I'm pretty g