[SM-USERS] failed to open config.php - cannot log in to Squirrelmail

2012-01-10 Thread hstoellinger

I ran conf.pl so as to activate an administrator user. Now I cannot log into
Squirrelmail anymore.  Neither can I access 
http://my-squirrelmail-location/src/configtest.php. I am "told" that I have
no permission to do so. I am sure I messed up something, but - what? Any
idea.
The message I get when trying to log into Squirrelmail (from syslog) is:
Jan  2 22:03:53  apache2: PHP Fatal error:  require_once() [
function.require function.require ]: Failed opening required
'../config/config.php' (include_path='.:/usr/share/php:/usr/share/pear') in
/usr/share/squirrelmail/functions/global.php on line 114

-- 
View this message in context: 
http://old.nabble.com/failed-to-open-config.php---cannot-log-in-to-Squirrelmail-tp33068304p33068304.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] [SOLVED] failed to open config.php - cannot log in to Squirrelmail

2012-01-10 Thread hstoellinger

I changed the access rights of config.php to 666 and things work now.


hstoellinger wrote:
> 
> I ran conf.pl so as to activate an administrator user. Now I cannot log
> into Squirrelmail anymore.  Neither can I access 
> http://my-squirrelmail-location/src/configtest.php. I am "told" that I
> have no permission to do so. I am sure I messed up something, but - what?
> Any idea.
> The message I get when trying to log into Squirrelmail (from syslog) is:
> Jan  2 22:03:53  apache2: PHP Fatal error:  require_once() [
> function.require function.require ]: Failed opening required
> '../config/config.php' (include_path='.:/usr/share/php:/usr/share/pear')
> in /usr/share/squirrelmail/functions/global.php on line 114
> 
> Further to the above...
> line 114: require_once(SM_PATH . 'config/config.php');
> file config.php in my case is located (Debian Squeeze) in
> /etc/squirrelmail (directly). There is no subdirectory "config". This is
> pointed to from /usr/share/squirrelmail by way of a symbolic link. 
> Could anybody help? This is URGENT!
> Regards H. Stoellinger
> 
> 

-- 
View this message in context: 
http://old.nabble.com/failed-to-open-config.php---cannot-log-in-to-Squirrelmail-tp33068304p33077514.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] failed to open config.php - cannot log in to Squirrelmail

2012-01-10 Thread hstoellinger



hstoellinger wrote:
> 
> I ran conf.pl so as to activate an administrator user. Now I cannot log
> into Squirrelmail anymore.  Neither can I access 
> http://my-squirrelmail-location/src/configtest.php. I am "told" that I
> have no permission to do so. I am sure I messed up something, but - what?
> Any idea.
> The message I get when trying to log into Squirrelmail (from syslog) is:
> Jan  2 22:03:53  apache2: PHP Fatal error:  require_once() [
> function.require function.require ]: Failed opening required
> '../config/config.php' (include_path='.:/usr/share/php:/usr/share/pear')
> in /usr/share/squirrelmail/functions/global.php on line 114
> 
> Further to the above...
> line 114: require_once(SM_PATH . 'config/config.php');
> file config.php in my case is located (Debian Squeeze) in
> /etc/squirrelmail (directly). There is no subdirectory "config". This is
> pointed to from /usr/share/squirrelmail by way of a symbolic link. 
> Could anybody help? This is URGENT!
> Regards H. Stoellinger
> 
> 

-- 
View this message in context: 
http://old.nabble.com/failed-to-open-config.php---cannot-log-in-to-Squirrelmail-tp33068304p33077498.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] [SOLVED] failed to open config.php - cannot log in to Squirrelmail

2012-01-10 Thread Paul Lesniewski
On Wed, Jan 4, 2012 at 12:21 AM, hstoellinger  wrote:
> I changed the access rights of config.php to 666 and things work now.

Bad Idea.

> hstoellinger wrote:
> I ran conf.pl so as to activate an administrator user. Now I cannot log into
> Squirrelmail anymore. Neither can I access
> http://my-squirrelmail-location/src/configtest.php. I am "told" that I have
> no permission to do so. I am sure I messed up something, but - what? Any
> idea. The message I get when trying to log into Squirrelmail (from syslog)
> is: Jan 2 22:03:53  apache2: PHP Fatal error: require_once()
> [function.require]: Failed opening required '../config/config.php'
> (include_path='.:/usr/share/php:/usr/share/pear') in
> /usr/share/squirrelmail/functions/global.php on line 114 Further to the
> above... line 114: require_once(SM_PATH . 'config/config.php'); file
> config.php in my case is located (Debian Squeeze) in /etc/squirrelmail
> (directly). There is no subdirectory "config". This is pointed to from
> /usr/share/squirrelmail by way of a symbolic link. Could anybody help? This
> is URGENT! Regards H. Stoellinger


-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] How do I retract an email?

2012-01-10 Thread melanie
I sent out an email in error and I need to retract it asap.  Please help.

Thanks!

Melanie


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] How do I retract an email?

2012-01-10 Thread gerry lowry +1 705 250-0112 alliston ontario canada
Sadly ... once the e-mail has been sent, it's too late.

-- From: mela...@gametimeyouthsports.com 
[mailto:mela...@gametimeyouthsports.com] 
Sent: 2012 January 10 Tuesday 12:20  To: 
squirrelmail-users@lists.sourceforge.net
Subject: [SM-USERS] How do I retract an email?

I sent out an email in error and I need to retract it asap.  Please help.

Thanks!

Melanie 


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users