From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-100580-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MpR2T-0007a3-7I for garchives@archives.gentoo.org; Sun, 20 Sep 2009 18:21:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1B16E07D3; Sun, 20 Sep 2009 18:21:31 +0000 (UTC) Received: from mail-bw0-f211.google.com (mail-bw0-f211.google.com [209.85.218.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 68B6EE07D3 for <gentoo-user@lists.gentoo.org>; Sun, 20 Sep 2009 18:21:31 +0000 (UTC) Received: by bwz7 with SMTP id 7so1491172bwz.34 for <gentoo-user@lists.gentoo.org>; Sun, 20 Sep 2009 11:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2CpMgiziI7HUC4dPWe6vBSiELjNEBonsIWC+TftsMCw=; b=efvMa7wL90VSVlDm/ByBWhmHMwGOlH2BakPkJBvwK0UTT3jF46U7IThgR+BLb1fkBN 8Gk7VoPdPX3bTeLmSpZ02FwGeBXakyItUWWMBBWbx+v9l7CIOsjr8BG7/KT0moWYeJU1 NIEelb5wWmSjB3hjWvjo2e9XBkKopgSESwx/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JAOsH+Rj5afVV7xMRqT1dzjuzz0t7UXbkuvkemC1i5qVjL4X5co1hjkTr0Q5az2anU wdzKCz76d2940nvgrrOZr7sSs1HFtv/DlF19oJMOSgEEWR/4uEc4oaM6yBlaqCn8E6Ej BDFa8FoqR1BWU/GLHc/tD5KRjX7KWgPgGeLj8= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.6.9 with SMTP id 9mr836141fax.84.1253470890631; Sun, 20 Sep 2009 11:21:30 -0700 (PDT) In-Reply-To: <20090920153451.GB5807@solfire> References: <20090920153451.GB5807@solfire> Date: Sun, 20 Sep 2009 20:21:30 +0200 Message-ID: <c1c10dab0909201121x2691be81nb99c36651aead366@mail.gmail.com> Subject: Re: [gentoo-user] fcron & fetchmail & procmail and the "why not?" From: Ward Poelmans <wpoely86@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 59708d6a-1158-4dda-b9b9-32a91091b7b7 X-Archives-Hash: f7f3be4a1b6cc4443506def751987bb6 On Sun, Sep 20, 2009 at 17:34, <meino.cramer@gmx.de> wrote: > > When using the line: > > =C2=A0 =C2=A0@ 5 fetchmail -a > > nothing happens: The mail remains on the server and can be downloaded > with > > =C2=A0 =C2=A0fetchmail -a > > from the commandline. > > May be I am a little overhacked today...but what the hack I am doing > wrong here? Are you sure the cron job runs? Check the logs. Or try adding: */5 * * * * fetchmail -a in your cron file. Ward