From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 21:55:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EBE16A429 for ; Wed, 23 Nov 2005 21:55:32 +0000 (GMT) (envelope-from lotto.kim@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FA643D5F for ; Wed, 23 Nov 2005 21:55:28 +0000 (GMT) (envelope-from lotto.kim@gmail.com) Received: by xproxy.gmail.com with SMTP id i26so1317508wxd for ; Wed, 23 Nov 2005 13:55:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bRtsFIGal8Bhxq4DIoprn550nIg18q67DDXZ1dhYjc0lKG0kuXXIuLaDBfFdZrV2rCV76slA73D4mMiA6lFbwQ0Qi45Coy2GAIKKsq+hcGfabLs7onoDcnIrmhC6BwK/UPBtppWGCI+PUG2LaGt4JDEk1Vl//z2QnR+rinDc99k= Received: by 10.64.251.9 with SMTP id y9mr6355274qbh; Wed, 23 Nov 2005 13:55:22 -0800 (PST) Received: by 10.65.254.6 with HTTP; Wed, 23 Nov 2005 13:55:22 -0800 (PST) Message-ID: <45680d1e0511231355x61d96f64v5fca9f431d59ded3@mail.gmail.com> Date: Wed, 23 Nov 2005 22:55:22 +0100 From: Kim johansen To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: php mail() 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: Wed, 23 Nov 2005 21:55:33 -0000 I cant get the mail function in php to work. If i try to run a script with the mail() function, the script is just sleeping, doing nothing. Have enabled debug in php, but dont got any errors. sendmail works fine if i use it from commandline. what could be wrong? -- Kim