Re: sendmail is slow

2002-12-02 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas Geenen wrote on Wed, Nov 27, 2002 at 05:16:49PM +0100 :

   BTW - your mailer is overriding the Reply To: for the list so I have to
   reply to all recipients for my answers to hit the list.
  This a kmail pb, some poeple said me the same thing (I use kmail). I don't
  know how to fix this. (my Reply To: is empty on my kmail configuration).

Join the #Mandrake channel on irc.openprojects.net (use XChat) and see
if those guys can help you.

 i even added my hostname to /etc/hosts so its probably not a lookup issue.

:)  Sendmail doesn't use /etc/hosts unless you tell it to.  By the sound
of it, you have not.  You need to configure a local DNS server (can be
running on localhost if you like), that is authoritative for the
domain that contains the hostname your machine has.

blue skies...   Todd
- -- 
...and I will strike down upon thee with great vengeance and furious
 anger, those who attempt to poison and destroy my binaries, and you 
will know my name is root, when I lay my vengeance upon thee.
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-0.4mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE968M/lp7v05cW2woRAvQtAJ4npQ5UV3VvNPyosdr6SU8kThckygCfcEOY
A1rFE/zaReFltK9gnUGnc4I=
=9tDp
-END PGP SIGNATURE-




Re: sendmail is slow

2002-11-27 Thread Stew Benedict

On Wed, 27 Nov 2002, Thomas Geenen wrote:

 dear stew
 i run sendmail 8.12.6 -3mdk and use it together with kmail
 it works but it is slow. It takes a couple of minutes before a message is 
 being send. That means it will stay in the outbox for a couple of minutes. I 
 have sendmail in kmail configured to send now.
 
 cheers
 Thomas Geenen
 

A little more info please.  Sendmail as a local delivery agent or internet
mail or both?  Sendmail will have a noticeable delay if it has trouble
with a hostname lookup.  Mine's sort of broken as I'm forcing my hostname
to mandrakesoft.com on the RS6000, for rpm building, but that's not the
machine/network's real name. 

If you're using kmail strictly for internet mail, can't it post mail
directly to your ISP's smtp server?  (Sorry I don't really use kmail, so
I'm not sure of it's capabilities). Unless you're using sendmail to do
some masquerading or something, you may be adding an extra layer of
complexity in there that's not needed.

I know I've piped mail into sendmail from the command line on the RS6000
to make sure it was working for local delivery for cron jobs, and it went
through right away.  I haven't really set it up for internet mail on that
machine as that is done on another machine on my network that I don't
subject to cooker, but I can try to duplicate your setup if I get a chance
and see what's going on.

BTW - your mailer is overriding the Reply To: for the list so I have to
reply to all recipients for my answers to hit the list.

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc
Archives: http://marc.theaimsgroup.com/?l=mandrake-cooker-ppcr=1w=2





Re: sendmail is slow

2002-11-27 Thread Olivier Thauvin
Le Mercredi 27 Novembre 2002 14:42, Stew Benedict a écrit :
 BTW - your mailer is overriding the Reply To: for the list so I have to
 reply to all recipients for my answers to hit the list.

This a kmail pb, some poeple said me the same thing (I use kmail). I don't 
know how to fix this. (my Reply To: is empty on my kmail configuration).
-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur.
JL.
/
| Olivier Thauvin - CNRS Service Aeronomie
| [EMAIL PROTECTED] 
| 01 64 47 43 60 à Verrières (lundi,mercredi et vendredi)
| 01 44 27 47 59 à Jussieu (Mardi et Jeudi)
| Fax:33 (0)1 69 20 29 99
| Service d'Aéronomie, Réduit de Verrieres
| Route des Gatines - BP 3
| 91371 Verrieres le Buisson Cedex
| France
\==





Re: sendmail is slow

2002-11-27 Thread Thomas Geenen
On Wednesday 27 November 2002 17:12, you wrote:
 Le Mercredi 27 Novembre 2002 14:42, Stew Benedict a écrit :
  BTW - your mailer is overriding the Reply To: for the list so I have to
  reply to all recipients for my answers to hit the list.

 This a kmail pb, some poeple said me the same thing (I use kmail). I don't
 know how to fix this. (my Reply To: is empty on my kmail configuration).
i even added my hostname to /etc/hosts so its probably not a lookup issue.
cheers 
Thomas
as for the info
i use sendmail for internet mail




Re: sendmail is slow

2002-11-27 Thread Brice Figureau

On Wed, 2002-11-27 at 17:16, Thomas Geenen wrote:
 On Wednesday 27 November 2002 17:12, you wrote:
  Le Mercredi 27 Novembre 2002 14:42, Stew Benedict a écrit :
   BTW - your mailer is overriding the Reply To: for the list so I have to
   reply to all recipients for my answers to hit the list.
 
  This a kmail pb, some poeple said me the same thing (I use kmail). I don't
  know how to fix this. (my Reply To: is empty on my kmail configuration).
 i even added my hostname to /etc/hosts so its probably not a lookup issue.
Why don't you use postfix ?
It is really faster than sendmail, and also really simpler to configure
(and I don't talk about the security) the postfix mailing list is
helpfull in case of trouble.
Postfix is 'compatible' with sendmail, and thus should work fine with
kmail.
The mandrake package is well done  (especially the cooker one), and
usually you just need to change the myhostname setting in
/etc/postfix/main.cf to have a perfectly running MTA.

Beside that, sendmail should log why it is not working properly for you,
did you had a look to your mail log  (/var/log/mail/*) ?
Did you try to send a mail directly with the sendmail interface ?

Brice






Re: sendmail is slow

2002-11-27 Thread Stew Benedict

Actually, I just did a quick sendmail only test:

[stew@rs6000 stew]$ echo test | /usr/sbin/sendmail [EMAIL PROTECTED]

Took maybe 12secs to give me back the command line.  Doesn't seem to
horrible, and I did get the mail at that account.

Tried the same thing on my normal server, which has been running sendmail
for years, and it took about the same amount of time.

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc
Archives: http://marc.theaimsgroup.com/?l=mandrake-cooker-ppcr=1w=2