From owner-freebsd-questions@FreeBSD.ORG Mon Sep 7 19:49:46 2009 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 4512F1065679 for ; Mon, 7 Sep 2009 19:49:46 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0D87E8FC1D for ; Mon, 7 Sep 2009 19:49:46 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 3A5A634D442; Mon, 7 Sep 2009 20:49:42 +0100 (BST) From: David Southwell Organization: Voice & Vision To: freebsd-questions@freebsd.org Date: Mon, 7 Sep 2009 20:49:42 +0100 User-Agent: KMail/1.12.1 (FreeBSD/7.2-RELEASE-p3; KDE/4.3.1; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200909072049.42122.david@vizion2000.net> Subject: "turn authentication on" -- a simple how to please!! 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: Mon, 07 Sep 2009 19:49:46 -0000 My mailserver uses postfix and has a number of virtual domains. I am getting the following difficulties on delivery of legitimate emails to remote addresses failing with a request to tun authentication on. I am comparatively new to managing mailservers. Could someone please tell me what I need to do. My searches on google seem to give me long explanations of what is meant to happen but I cannot find simple instructions on how to fulfill the requirements!! dns1# fgrep abc /var/log/maillog Sep 7 17:01:59 dns1 postfix/smtp[86489]: 179BE34D41D: to=, relay=mail.abc.org.uk[xxx.xxx.xxx.xxx]:25, delay=2.2, delays=2/0/0.15/0.03, dsn=5.0.0, status=bounced (host mail.abc.org.uk[xxx.xxx.xxx.xxx] said: 550 Please turn authentication on (in reply to RCPT TO command)) dns1# Thanks in advance david