From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 15:55:05 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 691B41065677 for ; Sun, 10 Aug 2008 15:55:05 +0000 (UTC) (envelope-from freebsd@assetburned.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7ED8FC08 for ; Sun, 10 Aug 2008 15:55:04 +0000 (UTC) (envelope-from freebsd@assetburned.de) Received: from mail-in-18-z2.arcor-online.net (mail-in-18-z2.arcor-online.net [151.189.8.35]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id C51442E29C7 for ; Sun, 10 Aug 2008 17:20:35 +0200 (CEST) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-18-z2.arcor-online.net (Postfix) with ESMTP id A957E510041 for ; Sun, 10 Aug 2008 17:20:35 +0200 (CEST) Received: from Fleas-MacBook.home (host86-151-63-175.range86-151.btcentralplus.com [86.151.63.175]) (Authenticated sender: florian.hannemann@arcor.de) by mail-in-09.arcor-online.net (Postfix) with ESMTP id B90F737A451 for ; Sun, 10 Aug 2008 17:20:25 +0200 (CEST) Message-Id: <36770826-27C1-4806-8355-D07758613B39@assetburned.de> From: assetburned To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Sun, 10 Aug 2008 16:20:24 +0100 X-Mailer: Apple Mail (2.926) X-Virus-Scanned: ClamAV 0.93.3/7999/Sun Aug 10 13:05:47 2008 on mail-in-09.arcor-online.net X-Virus-Status: Clean Subject: how to let MPD check the password against POP3, IMAP or WWW? 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: Sun, 10 Aug 2008 15:55:05 -0000 Hi I have a MPD VPN server and another machine which runs WWW, IMAP and POP3 services. I know that I could check if a password is valid e.g. by writing a script which calls a Lynx command. But how can I forward the password from MPD to that script? And I also think that the password has to be unencrypted for the lynx command, so how can I manage that? CU AssetBurned