From owner-freebsd-questions@FreeBSD.ORG Sat Jul 26 12:45:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284531065671 for ; Sat, 26 Jul 2008 12:45:33 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id C20F18FC0C for ; Sat, 26 Jul 2008 12:45:32 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1778369tid.3 for ; Sat, 26 Jul 2008 05:45:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=79B7ZG7v6llZenJLyBhVaqRtfC4jv6AvFaBr46cUUEo=; b=TIf3kjkNLiVtw8rpJnwpeut8r72+at6ltRnHabLA43IX3HLWuXMICvA/gQT5eJK4EI IjRyVrq+AsfyLg+WLo44LALYoqwlq0XmPdl6KsypkPkgz8Bdc3u60hPAiGhzJYGxH2q+ yW7dvVBLg9oW/bXRal+n7W1Bm1n102v6h0zB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=cjpozEhB4Hz16kdrcChyafSVQpQETBm2ceIu9iueNr91XDPCJ2qpug+k3nw19dJvup nM8v0LPpPfXAxkNlYHn31oIKZKs7wjooi2EgGMwgLlnt8b8yy4cuWrBain0hBG7LIQYl MU/VgX4PgzEmM/FdqxqClXfTU34K/0iP6AxD0= Received: by 10.110.57.6 with SMTP id f6mr3178155tia.35.1217074694839; Sat, 26 Jul 2008 05:18:14 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Sat, 26 Jul 2008 05:18:14 -0700 (PDT) Message-ID: <81a9e3840807260518t5379f40ble7a7f696cd7c1389@mail.gmail.com> Date: Sat, 26 Jul 2008 20:18:14 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Yavuz Maslak" In-Reply-To: <002c01c8eead$d08d4050$dc96eed5@ihlasnetym> MIME-Version: 1.0 References: <002c01c8eead$d08d4050$dc96eed5@ihlasnetym> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: crontab mails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2008 12:45:33 -0000 Hi Yavuz, It's easy to tell crontab stop sending mail to you by disable sendmail in /etc/rc.conf %> echo "sendmail_enable=\"NO\"" man rc.conf for more information :-) or set the variable MAILTO null on corntab MAILTO="" Regards, jyuny1 2008/7/26 Yavuz Maslak > Hello > > On freebsd7.0, my crontab sends many mails about its jobs. > > I want crontab not to send these mails > > How can I do that ? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >