Re: Email problem

2008-04-06 Thread Ruel Luchavez
Thanks for your replyy guys... I just solve it already.. best regards On Fri, Apr 4, 2008 at 1:54 PM, Jonathan Chen <[EMAIL PROTECTED]> wrote: > On Fri, Apr 04, 2008 at 01:33:48PM +0800, Ruel Luchavez wrote: > > Hi.. > > > > I am having trouble in my email server I spend many hours but i ca

Re: Email problem

2008-04-04 Thread Giorgos Keramidas
On Fri, 4 Apr 2008 13:33:48 +0800, "Ruel Luchavez" <[EMAIL PROTECTED]> wrote: > Hi.. > I am having trouble in my email server I spend many hours but i cant fix it, > hopeu can help me guys We can probably help you, but there isn't sufficient information in your description to do that :( > One of

Re: Email problem

2008-04-04 Thread Pollywog
On Friday 04 April 2008 05:33:48 Ruel Luchavez wrote: > Hi.. > > I am having trouble in my email server I spend many hours but i cant fix > it, hopeu can help me guys > One of the account i created cant send email in any email address like > gmail.com I created it the same settings > with my other

Re: Email problem

2008-04-04 Thread Mike Clarke
On Friday 04 April 2008, Jonathan Chen wrote: > On Fri, Apr 04, 2008 at 01:33:48PM +0800, Ruel Luchavez wrote: > > Hi.. > > > > I am having trouble in my email server I spend many hours but i > > cant fix it, hopeu can help me guys > > One of the account i created cant send email in any email addr

Re: Email problem

2008-04-04 Thread Jonathan Chen
[Please do not remove Cc: freebsd-questions] On Fri, Apr 04, 2008 at 02:19:32PM +0800, Ruel Luchavez wrote: > I'm using the Mozilla Thunderbird, same setting i did to the other users > it always complain : > > An error occurred while trying to send email. The mail server responded: > 5.7.1 <[EMAI

Re: Email problem

2008-04-03 Thread Jonathan Chen
On Fri, Apr 04, 2008 at 01:33:48PM +0800, Ruel Luchavez wrote: > Hi.. > > I am having trouble in my email server I spend many hours but i cant fix it, > hopeu can help me guys > One of the account i created cant send email in any email address like > gmail.com I created it the same settings > with

Email problem

2008-04-03 Thread Ruel Luchavez
Hi.. I am having trouble in my email server I spend many hours but i cant fix it, hopeu can help me guys One of the account i created cant send email in any email address like gmail.com I created it the same settings with my other account but it doesnt work...is ther a problem on my sever on this?

Re: Email problem

2003-12-16 Thread Micheal Patterson
- Original Message - From: "samy lancher" <[EMAIL PROTECTED]> To: "Micheal Patterson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 11:57 AM Subject: Re: Email problem > hello steve, > httpd belongs to user:

Re: Email problem

2003-12-16 Thread samy lancher
AIL PROTECTED]> wrote: - Original Message - From: "samy lancher" To: Sent: Monday, December 15, 2003 2:03 PM Subject: Email problem > Hello all, > I have 4.5 freebsd server with apache, php and mysql. i wrote a simple php program using mail(). The mail() function re

Re: Email problem

2003-12-16 Thread Micheal Patterson
- Original Message - From: "samy lancher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 2:03 PM Subject: Email problem > Hello all, > I have 4.5 freebsd server with apache, php and mysql. i wrote a simple php program using

Re: Email problem

2003-12-15 Thread samy lancher
Hello martin, i added www to smmsp group (smmsp:*:25:www). But still im having the same problem, this time i get different error message in log file. server sendmail[303]:NOQUEUE:SYSERR(www): can not write to queue directory /var/spool/clientmqueue ( RunAsGid = 80), required=25) : Permission

Re: Email problem

2003-12-15 Thread Martin Hudec
Hi, so its drwxrwx--- for smmsp/smmsp that means that only user smmsp (first rwx) and group smmsp (second rwx) are able to get inside. Either edit /etc/groups file and add your webserver user (most likely that www user) to that group, or set chmod 775 (to be able to browse that directory by ot

Re: Email problem

2003-12-15 Thread samy lancher
Josh Paetzel <[EMAIL PROTECTED]> wrote: On Mon, Dec 15, 2003 at 12:03:23PM -0800, samy lancher wrote: > Hello all, > I have 4.5 freebsd server with apache, php and mysql. i wrote a simple php program > using mail(). The mail() function returns true without any error. but the problem is > the em

Re: Email problem

2003-12-15 Thread Josh Paetzel
On Mon, Dec 15, 2003 at 12:03:23PM -0800, samy lancher wrote: > Hello all, > I have 4.5 freebsd server with apache, php and mysql. i wrote a simple php program > using mail(). The mail() function returns true without any error. but the problem is > the email is never delivered. I viewed the log f

Re: Email problem

2003-12-15 Thread Martin Hudec
Hi, it looks like your user (owner of Apache/php processes, most likely www) is unable to change directory to that /var/spool/clientmqueue. Checkout directory/file permissions for that directory. On Monday 15 December 2003 21:03, samy lancher wrote: > Server sendmail[351]:NOQUEUE:SYSERR(www):ca

Email problem

2003-12-15 Thread samy lancher
Hello all, I have 4.5 freebsd server with apache, php and mysql. i wrote a simple php program using mail(). The mail() function returns true without any error. but the problem is the email is never delivered. I viewed the log file for mail(/var/log/maillog) and i saw the following error: Serve