From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 11:55:09 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 26B6F1065674 for ; Thu, 24 Jul 2008 11:55:09 +0000 (UTC) (envelope-from zajoho@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.183]) by mx1.freebsd.org (Postfix) with ESMTP id D636F8FC20 for ; Thu, 24 Jul 2008 11:55:02 +0000 (UTC) (envelope-from zajoho@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so2703008ika.3 for ; Thu, 24 Jul 2008 04:54:59 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Gxkb34sAyxFmZ4ZcR4IhIGcHR2K9ioqT8/M2bfR1lCs=; b=L5yb3KQTgXAsOYVNsk5KcaHppZnuPD5R5WYhpcGLDMJ7MqfCVm0P7zVja3IRZUnxP0 ckwRdqVZg+ROfinO8tMnG8xSfrlAt507OZapWk9KrHmZufX2/1BOc6pEU3D/Rxj4kZQA wl1/DzvfSfB9f7m5U4h02iDMe60tHxX2RMo0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=I1pv0bwgTHvMpHd//CZ73aV1id9m5nQofnNQNFkRKz50tkss9fZbwu3nKmRo6YRRi+ KkbYWZiAm3rIL6yOCU/QNxI9hbafHAFJwlubXsRbmXkqtlXjjNN5B+ObAOJQVu2LYiMP m8rmHlHRKzJ44ksBQzWPQkbnOoPbs8nWDk3ZQ= Received: by 10.210.52.9 with SMTP id z9mr222436ebz.12.1216899013071; Thu, 24 Jul 2008 04:30:13 -0700 (PDT) Received: by 10.210.28.10 with HTTP; Thu, 24 Jul 2008 04:30:12 -0700 (PDT) Message-ID: Date: Thu, 24 Jul 2008 13:30:12 +0200 From: "Bruno Joho" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Sendmail local LAN delivery 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: Thu, 24 Jul 2008 11:55:09 -0000 Hi folks we have a inside the Lab (Class B Net, eg: bnet.ourdomain.com) several workstations (eg: host1.intra015.bnet.ourdomain.com) in different Class C Net (eg.intra015.bnet.ourdomain.com). There is a Mail Hub outside the Class B Net which communicates with the Internet and delivers the mails sent by the workstations. All workstations have a "Smarthost" entry in the cf file. Incoming mails are collected by the mailhub, which provides IMAP and POP access for all workstations. No mail coming from the Internet will be delivered directly to the workstations. Everything works fine, exept one (small) problem. How can I configure the sendmal.cf from the local workstations to send the mail addressed to a neighbour workstation (eg. from host1.intra015.bnet.ourdomain.com to host2.intra016.bnet.ourdomain.com) directly. Sending it to the mailhub and then sending it back to the Intranet is no option due to firewall restrictions. I apreciate any help, thanks Bruno