From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB62A1581FB for ; Tue, 27 Aug 2024 20:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E53762BC023; Tue, 27 Aug 2024 20:15:01 +0000 (UTC) Received: from rauni.kotiaho.net (rauni.kotiaho.net [IPv6:2a03:4000:5a:d2a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F3BF2BC013 for ; Tue, 27 Aug 2024 20:15:01 +0000 (UTC) Received: from [IPV6:2001:2042:fe05:9400:2713:231c:fd7c:5488] (unknown [IPv6:2001:2042:fe05:9400:2713:231c:fd7c:5488]) by rauni.kotiaho.net (Postfix) with ESMTPSA id DC6CB158527E for ; Tue, 27 Aug 2024 20:14:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kotiaho.net; s=2024; t=1724789698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YkAavPVTm4wJVr76uIWNj23VJGR2/+lUuaUCp/7NgYM=; b=WiyvFo1q5D6B1xmO2kmOL0TB12woI0aPfwdsqFigvScrWD8ErWZ9WVsbqyuyoowt1IJ+M5 XtMMp/Mf+GunHi2v69XvlFxmz0kyZuK78PUN9fp+2rnzDynjrxsKe0OKf/nRHwIgnUUezH 47yZZIzAlsLDWU1k5QN4WLdWIgT3qqtcmc+cEeOqTMMU8hkCXKAd7W60lbzM8W8m9jFk4s fql0VlBSVUNS5RVZL+8vI+V4TrXwsA/xO1UqQwLC/+A9Tu02HTte2ENpDsrWKIccVe/9vD 4aS7EFuJADlnLqhXlhMfB3RjZqLe8HM6PVMCu/3usMOM6MsoGii+tBfL/i6cNw== Authentication-Results: ORIGINATING; auth=pass smtp.auth=gentoo@kotiaho.net smtp.mailfrom=gentoo@kotiaho.net Message-ID: <1ba8230e-b734-4e44-b105-d9e5353939d4@kotiaho.net> Date: Tue, 27 Aug 2024 22:14:56 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [gentoo-user] /etc/crontab - sending notification to a different user To: gentoo-user@lists.gentoo.org References: <20240827070526.EGroupware._iUjF_mg2B3oYRsy2475Vye@_> From: "J. Aho" Content-Language: en-US-large In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 28551f25-eba8-433a-ba21-d8750ffcaac9 X-Archives-Hash: f6a46aecddfd0b92a3f8eeb006fb6808 On 27/08/2024 19.09, syscon edm wrote: > That is not it. > > I changed in /etc/crontab > MAILTO=syscon8@gmail.com > > restart cronie but system is still emailing it to root@gmail.com > What job is run? Some jobs has their own configuration to where the mail is sent. You could give an example... -- //Aho