sending mail from sendmail is very slow!!!!
Hi All,
I am using a sendmail for sending alerts and notification from RHEL server 5.5. But the sendmail process is very slow and it takes around 2 minutes to complete. Is there any way i can make it faster? Thanks in advace. Regards, Raj -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
On Sun, Jul 29, 2012 at 1:16 PM, raj sourabh <rajsourabh1@gmail.com> wrote:
> I am using a sendmail for sending alerts and notification from RHEL server > 5.5. But the sendmail process is very slow and it takes around 2 minutes to > complete. > > Is there any way i can make it faster? > First, I hope you're running with the latest updates, and not really RHEL 5.5. It's not really possible to know exactly what is wrong from these somewhat vague details, but I suggest looking at your DNS settings, particularly for the hosts running sendmail. As a quick guess: Sendmail is very picky about DNS and if you are using any host names that don't resolve, it can take longer than it would otherwise. -- Jonathan Billings <jsbillin@umich.edu> -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
Jonathan Billings wrote:
> On Sun, Jul 29, 2012 at 1:16 PM, raj sourabh <rajsourabh1@gmail.com> > wrote: > >> I am using a sendmail for sending alerts and notification from RHEL >> server 5.5. But the sendmail process is very slow and it takes around 2 minutes >> to complete. >> >> Is there any way i can make it faster? > First, I hope you're running with the latest updates, and not really RHEL > 5.5. > > It's not really possible to know exactly what is wrong from these somewhat > vague details, but I suggest looking at your DNS settings, particularly > for the hosts running sendmail. As a quick guess: Sendmail is very picky > about DNS and if you are using any host names that don't resolve, it can take > longer than it would otherwise. If it's still that way, I'll second that - about 5 years ago, I had someone sending out email via a mailing list, and it was seriously ridiculous - many, many minutes, because of screwy recipient addresses. mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
Well.. Right now the DNS ip addresses are only on resolve.conf..
Do i have to put the IP entries of target servers eg. gmail, exhange serves in the /etc/hosts file?? Else where should i specify the DNS entries to sendout the mail fatster.. Thanks for help. Raj On Tue, Jul 31, 2012 at 6:12 PM, <m.roth@5-cent.us> wrote: > Jonathan Billings wrote: > > On Sun, Jul 29, 2012 at 1:16 PM, raj sourabh <rajsourabh1@gmail.com> > > wrote: > > > >> I am using a sendmail for sending alerts and notification from RHEL > >> server 5.5. But the sendmail process is very slow and it takes around 2 > minutes > >> to complete. > >> > >> Is there any way i can make it faster? > > > First, I hope you're running with the latest updates, and not really RHEL > > 5.5. > > > > It's not really possible to know exactly what is wrong from these > somewhat > > vague details, but I suggest looking at your DNS settings, particularly > > for the hosts running sendmail. As a quick guess: Sendmail is very picky > > about DNS and if you are using any host names that don't resolve, it can > take > > longer than it would otherwise. > > If it's still that way, I'll second that - about 5 years ago, I had > someone sending out email via a mailing list, and it was seriously > ridiculous - many, many minutes, because of screwy recipient addresses. > > mark > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
raj sourabh wrote:
> Well.. Right now the DNS ip addresses are only on resolve.conf.. > > Do i have to put the IP entries of target servers eg. gmail, exhange > serves in the /etc/hosts file?? > > Else where should i specify the DNS entries to sendout the mail fatster.. > Um, no, the DNS IP addresses are not in resolv.conf, what's in there are your nameservers, and maybe a search domain. You may have to either prune your mailing lists, and find the bad addresses, or send it in batches. One place I worked, we used some queue manager. mark > Thanks for help. > > Raj > > On Tue, Jul 31, 2012 at 6:12 PM, <m.roth@5-cent.us> wrote: > >> Jonathan Billings wrote: >> > On Sun, Jul 29, 2012 at 1:16 PM, raj sourabh <rajsourabh1@gmail.com> >> > wrote: >> > >> >> I am using a sendmail for sending alerts and notification from RHEL >> >> server 5.5. But the sendmail process is very slow and it takes around >> 2 >> minutes >> >> to complete. >> >> >> >> Is there any way i can make it faster? >> >> > First, I hope you're running with the latest updates, and not really >> RHEL >> > 5.5. >> > >> > It's not really possible to know exactly what is wrong from these >> somewhat >> > vague details, but I suggest looking at your DNS settings, >> particularly >> > for the hosts running sendmail. As a quick guess: Sendmail is very >> picky >> > about DNS and if you are using any host names that don't resolve, it >> can >> take >> > longer than it would otherwise. >> >> If it's still that way, I'll second that - about 5 years ago, I had >> someone sending out email via a mailing list, and it was seriously >> ridiculous - many, many minutes, because of screwy recipient addresses. >> >> mark >> >> -- >> redhat-list mailing list >> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe >> https://www.redhat.com/mailman/listinfo/redhat-list >> > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
Raj, can we assume you've monitored /var/log/maillog on the various servers
in the chain to see if any helpful messages exist? That's where I'd start see if sendmail has anything specific it is complaining about. On Jul 29, 2012 11:24 AM, "raj sourabh" <rajsourabh1@gmail.com> wrote: > Hi All, > > I am using a sendmail for sending alerts and notification from RHEL server > 5.5. But the sendmail process is very slow and it takes around 2 minutes to > complete. > > Is there any way i can make it faster? > > Thanks in advace. > > Regards, > Raj > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
Thanks all for your replies.
The following changes saved lot of time and now mails are processed within 5 sec :) I was trying to sendmail to gmail account. here is wat my host file looks like.. # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost TESTSRV 192.168.11.50 TESTSRV ::1 localhost6.localdomain6 localhost6 173.194.79.27 gmail.com 173.194.79.27 gmail-smtp-in.l.google.com ~ Thank you all for your help... On Wed, Aug 1, 2012 at 1:43 AM, Corey Kovacs <corey.kovacs@gmail.com> wrote: > Raj, can we assume you've monitored /var/log/maillog on the various servers > in the chain to see if any helpful messages exist? That's where I'd start > see if sendmail has anything specific it is complaining about. > On Jul 29, 2012 11:24 AM, "raj sourabh" <rajsourabh1@gmail.com> wrote: > > > Hi All, > > > > I am using a sendmail for sending alerts and notification from RHEL > server > > 5.5. But the sendmail process is very slow and it takes around 2 minutes > to > > complete. > > > > Is there any way i can make it faster? > > > > Thanks in advace. > > > > Regards, > > Raj > > -- > > redhat-list mailing list > > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > > https://www.redhat.com/mailman/listinfo/redhat-list > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
On 08/01/12 02:52, raj sourabh wrote:
Thanks all for your replies. The following changes saved lot of time and now mails are processed within 5 sec :) I was trying to sendmail to gmail account. here is wat my host file looks like.. # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost TESTSRV 192.168.11.50 TESTSRV ::1 localhost6.localdomain6 localhost6 173.194.79.27 gmail.com 173.194.79.27 gmail-smtp-in.l.google.com ~ That's *not* good. You shouldn't have anything that you don't control in your hosts file. Worst case: put google's nameservers in your resolv.conf mark Thank you all for your help... On Wed, Aug 1, 2012 at 1:43 AM, Corey Kovacs<corey.kovacs@gmail.com> wrote: Raj, can we assume you've monitored /var/log/maillog on the various servers in the chain to see if any helpful messages exist? That's where I'd start see if sendmail has anything specific it is complaining about. On Jul 29, 2012 11:24 AM, "raj sourabh"<rajsourabh1@gmail.com> wrote: Hi All, I am using a sendmail for sending alerts and notification from RHEL server 5.5. But the sendmail process is very slow and it takes around 2 minutes to complete. Is there any way i can make it faster? Thanks in advace. Regards, Raj -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- "Stock traders are a superstitious and cowardly lot", to paraphrase the Batman -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
I understand the scenario but in my case when the below entries are not put
on host file , DNS tries to get to google on 173.194.79.25/26 and finally 27. (25/26 are not reachable in my case and system sleeps for sometime until it starts trying for 27). May be its operator network issue!! We have static IP from the operator and DNS IP addesses were provided by them. Still is there any other way we can specify preferred servers for sendmail ???? Regards, Raj On Wed, Aug 1, 2012 at 3:47 PM, mark <m.roth@5-cent.us> wrote: > On 08/01/12 02:52, raj sourabh wrote: > >> Thanks all for your replies. >> >> The following changes saved lot of time and now mails are processed within >> 5 sec :) >> >> I was trying to sendmail to gmail account. here is wat my host file looks >> like.. >> >> # Do not remove the following line, or various programs >> # that require network functionality will fail. >> 127.0.0.1 localhost.localdomain localhost TESTSRV >> 192.168.11.50 TESTSRV >> ::1 localhost6.localdomain6 localhost6 >> 173.194.79.27 gmail.com >> 173.194.79.27 gmail-smtp-in.l.google.com >> ~ >> > > That's *not* good. You shouldn't have anything that you don't control in > your hosts file. Worst case: put google's nameservers in your resolv.conf > > mark > > > >> >> Thank you all for your help... >> >> >> >> On Wed, Aug 1, 2012 at 1:43 AM, Corey Kovacs<corey.kovacs@gmail.com> >> wrote: >> >> Raj, can we assume you've monitored /var/log/maillog on the various >>> servers >>> in the chain to see if any helpful messages exist? That's where I'd start >>> see if sendmail has anything specific it is complaining about. >>> On Jul 29, 2012 11:24 AM, "raj sourabh"<rajsourabh1@gmail.com**> wrote: >>> >>> Hi All, >>>> >>>> I am using a sendmail for sending alerts and notification from RHEL >>>> >>> server >>> >>>> 5.5. But the sendmail process is very slow and it takes around 2 minutes >>>> >>> to >>> >>>> complete. >>>> >>>> Is there any way i can make it faster? >>>> >>>> Thanks in advace. >>>> >>>> Regards, >>>> Raj >>>> -- >>>> redhat-list mailing list >>>> unsubscribe mailto:redhat-list-request@**redhat.com<redhat-list-request@redhat.com> >>>> ?subject=unsubscribe >>>> https://www.redhat.com/**mailman/listinfo/redhat-list<https://www.redhat.com/mailman/listinfo/redhat-list> >>>> >>>> -- >>> redhat-list mailing list >>> unsubscribe mailto:redhat-list-request@**redhat.com<redhat-list-request@redhat.com> >>> ?subject=unsubscribe >>> https://www.redhat.com/**mailman/listinfo/redhat-list<https://www.redhat.com/mailman/listinfo/redhat-list> >>> >>> > > -- > "Stock traders are a superstitious and cowardly lot", to paraphrase the > Batman > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@**redhat.com<redhat-list-request@redhat.com> > ?subject=unsubscribe > https://www.redhat.com/**mailman/listinfo/redhat-list<https://www.redhat.com/mailman/listinfo/redhat-list> > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
sending mail from sendmail is very slow!!!!
raj sourabh wrote:
> I understand the scenario but in my case when the below entries are not > put > on host file , DNS tries to get to google on 173.194.79.25/26 and finally > 27. (25/26 are not reachable in my case and system sleeps for sometime > until it starts trying for 27). May be its operator network issue!! > > We have static IP from the operator and DNS IP addesses were provided by > them. > > Still is there any other way we can specify preferred servers for sendmail > ???? > A quick google to verify yields ********* Google Public DNS IP addresses The Google Public DNS IP addresses (IPv4) are as follows: 8.8.8.8 8.8.4.4 ********** at <https://developers.google.com/speed/public-dns/docs/using> Add those to your /etc/resolv.conf. mark > Regards, > Raj > > > > On Wed, Aug 1, 2012 at 3:47 PM, mark <m.roth@5-cent.us> wrote: > >> On 08/01/12 02:52, raj sourabh wrote: >> >>> Thanks all for your replies. >>> >>> The following changes saved lot of time and now mails are processed >>> within >>> 5 sec :) >>> >>> I was trying to sendmail to gmail account. here is wat my host file >>> looks >>> like.. >>> >>> # Do not remove the following line, or various programs >>> # that require network functionality will fail. >>> 127.0.0.1 localhost.localdomain localhost TESTSRV >>> 192.168.11.50 TESTSRV >>> ::1 localhost6.localdomain6 localhost6 >>> 173.194.79.27 gmail.com >>> 173.194.79.27 gmail-smtp-in.l.google.com >>> ~ >>> >> >> That's *not* good. You shouldn't have anything that you don't control in >> your hosts file. Worst case: put google's nameservers in your >> resolv.conf >> >> mark >> >> >> >>> >>> Thank you all for your help... >>> >>> >>> >>> On Wed, Aug 1, 2012 at 1:43 AM, Corey Kovacs<corey.kovacs@gmail.com> >>> wrote: >>> >>> Raj, can we assume you've monitored /var/log/maillog on the various >>>> servers >>>> in the chain to see if any helpful messages exist? That's where I'd >>>> start >>>> see if sendmail has anything specific it is complaining about. >>>> On Jul 29, 2012 11:24 AM, "raj sourabh"<rajsourabh1@gmail.com**> >>>> wrote: >>>> >>>> Hi All, >>>>> >>>>> I am using a sendmail for sending alerts and notification from RHEL >>>>> >>>> server >>>> >>>>> 5.5. But the sendmail process is very slow and it takes around 2 >>>>> minutes >>>>> >>>> to >>>> >>>>> complete. >>>>> >>>>> Is there any way i can make it faster? >>>>> >>>>> Thanks in advace. >>>>> >>>>> Regards, >>>>> Raj >>>>> -- >>>>> redhat-list mailing list >>>>> unsubscribe >>>>> mailto:redhat-list-request@**redhat.com<redhat-list-request@redhat.com> >>>>> ?subject=unsubscribe >>>>> https://www.redhat.com/**mailman/listinfo/redhat-list<https://www.redhat.com/mailman/listinfo/redhat-list> >>>>> >>>>> -- >>>> redhat-list mailing list >>>> unsubscribe >>>> mailto:redhat-list-request@**redhat.com<redhat-list-request@redhat.com> >>>> ?subject=unsubscribe >>>> https://www.redhat.com/**mailman/listinfo/redhat-list<https://www.redhat.com/mailman/listinfo/redhat-list> >>>> >>>> >> >> -- >> "Stock traders are a superstitious and cowardly lot", to paraphrase the >> Batman >> >> >> -- >> redhat-list mailing list >> unsubscribe >> mailto:redhat-list-request@**redhat.com<redhat-list-request@redhat.com> >> ?subject=unsubscribe >> https://www.redhat.com/**mailman/listinfo/redhat-list<https://www.redhat.com/mailman/listinfo/redhat-list> >> > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list Wed Aug 1 17:30:01 2012 Return-Path: <bounce-debian-user=tom=linux-archive.org@lists.debian.org> X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eagle542.startdedicated.com X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=DKIM_SIGNED,FSL_RCVD_USER, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Original-To: tom@linux-archive.org Delivered-To: tom-linux-archive.org@eagle542.startdedicated.com Received: from bendel.debian.org (bendel.debian.org [82.195.75.100]) by eagle542.startdedicated.com (Postfix) with ESMTP id EFED920E062E for <tom@linux-archive.org>; Wed, 1 Aug 2012 16:59:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by bendel.debian.org (Postfix) with QMQP id AD464203; Wed, 1 Aug 2012 14:59:29 +0000 (UTC) Old-Return-Path: <debian-user@list-post.mks-mail.de> X-Original-To: lists-debian-user@bendel.debian.org Delivered-To: lists-debian-user@bendel.debian.org Received: from localhost (localhost [127.0.0.1]) by bendel.debian.org (Postfix) with ESMTP id 11EBE267 for <lists-debian-user@bendel.debian.org>; Wed, 1 Aug 2012 14:59:18 +0000 (UTC) X-Virus-Scanned: at lists.debian.org with policy bank en-ht X-Amavis-Spam-Status: No, score=-7.1 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, LDO_WHITELIST=-5] autolearn=ham Received: from bendel.debian.org ([127.0.0.1]) by localhost (lists.debian.org [127.0.0.1]) (amavisd-new, port 2525) with ESMTP id XSPFoZWZuN_k for <lists-debian-user@bendel.debian.org>; Wed, 1 Aug 2012 14:59:13 +0000 (UTC) X-policyd-weight: using cached result; rate: -6.1 Received: from mail.ddt-consult.de (mail.ddt-consult.de [176.9.143.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bendel.debian.org (Postfix) with ESMTPS id 450C1228 for <debian-user@lists.debian.org>; Wed, 1 Aug 2012 14:59:13 +0000 (UTC) Received: from ddt-filter.ddt-consult.intern (ddt-filter.ddt-consult.intern [192.168.1.116]) by mail.ddt-consult.de (Postfix) with ESMTP id F14682C959A for <debian-user@lists.debian.org>; Wed, 1 Aug 2012 16:59:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= list-post.mks-mail.de; h=content-transfer-encoding:content-type :content-type:in-reply-to:references:subject:subject :mime-version:user-agent:reply-to:from:from:date:date:message-id :received:received; s=lpm; t=1343833187; bh=TGqk+z4sFz6yl7PGs9hy Q+EpGm9YJ+ONEPP3bNugAaY=; b=CUg7cSl0EuQ5fyY6ZCfFp3kBhpxcTJHA1amU gS6gbrmEfEb6ZVC8a+ps6dhmriH5gmPNAf2fNCDyx9JYhuEYfr FLm6L4h0pTIrIu zWM6O6e7ERqfzLg1aztSs7v0C6OvD/2Y0L8XloCnclNO0d175cYLy9+BknBIN204 Tipzp9w= X-Virus-Scanned: Debian amavisd-new at ns1 Received: from mail.ddt-consult.de ([192.168.1.101]) by ddt-filter.ddt-consult.intern (ddt-filter.ddt-consult.intern [192.168.1.116]) (amavisd-new, port 20024) with LMTP id 1L0illKvHGdj for <debian-user@lists.debian.org>; Wed, 1 Aug 2012 16:59:47 +0200 (CEST) Received: from legolas.home.ddt.intern (p5DC3799C.dip.t-dialin.net [93.195.121.156]) (Authenticated sender: mks@list-post.mks-mail.de) by mail.ddt-consult.de (Postfix) with ESMTPSA id 47B4B2C9598 for <debian-user@lists.debian.org>; Wed, 1 Aug 2012 16:59:02 +0200 (CEST) Message-ID: <50194435.1000107@list-post.mks-mail.de> Date: Wed, 01 Aug 2012 16:59:01 +0200 From: =?ISO-8859-1?Q?Markus_Sch=F6nhaber?= <debian-user@list-post.mks-mail.de> Reply-To: debian-user@lists.debian.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: debian-user@lists.debian.org Subject: Re: SSL problem/help References: <5019217E.90203@venda.com> <5019365A.10002@list-post.mks-mail.de> <50194078.9060806@venda.com> In-Reply-To: <50194078.9060806@venda.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Rc-Virus: 2007-09-13_01 X-Rc-Spam: 2008-11-04_01 Resent-Message-ID: <T5kgOBzMAiD.A.NxC.RRUGQB@bendel> Resent-From: debian-user@lists.debian.org X-Mailing-List: <debian-user@lists.debian.org> archive/latest/636731 X-Loop: debian-user@lists.debian.org List-Id: <debian-user.lists.debian.org> List-Post: <mailto:debian-user@lists.debian.org> List-Help: <mailto:debian-user-request@lists.debian.org?subject=help> List-Subscribe: <mailto:debian-user-request@lists.debian.org?subject=subscribe> List-Unsubscribe: <mailto:debian-user-request@lists.debian.org?subject=unsubscribe> Precedence: list Resent-Sender: debian-user-request@lists.debian.org Resent-Date: Wed, 1 Aug 2012 14:59:29 +0000 (UTC) 01.08.2012 16:43, Benjamin Martin: > Do you think its worth sending an email (or posting) to OpenSSL to > inform them of the issue? (I guess it could be bug) Though I don't think that people will get hurt if you send a mail to the OpenSSL folks, I'm not sure if you tell them something new. There was a discussion on postfix-users recently because similar problems were observed (interestingly it was about postfix on Ubuntu Oneiric). So you're very likely not the first one who is affected by this problem. -- Regards mks -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: http://lists.debian.org/50194435.1000107@list-post.mks-mail.de |
| All times are GMT. The time now is 06:15 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.