From owner-freebsd-questions@FreeBSD.ORG Tue Sep 10 04:44:10 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3872049E for ; Tue, 10 Sep 2013 04:44:10 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0E1E2923 for ; Tue, 10 Sep 2013 04:44:09 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id j15so131364qaq.11 for ; Mon, 09 Sep 2013 21:44:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=h44vkYFGb+4yATUKpEP22/q3xA7FW5A/aOlVB9sAwHA=; b=fuOXUHv+d04egUsc/UEiAQfszLxyttZFUTXhQ20XljBIQHNVcuALE322pzAXYRsZp9 eaxBSvC8vuKBtRTg0+EEsZmaaOMeOaJAN6ImSxxPUhqZ316MMKJLVKcH/vamqWMEx/M5 NfJoHxhvykEjPTUvBx7WjDHewjpNta8UgSKzH6aiVuMWklqoY2so+aDyX6OAria9gV/P 7ucHJCLxahKC32BzNzBLP1qXUV0/F0LTaWSOWx23CBKsS0qC0AqwMrenWCZdFRgx82tY KbvOv05sDXIljahajoGaAhMXRUu313Of9+11fLilqpyOyYuKAebKKWlUBDvfqY+QL5hs W+7A== MIME-Version: 1.0 X-Received: by 10.224.45.69 with SMTP id d5mr5675265qaf.34.1378788249106; Mon, 09 Sep 2013 21:44:09 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.49.75.8 with HTTP; Mon, 9 Sep 2013 21:44:09 -0700 (PDT) Date: Tue, 10 Sep 2013 11:44:09 +0700 X-Google-Sender-Auth: MAurd2DCepaEUK5_wKcXfOmMj9E Message-ID: Subject: lpd(8) sending email to the wrong address From: Olivier Nicole To: "questions@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 04:44:10 -0000 Hi, My printing system is archaic, based on lpr(8), but it works fine for centralizing printing from Windows (with Samba), Mac and Linux clients. Plus it includes a printing quota system, so I am reluctant to change. When a print job is failing, lpr will try to send a warning email to user@client but that e,ail address does not exist; is there a way to send email at user@default.domain instead? Best regards, Olivier