[SM-USERS] Re: change password plugin

2003-01-16 Thread Andrew
Maybe I just don't know how poppassd works, but would something like 
this xinetd configuration work?

service poppassd
{
port= 106
socket_type = stream
protocol= tcp
user= root
server  = /path/to/poppassd
wait= no
only_from   = 127.0.0.1
disable = no
    }

Andrew

Keith Mastin wrote:


I did all of the above (commented out the appropriate entires in the .deny 
and .allow files), restarted xinted. I'm wondering if the xinetd file is 
okay, since I can't telnet into port 106. I have wu-ftp on the same 
machine and it accepts connects okay. I only mention this because it also 
runs through the xinetd super-daemon.

I'm narrowing this down to poppassd rather than the change-password plugin 
(at least for now)




---
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Error starting squirrel mail now that i have upgraded

2003-10-19 Thread Andrew



Fatal error: Failed opening required '../config/config.php' 
(include_path='.:/usr/local/lib/php') in 
/home/httpd/html/webmail/functions/global.php on line 16
 
The line in this global.php file is 
 
require_once(SM_PATH . 
'config/config.php');
 
I had squirrelmail 1.2.7 running fine before 
this
 
Any help as also is greatly 
appreciated
 
Regards
 
Andrew

 


[SM-USERS] Re: Change Password Error

2003-11-21 Thread Andrew
Are you using courier or courier-imap? With courier-imap, you need to 
activate the password changing functionality of the authentication 
modules using thie option --with-authchangepwdir at compile time. Even 
if you do this, I've found that I still have to copy the 
authdaemon.passwd program to the location I specified with the above option.

Which authentication mechanism are you using; userdb, pam, postgresql?

Can you use the authtest program included with courier to change your 
password?

Andrew

Allien Nation wrote:
Hi all,

Im newbie for Squirrelmail. Im doing it in Solaris 9 using
Courier-MTA-0.44.0.
Im configuring Squirrelmail-1.4.2 Change Password plugin using
courierpasswd-0.30. Fyi, Im using Tcpserver to manage it.
Everything seems okay. But when I trying to change password, I got the
error as follows in my log file:
Nov 19 19:48:47 xxx.yyy.zz courierpassd[2883]: [ID 435637 daemon.crit]
authdaemon: failed to execute yes/authdaemon.passwd
Nov 19 19:48:47 xxx.yyy.zz courierpassd[2882]: [ID 253890 auth.error]
failed to change password for user Allien
This error keep appear once I changed password.
I do 'telnet xxx.yyy.zz 106" and the result was as follows:
200 courierpassd v0.30 hello, who are you?
user Allien
200 Your password please.
pass *
200 Your new password please.
newpass ***
500 Server error, password not changed.
Connection to xxx.yyy.zz closed by foreign host.
Anyone has fixed this before? or any idea or URL to solve this?
Thanks.
Regards,
Allien


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: Change Password Error

2003-11-22 Thread Andrew
If you can't change passwords using authtest, then that means the 
problem is with courier's configuration. This isn't a squirrelmail or 
courierpassd problem.

If you didn't specify a location for the authdaemon.passwd program at 
compile time, I'd go looking in the config.log file in the courier 
source tree to determine where courier expects to find it. On my system, 
it resides in /usr/local/libexec/courier-imap/authlib. This is where all 
the other authdaemon* programs live as well. I'm using FreeBSD 4.8 and I 
installed courier-imap from the ports tree so my system might differ 
from yours in where it puts things.

I use userdb authentication myself and it works fine for me.

I don't know if it will be any help, but you can check out my web site 
which describes my mail system (including my courier and squirrelmail 
setups) in some detail. Go to http://www.arda.homeunix.net/mailsetup.shtml.

Andrew

Allien Nation wrote:
Andrew,

Im using Courier, Courier-MTA-0.44.0 which I specify in the mail earlier.
It is okay by default right? So where should I copy the authdaemon.passwd
to? The erros shwon seems like it reading the wrong directory is it? But I
check the authdaemon.passwd in the error directory, the file is there.
Im using plain userdb for authentication.

I apply the authtest, as follows:
# ./authtest USER PASSWD
Authenticated: module authdaemon
Home directory: /home/mail
UID/GID: 501/502
Maildir: /home/mail/USER
AUTHADDR=USER
AUTHFULLNAME=
# ./authtest USER PASSWD NEWPASSWD
Authentication FAILED!
Any idea? Thanks.

Regards,
Allien


Are you using courier or courier-imap? With courier-imap, you need to
activate the password changing functionality of the authentication
modules using thie option --with-authchangepwdir at compile time. Even
if you do this, I've found that I still have to copy the
authdaemon.passwd program to the location I specified with the above
option.
Which authentication mechanism are you using; userdb, pam, postgresql?

Can you use the authtest program included with courier to change your
password?
Andrew

Allien Nation wrote:

Hi all,

Im newbie for Squirrelmail. Im doing it in Solaris 9 using
Courier-MTA-0.44.0.
Im configuring Squirrelmail-1.4.2 Change Password plugin using
courierpasswd-0.30. Fyi, Im using Tcpserver to manage it.
Everything seems okay. But when I trying to change password, I got the
error as follows in my log file:
Nov 19 19:48:47 xxx.yyy.zz courierpassd[2883]: [ID 435637 daemon.crit]
authdaemon: failed to execute yes/authdaemon.passwd
Nov 19 19:48:47 xxx.yyy.zz courierpassd[2882]: [ID 253890 auth.error]
failed to change password for user Allien
This error keep appear once I changed password.
I do 'telnet xxx.yyy.zz 106" and the result was as follows:
200 courierpassd v0.30 hello, who are you?
user Allien
200 Your password please.
pass *
200 Your new password please.
newpass ***
500 Server error, password not changed.
Connection to xxx.yyy.zz closed by foreign host.
Anyone has fixed this before? or any idea or URL to solve this?
Thanks.
Regards,
Allien


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:
http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info:
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]

[SM-USERS] courier acl based shared folders not showing up

2004-12-27 Thread Andrew
Has anyone on the list tried to use Courier ACL based shared folders 
with SquirrelMail? I've tried and the shared folders don't show up in 
SquirrelMail's Folders page. The shared folders do show up when I try to 
subscribe to them using Mozilla. Even after I subscribe to a shared 
folder using Mozilla, that folder still doesn't appear in SquirrelMail.

File permission based shared folders show up in SquirrelMail just fine. 
It's just the ACL based shared folders that don't seem to be working.

I'm using SquirrelMail 1.4.3a and Courier-IMAP 3.0.8.
Thanks in advance.
Andrew

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: Virtual Domains...

2002-11-23 Thread Andrew
I'm only running a single virtual domain on my mail server but I'm using 
most of the same software as you. Maybe the document I've put together 
will help. Take a look at:

http://www.arda.homeunix.net/mailsetup.shtml

Hope it helps.

Andrew



[EMAIL PROTECTED] wrote:
Sorry for the re-post, however I am still having trouble
getting my second domain working...

System Info:
RH 7.2
Apache 1.3.26
Courier-Imap 1.4.4
php 4.2.3
qmail 1.03
squirrelmail 1.2.7

I have my mail server setup and running great with a single
domain (domain1.com).  I now want to use the same server to
provide email services for another group (domain2.com) in
our office (different users than domain1 users).  I have
searched the web and the support list and just can't put
all of the info. together to get it working.  Can someone
please help by giving me the details to get this working??

Thanks in Advance.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users







---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Threaded Messages

2005-04-13 Thread Andrew Bolander
Hey, just curious.  I have been looking through the plugins and didn't see
anything that covered this.  Has there been any thought to a
plugin/enhancement that would allow you to view message threads in
squirrelmail?  I have several mailing lists that I am now perusing via SM
and would love a threaded feature.

Thanks


-- 
Andrew Bolander


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Threaded Messages

2005-04-13 Thread Andrew Bolander
Thanks,
I don't know how I missed that.
Andrew
Sven Pfeifer wrote:
Hi Andrew,
run conf.pl
4.  General Options
11. Allow server thread sort: true
HTH
Andrew Bolander schrieb:
Hey, just curious.  I have been looking through the plugins and didn't 
see
anything that covered this.  Has there been any thought to a
plugin/enhancement that would allow you to view message threads in
squirrelmail?  I have several mailing lists that I am now perusing via SM
and would love a threaded feature.

Thanks

Cheers
Sven

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Error while sending email

2005-04-14 Thread Andrew Siegler
I have a user that is getting the following error when trying to send an 
email:

*ERROR : Could not append message to INBOX.Sent.*
Server responded: [ALERT] You exceeded your mail quota.
Solution: Remove unneccessary messages from your folder and start with 
your Trash folder.

This user is only using 44% of thier quota, and the messages are 
delivered, it just appears that it is not being written to thier sent box.

In addition to the above error they also recieve this one:
*Warning*: Cannot modify header information - headers already sent by 
(output started at /var/www/html/webmail/functions/page_header.php:29) 
in */var/www/html/webmail/src/compose.php* on line *397

*I'm assuming the two errors are related since this is the only person 
recieving them.

I have checked thier mailbox folders on the server and compared it to 
other users, everything seems the same including ownership and permissions.

I am using vpopmail as the mail server on a server running Fedora Core 1.
Thanks in advance for your help.

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Reply and Delete

2005-06-23 Thread Andrew Ferguson
I searched the archive and this was brought up a few years ago, however
there was no information on whether it had been implemented. Is there an
easy way to implement a "Reply and Delete" feature?

-Andrew




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] HTML emails render as HTML code

2005-07-11 Thread Andrew Stamp
I have a PHP script that generates an HTML email when a user fills out the form on the website. This email is sent to a small group of people, two of whom use SquirrelMail. (I believe I am using PHP version 4.3.9). If I do not include the Mime-Version in the HTML, those who use Outlook can view the HTML, but the SquirrelMail users can't. If I set the Mime-Version to 1.0 then the SquirrelMail users can see plain text, but the Outlook users get HTML code. Is there any way to make it work for everyone?
Thanks.

Andrew Stamp
Leading Edge Auto Refinishes 
1444 West Tenth Place
Tempe AZ 85281
480-966-8819

This email and any attached files transmitted herein may contain confidential and/or proprietary material, and in any event is the sole property of Leading Edge Auto Refinishes, Inc. and is intended only for the person or entity to which it is addressed. If you are not the intended recipient, or responsible for delivering this communication to the intended recipient, please notify the sender immediately and delete it from your mailbox or any other storage mechanism. Unless you are the intended recipient or his/her representative you are not authorized to, and must not, read, copy, distribute, use or retain this message or any part of it. Any review, retransmission, dissemination and other use of this information by persons or entities other than the intended recipient is prohibited. Leading Edge specifically reserves all rights with respect to the content of this email and any attached files. This communication, and any attachments, shall not constitute an acceptance by Leading Edge of any contractual or other legal obligation. Statements and opinions expressed in this email and any attached files may not represent those of Leading Edge. Leading Edge cannot accept liability for any statements made which are the sender's own and not expressly made on behalf of Leading Edge.

[SM-USERS] Bug Report

2005-10-05 Thread Andrew Barnes
I subscribe to the squirrelmail-users mailing list.
  [X]  False - Please CC me when replying

This bug occurs when I ...
  ... try to do/view/use 

(a) View an image and then
(b) try to return to the message text


The description of the bug:

Fatal error: Call to a member function on a non-object in
/path/to/squirrelmail-1.4.5/src/read_body.php on line 43

I can reproduce the bug by:
(a) emailing myself an image (jpg)
(b) select the "view" link of the image to view within browser
(c) select "View Message" from the top to return to the message body

--

My browser information:
  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)

My web server information:
  PHP Version 4.4.0
  PHP Extensions (List)
* 0 = standard
* 1 = apache
* 2 = zip
* 3 = imagick
* 4 = mbstring
* 5 = ctype
* 6 = overload
* 7 = posix
* 8 = gettext
* 9 = calendar
* 10 = pcre
* 11 = xml
* 12 = session
* 13 = openssl
* 14 = mhash
* 15 = zlib
* 16 = mysql
* 17 = mcrypt
* 18 = iconv
* 19 = tokenizer
* 20 = bz2
* 21 = gd

SquirrelMail-specific information:
  Version:  1.4.5
  Plugins (List)
* 0 = translate
* 1 = squirrelspell
* 2 = spamcop
* 3 = filters
* 4 = calendar
* 5 = abook_take
* 6 = fortune
* 7 = administrator
* 8 = newmail
* 9 = bug_report
* 10 = sent_subfolders
* 11 = mail_fetch
* 12 = listcommands
* 13 = message_details
* 14 = delete_move_next
* 15 = compatibility
* 16 = avelsieve
* 17 = username
* 18 = chg_sasl_passwd
* 19 = abook_import_export
* 20 = folder_sizes
* 21 = pupdate
* 22 = quota_usage
* 23 = select_range
* 24 = timeout_user
* 25 = quicksave

My IMAP server information:
  Server type:  other
  Server info:  * OK [HIDDEN] Cyrus IMAP4 v2.2.12 server ready
  Capabilities:  IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND
BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE
STARTTLS AUTH=NTLM AUTH=DIGEST-MD5 AUTH=CRAM-MD5 SASL-IR

-- 
Andrew Barnes
Computer Systems Consultant

Mobile: 086 3803633| Intl Mobile: +353 86 3803633
Email:  [EMAIL PROTECTED]
SIP:[EMAIL PROTECTED]
Web:http://www.andrew.mosina.com.au
PGP Fingerprint: 2C8E E948 C62D 8C2C 48E3 0925 6ED3 78AA 5B17 6E26



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Bug Report

2005-10-05 Thread Andrew Barnes

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hiya,

Thanks for the quick reply - sorry about that

Andrew

- --
Andrew Barnes
Computer Systems Consultant

Mobile: 086 3803633| Intl Mobile: +353 86 3803633
Email:  [EMAIL PROTECTED]
SIP:[EMAIL PROTECTED]
Web:http://www.andrew.mosina.com.au
PGP Fingerprint: 2C8E E948 C62D 8C2C 48E3 0925 6ED3 78AA 5B17 6E26

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQ0Ph227TeKpbF24mEQJnQgCg0aIV8JHWgF6pzzRLwraXENlq310AoM0I
mwN0tBpZ7JDJYgHILKrycDUF
=fqZq
-END PGP SIGNATURE-




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Squirrel Mail

2005-11-29 Thread Andrew Chan
Hi,

I have been recieving multiple junk mails every day starting 2-3 weeks
ago, this didn't happen before. I haven't joined any sorts of mailing list
under this email address and I have been using this email address solely
with my private clients. Can you advice what can I do to stop the junk
mails?

Thank you very much.

Sincerely
andrew chan



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] unable to pull up sqirrelmail

2007-04-18 Thread Andrew Garrity

I was trying to access squirrelmail as usual and all of the sudden it won't
pull up.  the service is running on my server and the server is running
fine...what should I do?

--
Sincerely,

Andrew Garrity
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] Copying the Address Book

2007-06-21 Thread Andrew Reed
Hello all I am setting up a new mail server and I would like to shut down
the old domain and transfer all of my clients address books over to the
new domain.  How would I do this through the command line.  I am not very
good with the command line so if someone could give me the lines to input
that would be great or if they could give me a link to a website that
would tell me how to copy the address book that would be awesome.

Thanks

Andrew


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] IMAP Error

2007-07-25 Thread Andrew Reed

Having problems with my IMAP service I get this error when I go to the
long in screen any suggestions?

Error Connecting to IMAP server: tls://localhost
13: Permission Denied

Andrew Reed
Computer and Information Systems Technologist





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Pluggin Change_Passwd

2007-08-31 Thread Andrew Reed
Trying to get this pluggin working on our system.  i follow through all
the steps that the install file says to go through and also go through all
of the help which is in the README file and I can still not get this thing
working.  It brings down all my pluggins.  When it is activated I will
click on Options and there will be nothing there.  Any suggestions as to
why this is happening?


Andrew Reed
Computer and Information Systems Technologist

--

The early bird gets the worm but the second mouse gets the cheese.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Can not email out

2007-09-17 Thread Andrew Reed


 We have just noticed this problem yesterday. All of the emails which have been 
sent out of our Squirrelmail Server have not gone out.  They are within the 
Sent folder but the user who we are sending them to does not receive them.  We 
have not been black listed by any spamming services, our internet provider says 
that there is nothing wrong on there end.  We have stopped and started our 
qmail service.  Check our IP addresses our DHCP everything that we could think 
of.  Spent all morning looking on the internet for reasons why this could be 
happening.  Does anyone have any suggestions.

Andrew Reed

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] Is it possible to access local directories?

2007-10-31 Thread Andrew Sarangan

I just installed squirrelmail on my linux box. I can view all the
folders on the IMAP server and send email, so everything is good so
far. However, I haven't found a way to create local folders (where a
local folder would reside on the web server such as /home/mydir). This
would allow me to archive email from the IMAP server which has limited
disk space, to my web server which has virtually unlimited disk space.
In addition, I also have a lot of previously archived emails (from
thunderbird) which I would like to access via squirrelmail web
interface. Any suggestions would be appreciated. 

Thank you







-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Failed SQL query for mailbox list 90% of the time

2003-01-18 Thread Andrew Elliston
I hope that someone at least recognizes what might be going on here.

Recently, SquirrelMail 1.2.10 began slowing down fairly dramatically for
me. Around the same time, I began to get a SQL error instead of the
contents of the left frame (folder list).

Sometimes, the error is as follows:
ERROR : Bad or malformed request.
Query:
Server responded: Bogus sequence in FETCH

Most of the time, it is this:
ERROR : Could not complete request.
Query:STATUS "EXISTS" (UNSEEN)
Reason Given: STATUS failed: Can't get status of mailbox EXISTS: no such
mailbox

And about 5% of the time, the folder list displays as it should.

I can't figure out what could be causing this. It almost seems as if SM is
trying to check on a mailbox named "EXISTS", but I never created such a
mailbox. I've tried grepping through the SM code for anything related to
this, but I haven't run across anything.

As I have not seen this mentioned in any of the mailing list archives, I
fear that it's my own unique problem.

Hoping 1.4.0 is released soon,
Andrew




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Problems sending mail (mail sends, but no confirmation message shown)

2003-02-19 Thread Andrew MacDonald
So I'm just a lowly user of a public access system, but I've discovered a
problem and the sysadmin might be willing to implement the fix if it is
straightforward enough.

The basic problem is this. When one sends a medium or long message (i.e.
hits the send button), the compose page will try to connect to the server
and sit there trying to connect until it times out. The message will not be
successfully saved to the Sent Mail folder, but the message is always
delivered to the addressee successfully. Nor does the message confirmation
notice ever come up. If you try and refresh the folders while the compose
message is still trying to connect, the refresh will time out as well.

However, if it is just a short message (say a few paragraphs), it sends
perfectly; the message saying that the mail has been successfully sent
shows and the message is appropriately saved. There is no problem
refreshing the folder after the message has been sent.

I've tried this on a variety of different browsers (Safari, Chimera,
Mozilla 1.2a - 1.3b, IE for Windows 5 & 6, and IE for Mac 5.1) and
operating systems, all with the same result, so I can only conclude it is a
server configuration problem.

The server is running NetBSD on Alpha, and it is running Squirrelmail
1.2.10, although the problem also existed with SM 1.2.9.

Does anyone have any insight as to what the problem might be? I've searched
through the FAQ's and mailinglist archives with no success, so my apologies
if this is an overly obvious question.





---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Mail is sent, but sending message appears to time out; other problems

2003-02-19 Thread Andrew MacDonald
So I'm just a lowly user of a public access system, but I've discovered a
problem and the sysadmin might be willing to implement the fix if it is
straightforward enough.

The basic problem is this. When one sends a medium or long message (i.e.
hits the send button), the compose page will try to connect to the server
and sit there trying to connect until it times out. The message will not be
successfully saved to the Sent Mail folder, but the message is always
delivered to the addressee successfully. Nor does the message confirmation
notice ever come up. If you try and refresh the folders while the compose
message is still trying to connect, the refresh will time out as well.

However, if it is just a short message (say a few paragraphs), it sends
perfectly; the message saying that the mail has been successfully sent
shows and the message is appropriately saved. There is no problem
refreshing the folder after the message has been sent.

I've tried this on a variety of different browsers (Safari, Chimera,
Mozilla 1.2a - 1.3b, IE for Windows 5 & 6, and IE for Mac 5.1) and
operating systems, all with the same result, so I can only conclude it is a
server configuration problem.

The server is running NetBSD on Alpha, and it is running Squirrelmail
1.2.10, although the problem also existed with SM 1.2.9.

Does anyone have any insight as to what the problem might be? I've searched
through the FAQ's and mailinglist archives with no success, so my apologies
if this is an overly obvious question.





---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



Re: [SM-USERS] Problems sending mail (mail sends, but no confirmation message shown)

2003-02-20 Thread Andrew MacDonald
>   You might want to speak to the sysadmin, and check to see if the "pop
> before smtp" option is set. I've seen a couple of people having issues
> with that on large emails when sending, using UW as an IMAP server.
> That's basically because the POP3 connection acquires a lock on the
> inbox, the send goes ahead, before the POP3 lock is released (OS delays?),
> SquirrelMail attempts to append the file to the sent items. When
> squirrelmail attempts a connection during the first
>   step, the inbox is locked, so it halts the connection, unfortunately
> SquirrelMail doesn't know how to handle that, and just times out.

So if I speak with him, what should I recommend that he change? Disabling pop
before smtp? Is there a valid reason why he might have it configured to do
this? If so, would there be any workarounds?

Thanks for your help Jon, I do very much appreciate it!

/andrew





---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



Re: [SM-USERS] Problems sending mail (mail sends, but no confirmation message shown)

2003-02-20 Thread Andrew MacDonald
> Verify that is it is enabled first. If it isn't, then there is
> something else we need to look for. Yes there is a valid reason for having
> it enabled. The system is designed to allow only people that are
> authenticated to the mail system, to send mail. If you don't
> authenticate via POP3, it won't send your mail. As for a way around, he
> could see if he could set localhost as an excluded host to check.

Hi Jonathan, here's what I heard back from the sysadmin:

>We're not even using SMTP, it just calls sendmail from the command line.
>>
>>
>> > Hi, we're not doing that.. sorry.
>> >
>>
>> Err, you mean you don't have pop before smtp option set? Or something else?
>>
>> Thanks for the fast reply by the way, and I really appreciate everything
>> you've done for us here at SDF.
>>
>> /andrew

It seems that the same problem might be happening that you describe though
right? I'm in a little over my head here, but does any of this make sense?
Thanks again for your prompt replies in sorting this out,

/andrew




---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Cannot use remote server as IMAP server.

2003-03-24 Thread Andrew Kelso

I am using squirrel mail 1.2.10 on red hat 7.3

$domain   = 'telesoft.com';
$imapServerAddress = 'mail.telesoft.com';
$imapPort = 143;

I get the following error when trying to login:

error contacting the mail server

telnet mail.telesoft.com 143

returns :

Trying 140.99.12.3...
Connected to mail.telesoft.com.
Escape character is '^]'.
* OK telesoft.com IMAP4rev1 v12.250 server ready


If i set this server to use localhost as the imapServerAddress it works
fine.  I had an old version of squirrel mail working going to this system
and when I upgraded it seem to stop working...

Thanks in advance to any help.

Andy.  ([EMAIL PROTECTED])













---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Cannot use remote server as IMAP server.

2003-03-25 Thread Andrew Kelso
Thanks!

Setting the imapServerAddress to the ip address fixed it!

Thanks again.

-andrew


> Hello Andrew,
> On Monday, March 24, 2003, Andrew Kelso wrote...
>
>
>> I am using squirrel mail 1.2.10 on red hat 7.3
>
>> $domain   = 'telesoft.com';
>> $imapServerAddress = 'mail.telesoft.com';
>
> [..]
>
>> If i set this server to use localhost as the imapServerAddress it
>> works fine. I had an old version of squirrel mail working going to
>> this system and when I upgraded it seem to stop working...
>
> What happens if you set the address to the IP address of the server? Did
> you make any other upgrades on the server, like PHP? Apache? Bind?
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
>
> ---
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:
> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info:
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users





---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Unable to send mail

2003-04-01 Thread Andrew Simon
I just installed squirrelmail-1.2.10-1.

My setup is:
OS:Red Hat 8.0
MTA: qmail
IMAP: courier-imap

Everything is working. Mail can be sent and received using imap. With
squirrelmail I can receive mail with no problem but I cannot send mail. I
have made most of the suggested changes to the config.php file and still I
can's send mail. Any help would be appreciated.

Thanks



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Unable to send mail-Problem Solved

2003-04-01 Thread Andrew Simon
Changed the useSendmail option in the config.php file to false and was able
to send mail. Thanks for all of the suggestions.

Andrew Simon



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Attachments

2003-06-10 Thread Andrew Boult
We are new to users to SquirrelMail. We have just deployed it over our
school network for students to have web based email.

The only problem that we have is that when someone tries to download an
attachment it won't give us a save as dialog and give us a garbled text file
in the built in text viewer.

Does anybody know how we can possible fix this ?

Cheers 
-
Andrew Boult
Webmaster / Network Administration
SM.I.C. Basketball 
Mount Albert Grammar School

34-40 Alberton Ave 
Mt Albert, Auckland
NEW ZEALAND 
Ph: 8462044 ext 8160
Fax: 8462042
Email: [EMAIL PROTECTED]

Website: http://www.mags.school.nz

**
This message may contain information which is confidential or privileged.
If you are not the intended recipient, please advise the sender immediately
by reply e-mail and delete this message and any attachments
without retaining a copy.

**









---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Can't read some emails

2003-06-15 Thread Andrew Cranson
Hi,

When I go to read some emails in SquirrelMail they show as:

~‚Ëö†tâ³*±ÿaÿþÛ~·ú©Ž™ðãìéÔ

... etc.

They work fine in other email clients so I'm not sure what's up. Any ideas?

SM 1.4.0

Kind Regards,
Andrew Cranson

+ Fast & Reliable Hosting Solutions
+ http://www.coderedinternet.com
+ http://www.hostone.co.uk


---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Shared Calendar and Folder Problems (strange variables)

2003-06-19 Thread Andrew Nelson
Hello,

Running Squirrelmail 1.4.0 on Redhat Linux 8 with php-4.2.2-8.0.7 and apache 
httpd-2.0.40-11.5 (I hope that's enough info)

I have noticed some articles on the shared calendar and people clicking 
options for Calendars and Users and getting no results. I did a little 
research and here is what I found. Although I have no idea how to fix it 
correctly I did write a little fix that makes it work.

For some reason my forms are changing the values of some variables. Here is 
an example:

When you click on Calendars or Users from the Shared Calendar Maintenance 
screen here is what happens... $submit should be "Calendars" or "Users" 
depending on the button pressed. The problem is when you look at the array 
$_POST. On the first load of the page $submit == 
"Calendarssubmit=Calendars". For some reason 'Calendarssubmit=' is getting 
added to the variable string. What even more strange is that if you manually 
set $submit to equal "Calendar" you will get the calendar setup. If you 
submit to add or delete a calendar (now that you can get those options) the 
concatenation does not occur and the variable $submit appears correctly as 
"Calendar". I added the following lines:

if ($submit == "Calendarssubmit=Calendars") {$submit = "Calendars";}
if ($submit == "Userssubmit=Users") {$submit = "Users";}
and now my calendar works flawlessly. I don't think this is the right way to 
fix it.

Now I am noticing a similar thing happening in my folders. I recently added 
a user who created some folders and wants to delete them now. They can't 
delete them because variables are doing the same strange things. If I try to 
unsubscribe from a mailbox here are the variable results:

Array ( [mailbox] => Array ( [0] => Earthlinkmailbox[]=Earthlink ) )

[0] should be equal to 'Earthlink' not 'Earthlinkmailbox[]=Earthlink

What is going on here, can anyone help?

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Login fails with passwords with non-alphanum characters

2003-06-26 Thread Andrew Huntwork
I can log in to my SQ 1.4.0 interface (php 4.2.2, apache 2.0.40) if i 
use an account with a password containing only alphanumeric characters, 
but when i try to login to an account with other characters in the 
password, i get "unknown user or password incorrect".  Is this a known 
problem with 1.4.0?  Is there an easy fix that I could do instead of 
installing a cvs version (which other ml messages seem to indicate would 
fix the problem)?  thanks.

--
"I say to you that the VCR is to the American film
producer and the American public as the Boston
strangler is to the woman home alone."
-Jack Valenti, President, Motion Picture
 Association of America, Inc., before
 The House Subcommittee on Courts, Civil
 Liberties, and The Administration of
 Justice, August, 1982,
 http://cryptome.org/hrcw-hear.htm


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Delete

2003-07-31 Thread Andrew Brook
> verson 1.41
>
> If I have 87 messages, I 'toggle all' and subtract what I want to keep.
> My inbox then is displayed with a bunch of messages...but none of them
> were the ones I wanted.  I then refresh the page and I have the messages I
> want.
>
> Anyone know why this happens?
>

 What is happeneing is that that when you click show_all, the message
cache is enabled. This makes it quicker to display all the messages,
instead of going to the imap server and getting the messages all over
again.

However, that cache is still enabled when you check which ones you want to
delete, and then actually delete them. I've created a fix which in is a
patch that is listed at the end of this email. Let me know if you need
help applying this.

Andy Brook
Iserv/EagleNet Support
616-493-3743

*** ../wee.orig-1.4.0/src/move_messages.php  Fri Apr 18 15:03:12 2003
--- src/move_messages.php   Wed Jul  2 14:59:14 2003
***
*** 220,227 
--- 220,228 
if ($auto_expunge) {
   $cnt = sqimap_mailbox_expunge($imapConnection,
$mailbox, true);
  }
 }
+$location =
str_replace('use_mailbox_cache=1','use_mailbox_cache=0',$location);
  }
  if (isset($attache)) {
$composesession = attachSelectedMessages($msg, $imapConnection);
$location = set_url_var($location, 'session', $composesession,
false);





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] (no subject)

2003-08-04 Thread Andrew Cook
Hi,

I'm a newbie in this list. I have a qmail+SquirrelMail/1.4.0 mailing system 
but it doesn't work fine. I try to send a mail from SquirrelMail, but the 
SquirrelMail makes little changes the recipient field. :((( See this error 
messages below: (I want to send a mail to this address [EMAIL PROTECTED])

Thx for the help!

Cook

<[EMAIL PROTECTED]>:
Sorry, I couldn't find any host named bkik.hulocalhost. (#5.1.2)
--- Below this line is a copy of the message.

Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 13481 invoked by uid 1001); 4 Aug 2003 12:48:31 -
Received: from unknown (HELO www.proaction.hu) (127.0.0.1)
  by localhost with SMTP; 4 Aug 2003 12:48:31 -
Received: from 195.56.125.253 (proxying for unknown)
(SquirrelMail authenticated user [EMAIL PROTECTED])
by www.proaction.hu with HTTP;
Mon, 4 Aug 2003 14:48:31 +0200 (CEST)
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 4 Aug 2003 14:48:31 +0200 (CEST)
Subject: test from squi
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.4.0
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-2
fhgfgh





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] localhost added to recipient field

2003-08-04 Thread Andrew Cook
Hi,

I'm a newbie in this list. I have a qmail+SquirrelMail/1.4.0 mailing system 
but it doesn't work fine. I try to send a mail from SquirrelMail, but the 
SquirrelMail makes little changes the recipient field. :((( See this error 
messages below: (I want to send a mail to this address [EMAIL PROTECTED])

Anyone have a good idea?

Thx for the help!

Cook

<[EMAIL PROTECTED]>:
Sorry, I couldn't find any host named bkik.hulocalhost. (#5.1.2)
--- Below this line is a copy of the message.
Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 13481 invoked by uid 1001); 4 Aug 2003 12:48:31 -
Received: from unknown (HELO www.proaction.hu) (127.0.0.1)
by localhost with SMTP; 4 Aug 2003 12:48:31 -
Received: from 195.56.125.253 (proxying for unknown)
(SquirrelMail authenticated user [EMAIL PROTECTED])
by www.proaction.hu with HTTP;
Mon, 4 Aug 2003 14:48:31 +0200 (CEST)
Message-ID: <1029.195.56.125.253.1060001311.squirrel@/" 
EUDORA="AUTOURL"www.proaction.hu>
Date: Mon, 4 Aug 2003 14:48:31 +0200 (CEST)
Subject: test from squi
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.4.0
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-2
fhgfgh



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Problem with Squirrelmail 1.4.0 and cyrus 2.1.13

2003-08-14 Thread Andrew Farmer
Hi all,

I'm just setting up squirrelmail 1.4.0 and I'm having trouble 
authenticating against our Cyrus (2.1.13) server (RedHat 7.2). The IMAP 
server is set up to use "sasl_mech_list: PLAIN" and I have been able to 
login using various email clients (Outlook Express, Mozilla, Eudora) 
with no problem.

However, when I try to login using Squirrelmail, I get: "Unknown user or 
password incorrect.".

I see no errors in auth.log but I do get the following in my 
/var/log/messages file:

Jul 16 15:34:17 mailhost  imapd[30587]: badlogin: mailhost[127.0.0.1] 
plaintext  invalid user

I'm sorry if this is all basic stuff, I'm new to all this.

Many thanks,

Andy Farmer









---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Compose/Address Book Problem

2003-08-22 Thread Andrew Betson



Im getting this error when i hit compose or address 
book, latest verion os SM and Apache 2 with PHP 5
 
Fatal error: Class 'addressbook_backend' not found 
in /usr/local/www/vhost/mail/functions/abook_local_file.php on line 
24
Any ideas?
 
Andrew


[SM-USERS] Error reading messages without attachments

2004-02-26 Thread Andrew Ulane
I have set up SquirrelMail 1.4.2 on our OS X server 10.2.8. It works fine
with the OS X mail server, but when I try to connect it to our 4D Mail
server, it get some errors
... 

When reading an email without an attachment (with attachment works fine) I
get  : 

ERROR : Could not complete request.
Query: FETCH ## BODY[1]
Reason Given: Internal server error
 
When using the search feature I get :

ERROR : Could not complete request.
Query: SEARCH CHARSET "US-ASCII" ALL FROM {##} MySearchText
Reason Given: Not implemented yet
 

Has anyone successfully configured squirrelmail to work with webstar? I have
used to conf.pl script to modify the squirrelmail settings to get rid of
other errors I encountered, but have not found the right combination for the
above errors. I have also tried removing the user prefs from the ../data/
folder. 

Thanks,

Andy

"Aim at the sun and you may not reach it; but your arrow will fly far higher
than if you had aimed at an object on a level with yourself."
- F. Hawes 





---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Error reading messages without attachments

2004-02-27 Thread Andrew Ulane
That option is already set to False:

SquirrelMail Configuration : Read: config.php (1.4.0)
-
General Options
1.  Default Charset : iso-8859-1
2.  Data Directory  : ../data/
3.  Attachment Directory: $data_dir/
4.  Directory Hash Level: 0
5.  Default Left Size   : 150
6.  Usernames in Lowercase  : false
7.  Allow use of priority   : true
8.  Hide SM attributions: true
9.  Allow use of receipts   : false
10. Allow editing of identity   : true/true
11. Allow server thread sort: true
12. Allow server-side sorting   : false
13. Allow server charset search : false
14. Enable UID support  : false
15. PHP session name: SQMSESSID

I have played with options 11-14 but none seems to get rid of the problem.

Thanks,

Andy


On 2/27/04 4:48, "Alex Lemaresquier" <[EMAIL PROTECTED]> wrote:

> Hello Andrew,
> 
> Andrew Ulane wrote :
>> I have set up SquirrelMail 1.4.2 on our OS X server 10.2.8. It works fine
>> with the OS X mail server, but when I try to connect it to our 4D Mail
>> server, it get some errors
>> When using the search feature I get :
>> ERROR : Could not complete request.
>> Query: SEARCH CHARSET "US-ASCII" ALL FROM {##} MySearchText
>> Reason Given: Not implemented yet
> Try to disable "Allow server charset search" in Options.
> 
> Alex.
> 
> 
> 
> ---
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id56&alloc_id438&op=click
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> 



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Error reading messages without attachments

2004-02-27 Thread Andrew Ulane
Do you mean go into search.php (and related functions) and change the code
related to CHARSET? Do you know which variable(s) to look for? I am new to
PHP, but willing to do some tinkering.

Also, could this CHARSET issue be related the other error I am getting or is
another option being ignored (in read_body.php)?:

ERROR : Could not complete request.
Query: FETCH ## BODY[1]
Reason Given: Internal server error

Thanks,

Andy

On 2/27/04 11:05, "Alex Lemaresquier" <[EMAIL PROTECTED]> wrote:

> Andrew Ulane wrote :
>> That option is already set to False:
>> 1.  Default Charset : iso-8859-1
>> 11. Allow server thread sort: true
> (IMHO thread sort can be disabled, since it probably doesn't support it)
> 
>> 12. Allow server-side sorting   : false
>> 13. Allow server charset search : false
> This imap server seems a bit lame, but it is allowed not to honour the
> [OPTIONAL] CHARSET specification. I don't remember what the old search
> code (< 1.5.0) was doing when Allow server charset search is set to false,
> but the new one (version 1.5.x) will not output the CHARSET specification
> in that case. Maybe you should try this, or edit the 1.4.2 search code and
> change the CHARSET logic.
> 
> Good luck ;)
> Alex.
> 
>>> Andrew Ulane wrote :
>>>> I have set up SquirrelMail 1.4.2 on our OS X server 10.2.8. It works
>>>> fine
>>>> with the OS X mail server, but when I try to connect it to our 4D Mail
>>>> server, it get some errors
>>>> When using the search feature I get :
>>>> ERROR : Could not complete request.
>>>> Query: SEARCH CHARSET "US-ASCII" ALL FROM {##} MySearchText
>>>> Reason Given: Not implemented yet
>>> Try to disable "Allow server charset search" in Options.
> 
> 



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Malformed MIME file per Symantec AntiVirus for SMTP Gateways 3.1

2004-05-18 Thread Andrew Hoog
Messages I am sending via SquirrelMail 1.5.0 on Debian are being dropped
and/or bounced by servers running Symantec AntiVirus for SMTP Gateways
3.1 (and perhaps other versions).  In particular, Symantec complains:

Message could not be scanned completely.,1300=56 - Malformed MIME file

Has anyone else run into this (or a similar) issue?  Any idea how to
work around this?  Thanks...below are the 3 relevant lines from the
Symantec AntiVirus for SMTP Gateways 3.1 software:

20040518,19,1=1,11=66.93.192.201,[EMAIL PROTECTED],23=1078,22=test
,52=M200405181516107,[EMAIL PROTECTED],120=2607706,2=5
20040518,19,1=1,11=66.93.192.201,[EMAIL PROTECTED],23=1078,22=test
,52=M200405181516107,[EMAIL PROTECTED],100=Local processing error
while delivering message.,2=8
20040518,19,[EMAIL PROTECTED],23=1078,52=M200405181516107,22=t
est,[EMAIL PROTECTED],100=Message could not be scanned
completely.,1300=56 - Malformed MIME file.,2=500,121=8

-Andrew


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Issues with sub-folders after migrating

2004-05-21 Thread Andrew Davis
I'm replacing my older server with a new one. I have about 1500 users to 
move over. I'm doing a test now and have moved a single account. The 
backends are the same on both systems: both use cyrus, postfix, 
squirrelmail, etc. The major differences are the old server is RH 7.3 
and the new one is Fedora Core 1 with the latest Cyrus, Postfix, and 
Squirrelmail available.

All is good except for one problem:
If I go to the Squirrelmail interface on the old server and log in as my 
user 'link0001', I see the standard Inbox with the Draft, Sent, and 
Trash folders. Only the Inbox and Sent folders has any content. However, 
I also have about 10 non-stock sub-folders that were added... folder 
like: Personal, Work, etc.

I tar'd everything up on the old server, scp'd it over to the new one, 
and untar'd it. I've confirmed at the filesystem level that sizes and 
permissions are all in sync. However, when I log into Squirrelmail on 
the new server, I *only* see the Inbox, Drafts, Sent, and Trash. I do 
not see any of the other folders that were created (such as Peronal, 
Work, etc). I see them at the filesystem level. And I see their contents 
and that there is mail in them. But I don't see them in Squirrelmail. 
And if I go to Folders, I don't see them as available to subscribe to.

Am I missing something? Is there a *special* way I need to move these 
over or make Squirrelmail see them? For my delimiter (which is a . since 
I have cyrus), I've tried both "detect" and ".", but I get the same 
results. Anyone know how to get around this? I need my users to be able 
to see *all* their mail after I migrate them over.
--
  Andrew Davis
  North County Computers
  http://www.nccomp.com

Email: [EMAIL PROTECTED]
Local: 760-525-4689
Toll Free: 877-735-4689
  http://www.nccomp.com";>North County Computers

---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] application/x-httpd-php

2004-05-23 Thread Andrew Davis
Not sure if you're typing wrong or not, but I see two typo's in your 
email that would cause your problem, so I'd start by checking that.

First you say "appllication/x-httpd-php". There's a double "L".
Then you say "application/x-http-php". You need a "D" after http.
Check your spelling, then test again and repost if needed. Make you 
restart your web server after you make the changes.

AD
Tom Lopolito wrote:
When I attempt to access squirrelmail I get a message that says the 
browser doesn't recognize the appllication/x-httpd-php and wants to know 
what to do. I'm running debian 2.4.21 with apache 1.3. The httpd.conf 
file contains index.php, There is also the AddType 
application/x-http-php line in this file as well as the php-source line.

Tom Lopolito
Parsec Systems LLC
508.297.1021
[EMAIL PROTECTED]
--
  Andrew Davis
  North County Computers
  http://www.nccomp.com
Email: [EMAIL PROTECTED]
Local: 760-525-4689
Toll Free: 877-735-4689
  http://www.nccomp.com";>North County Computers
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] IMAP load balancing

2004-05-28 Thread Andrew Laurence
Hello all,
A question regarding load balancing...
If an IMAP server's DNS is a round-robin to an array of servers, will 
SquirrelMail choose randomly among them?  If not, do any of the 
plugins enforce this behavior?

Thanks,
Andrew
--
Andrew Laurence [EMAIL PROTECTED]
Central Computing & Securityhttp://www.nacs.uci.edu/~atlauren/
Network & Academic Computing Svcs.
UC Irvine
"Perceive the need."
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Newbie: Setup PHP Trouble

2004-07-18 Thread Andrew Hunt
Hello:

I am setting up a new sqmail interface on a FreeBSD server.  IMAP seems to
be working because when I login with a valid user/pass I get sent on to
/src/redirect.php.  I get the invalid user/pass screen when I use a fake
login. The problem is that I get PHP errors on the login screen and
welcome page the read like the following:

Warning: session_start(): open(/tmp/sess_ca53b510beff04bfebc814453f947906,
O_RDWR) failed: No such file or directory (2) in
/htdocs/sq/functions/global.php on line 295

More errors can be seen at http://www.webmail.latituderg.com

I think this is not a complicated problem to correct, I just don't know
enough about SQmail to know where to look.  Thanks in advance.

Andrew
[EMAIL PROTECTED]


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] smtp error - bad dns info somewhere?

2004-08-29 Thread Andrew Hill
thanks Fredrik and others,
seems that it was a simple problem - had to change "localhost" to the 
actual domain name and now it's working.
was a bit further confused as i have one copy of squirrelmail at 
/usr/local/squirrelmail (for a cpanel install) and one in 
/home/accountname/www/squirrelmail to avoid having to be served on 
cpanels special "webmail" port.

hope this helps someone else.
cheers!
On Aug 26, 2004, at 9:33 PM, Fredrik Jervfors wrote:
hi folks,
i'm getting an error when trying to send mail via my domain's
squirrelmail - the ip address of the server changed recently, so i
assume there is some old info in a config file somewhere that is
preventing sending mail.
can anyone point me towards where this might be?
thanks, andrew
ERROR:
Requested action not taken: mailbox unavailable
Server replied: 550 Verification failed for <[EMAIL PROTECTED]>
unrouteable mail domain "localhost" Sender verify failed
still havent fixed this, but more info. when logging into 
squirrelmail as
a users that is not the admin user for the domain (e.g. the user has a
domain qualified username) then the error message changes:

535 Incorrect authentication data
and sending mail still fails.
also, tried to send via sendmail instead of smtp, and it appears that
messages never get sent, although SM has them in the "sent" folder.
trying to figure out what is going on here - any advice appreciated.
cheers, andrew

The error messages are from your SMTP server and not from SquirrelMail.
Make sure that the SMTP authentication method configured in 
SquirrelMail
(see below) matches the method your SMTP server uses.

config/conf.pl
2. Server Settings
B. Update SMTP Settings
7. SMTP Authentication
Sincerly,
Fredrik.


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Unable to login

2004-11-04 Thread Andrew Dunham
Several days ago I noticed that my settings had unset
themselves in squirrelmail, my address book had
disappeared and that I could no longer attach emails
or indeed add pictures to my web pages. There was a
brief moment on Tuesday when I received a bunch of
mails that had been queueing somewhere, then they
stopped, and now for 2 days I have not even been able
to get past the login page. I just get an error
message that reads 'Unknown user or password
incorrect. Go to the login page'. The password etc is
correct.  I am using mac OS X, and all has been well
up until a few days ago. I am not a techie, so please
can you assist me with layman's tools. Thank you.
Andrew Dunham



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] HELP! Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /usr/local/squirrelmail-1.4.4/functions/global.php on line 333

2005-02-17 Thread Andrew Kuebler








Squirrelmail has been working fine for months. One morning I start
receiving the following error in the folder window:

 

Fatal error: session_start():
Failed to initialize storage module: user (path: /tmp) in /usr/local/squirrelmail-1.4.4/functions/global.php
on line 333

 

Randomly this error shows up on the login screen, after typing a
message and trying to send it, in the folder window just leaving the inbox sit displayed
on my screen. Sometimes I can leave my Inbox sit on the screen for an hour or
more with no problems.

 

I’ve tried reinstalling squirrelmail with the most current
version… no help.

 

All other session-related PHP scripts on the server are working fine.
Does anyone have any suggestions at all? I feel like I’m loosing my mind….

 

Andrew








[SM-USERS] Squirrelmail problems

2005-03-10 Thread Andrew Deering
OK, so I'm setting up my new server, and realize that there's no
webmail software, which is definately going aggrivate some clients.
So I go about installing Squirrelmail, which I have had pleasant
experiences with in the past.  I get Squirrelmail installed,
configured, and all logins working, but run into a couple problems.

1)   I use Webmin to create email accounts.  The users it creates,
however, are foo.bar...where foo = username and bar = site owner.  So,
if I create the user 'test' for a site that is owned by the user 'drew',
his username is test.drew, rather than it being [EMAIL PROTECTED]  After
editing the passwd and shadow files, I was able to login as
[EMAIL PROTECTED], but I've been told that IF a user needed SSH access
(which most likely will never be the case, as I am the only one with
shell access),
this would pose problems...which is understandable.  Is there any
other way to get this functionality without editing passwd/shadow?  I am
using dovecot IMAP, and the virtusertable has [EMAIL PROTECTED]  foo.bar
in it  So the IMAP server knows to use foo.bar for all mail belonging
to [EMAIL PROTECTED]  Any advice on this would be very welcome, but it's
not AS important, since it's working.

2)  Here's the REAL problem.  Once I was able to login, I started
testing.  I was able to send e-mails no problem.  However, I was
UNABLE to get any back  I recieve e-mails on a daily basis from my
cron script outputs, so I know sendmail is working, and I have no idea
what would be causing this.  I don't think it's an IMAP thing, since
IMAP has nothing to do with sending mail (I think).  Could it possibly
be a Squirrelmail thing?

Thanks for any help in advance.

Andrew Deering


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] users can't send but can receive

2002-11-05 Thread Andrew Judge
I have Sm 1.2.9 on RH 7.3 with errata php / apache rpms.  Users can receive
mail with SM, but can't send.  There are no errors shown in the maillog or
messages.  Regular users who use outlook can send no problem.  Therefore, I
tend to think that it is a PHP problem or Apache.

Has anyone experienced this?  Any help is much appreciated.

Best regards,

Andrew Judge



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] (no subject)

2002-11-06 Thread Andrew Tsao
take me off your mailing list please.



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Bug Report

2008-10-12 Thread Andrew Tillman



-- 
Andrew Tillman
Lee County Library
245 Walnut Ave
S
Leesburg, GA 31763
(229) 759-2369

I subscribe to
the squirrelmail-users mailing list.
  [ ]  True - No need to CC me
when replying
  [x ]  False - Please CC me when replying

This bug occurs when I ... try to print anything using Firefox (3.0
version) or Internet Explorer (7.0 version) (both browsers have all the
latest updates) from an attachment that needs Microsoft Office(we
currently use Office 2007)  programs or Adobe PDF to a HP Deskjet
4260. Only the first page of any multi-page document will print.

I have submitted this beg report before but it is still happening. Thank
you!




--

My browser
information:
  Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3

My web server
information:
  PHP Version 5.2.0-8+etch11
  PHP Extensions
(List)
* 0 = zip
* 1 = xmlwriter
* 2 =
libxml
* 3 = dom
* 4 = xmlreader
* 5 = xml
* 6 = wddx
* 7 = tokenizer
* 8 = sysvshm
   
* 9 = sysvsem
* 10 = sysvmsg
* 11 = session
*
12 = SimpleXML
* 13 = sockets
* 14 = soap
* 15
= SPL
* 16 = shmop
* 17 = standard
* 18 =
Reflection
* 19 = posix
* 20 = mime_magic
* 21
= mbstring
* 22 = json
* 23 = iconv
* 24 =
hash
* 25 = gettext
* 26 = ftp
* 27 = filter
* 28 = exif
* 29 = dba
* 30 = date
* 31 =
ctype
* 32 = calendar
* 33 = bz2
* 34 =
bcmath
* 35 = zlib
* 36 = pcre
* 37 =
openssl
* 38 = apache2handler
* 39 = PDO

SquirrelMail-specific information:
  Version:  1.4.13
 
Plugins (List)
* 0 = abook_take
* 1 = bookmarks
   
* 2 = bug_report
* 3 = compatibility
* 4 =
delete_move_next
* 5 = fortune
* 6 = html_mail
   
* 7 = listcommands
* 8 = 
* 9 = mail_fetch
* 10
= message_details
* 11 = msg_flags
* 12 = newmail
 
  * 13 = notes
* 14 = preview_pane
* 15 =
sent_subfolders
* 16 = show_user_and_ip
* 17 =
squirrelspell
* 18 = tbaddr
* 19 = todo
* 20 =
translate
* 21 = view_as_html
* 22 = calendar
*
23 = calendar_file_backend
* 24 = abook_import_export

My IMAP server information:
  Server type:  other
  Server
info:  * OK [HIDDEN] ready.
  Capabilities:  IMAP4rev1 SASL-IR SORT
THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE
LOGIN-REFERRALS STARTTLS AUTH=PLAIN
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/-
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] Bug Report

2008-12-04 Thread Andrew Tillman


Yesterday I was unable to send any emails with my account. I was given the
error message that the mailbox was unavailable. After several hours it
went back to normal. I was able to receive messages.

Just now
it is happening with a coworkers account [EMAIL PROTECTED]

Both computers use Windows XP Pro SP3. Internet Explorer and
Firefox are both used and displayed the same message.
-- 
Andrew
Tillman
Lee County Library
245 Walnut Ave S
Leesburg, GA
31763
(229) 759-2369
[EMAIL PROTECTED]

I
subscribe to the squirrelmail-users mailing list.
  [ ]  True - No
need to CC me when replying
  [ ]  False - Please CC me when
replying

This bug occurs when I ...
  ... view a
particular message
  ... use a specific plugin/function
  ...
try to do/view/use 



The description of the
bug:


I can reproduce the bug by:


(Optional) I got bored and found the bug occurs in:


(Optional) I got really bored and here's a fix:


--

My browser
information:
  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4

My web server
information:
  PHP Version 5.2.0-8+etch11
  PHP Extensions
(List)
* 0 = zip
* 1 = xmlwriter
* 2 =
libxml
* 3 = dom
* 4 = xmlreader
* 5 = xml
* 6 = wddx
* 7 = tokenizer
* 8 = sysvshm
   
* 9 = sysvsem
* 10 = sysvmsg
* 11 = session
*
12 = SimpleXML
* 13 = sockets
* 14 = soap
* 15
= SPL
* 16 = shmop
* 17 = standard
* 18 =
Reflection
* 19 = posix
* 20 = mime_magic
* 21
= mbstring
* 22 = json
* 23 = iconv
* 24 =
hash
* 25 = gettext
* 26 = ftp
* 27 = filter
* 28 = exif
* 29 = dba
* 30 = date
* 31 =
ctype
* 32 = calendar
* 33 = bz2
* 34 =
bcmath
* 35 = zlib
* 36 = pcre
* 37 =
openssl
* 38 = apache2handler
* 39 = PDO

SquirrelMail-specific information:
  Version:  1.4.13
 
Plugins (List)
* 0 = abook_take
* 1 = bookmarks
   
* 2 = bug_report
* 3 = compatibility
* 4 =
delete_move_next
* 5 = fortune
* 6 = html_mail
   
* 7 = listcommands
* 8 = 
* 9 = mail_fetch
* 10
= message_details
* 11 = msg_flags
* 12 = newmail
 
  * 13 = notes
* 14 = preview_pane
* 15 =
sent_subfolders
* 16 = show_user_and_ip
* 17 =
squirrelspell
* 18 = tbaddr
* 19 = todo
* 20 =
translate
* 21 = view_as_html
* 22 = calendar
*
23 = calendar_file_backend
* 24 = abook_import_export

My IMAP server information:
  Server type:  other
  Server
info:  * OK [HIDDEN] ready.
  Capabilities:  IMAP4rev1 SASL-IR SORT
THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE
LOGIN-REFERRALS STARTTLS AUTH=PLAIN
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/-
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] Squirrelmail and PHP Safe Mode

2009-01-19 Thread Andrew Daviel

I am not especially familiar with PHP, so it seemed like a good idea to 
set "safe_mode = on" in /etc/php.ini - in case anything that was 
installed by default bit me when I enabled the webserver, and it seems 
like good practice.

I was just trying to debug a SquirrelMail problem (the
recent 1.4.8-5.el4_7.2 update in CENTOS/RHEL is buggy) and tried to run 
the installed version on my desktop to compare.
I got the error
   Error opening /var/lib/squirrelmail/prefs/default_pref
   Could not Create initial preference file!
   /var/lib/squirrelmail/prefs/ should be writable by user apache
but it is :
   drwx-- 2 apache apache 4096 Jan 19 15:17 /var/lib/squirrelmail/prefs/
   /var/lib/squirrelmail/prefs/default_pref -> 
../../../../etc/squirrelmail/default_pref
   -rw-r- 1 root apache 83 Sep  2 16:46 /etc/squirrelmail/default_pref

https://localhost/webmail/src/configtest.php says everything is fine, 
though users can't change their timezone

After a lot of messing around I found that, with PHP Safe Mode on, 
file_exists() returns false if e.g. /var/lib/squirrelmail/prefs/foo.pref 
belongs to apache, but true if it belongs to some other user, e.g. root.

This seems totally bizarre to me - I would expect it to be the other way 
around if anything.

As I say, I don't know a lot about PHP.

- Is safe_mode broken to the point of unusability ?
- If not, is there a way to get SquirrelMail to run with it on ?
- If so, perhaps configtest.php should flag it. (OK, 1.4.17 does)


SquirrelMail version:   1.4.8-5.el5_2.2
Config file version:1.4.0
PHP version 5.1.6
Apache 2.2.3

   --

In SquirrelMail 1.4.17-1.fc9,  on a Fedora Core 9 machine
configtest.php does flag safe_mode, saying
"double check data and attachment directory ownership, etc!"
But I get the same error at login, and the same odd file_exists 
behaviour.

-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
-
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] SquirrelMail 1.4.19 upgrade changed webmail users default Junk email folder

2009-06-03 Thread Andrew White
Hi,

The upgrade of to SquirrelMail 1.4.19 (from a couple previous  
versions) created a folder called Junk where it is adding some (but  
not all) spam messages.  The Junk folder is not the directory we use  
for processing spam.  Although both the junk folder and spam folder  
are active, my question is how do I seamlessly remove the Junk folder  
and have SquirrelMail just use our custom spam folder without  
interfering with end users?

My plugin setup looks like:

Plugins
   Installed Plugins
 1. message_details
 2. newmail
 3. squirrelspell
 4. msg_flags

   Available Plugins:
 5. administrator
 6. bug_report
 7. calendar
 8. delete_move_next
 9. demo
 10. filters
 11. fortune
 12. info
 13. listcommands
 14. mail_fetch
 15. sent_subfolders
 16. spamcop
 17. test
 18. translate

perhaps the install was using spamcop previously and that needs to be  
re-enabled?  I'm not sure but wanted to see if anyone in the squirrel  
community haas suggestions for this.

Thanks!
Andrew

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
-
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] Forcing a logout (invalidating current session)

2009-10-30 Thread Andrew Daviel

We had a user account compromised somehow (bad guys got the password).

The user has changed their password.
How can I kick off any logged-in sessions and make sure they can't login 
without knowing the new password ?

I zapped the security tokes in user prefs (seemed like a good idea)

BTW, interesting spammer technique - replaced the squirrelmail signature 
with the message, then sent empty messages)


-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-
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] Logging users vs. ip address

2009-11-03 Thread Andrew Daviel

We have been having problems with compromised accounts used for spamming, 
and I needed to track user logins against client ip address.

The remote address turns up in the Message-ID, e.g.
...squirrel...
and in Apache access_log, but those don't give the username.
imapd syslog gives the username, but lists 127.0.0.1 as the address.
Correlating timestamps was painful, so I hacked squirrelmail.

I'm sure there's a better, more elegant way, probably already done by 
someone - maybe "Squirrel Logger" plugin which I hadn't found when I 
wrote this. But for what it's worth:

patch aginst squirrelmail-1.4.8-5.el4 (Latest RedHat Enterprise 4 
package) - generates a simple greppable file of logins and logouts :


--- /usr/share/squirrelmail/src/redirect.php.orig   2009-01-20 
21:21:31.0 -0800
+++ /usr/share/squirrelmail/src/redirect.php2009-10-23 
16:56:03.0 -0700
@@ -99,7 +99,11 @@
  sqsession_register ($username, 'username');
  sqsetcookie('key', $key, 0, $base_uri);
  do_hook ('login_verified');
-
+if ($logfile = fopen('/var/log/squirrelmail/session.log','a+') ) {
+  $logline = date('Y-m-d H:i:s ') . $_SERVER['REMOTE_ADDR'] . ' login ' . 
$username . "\n";
+  fputs($logfile, $logline, strlen($logline) );
+  fclose($logfile);
+}
  }

  /* Set the login variables. */
--- /usr/share/squirrelmail/src/signout.php.orig2006-07-30 
12:37:38.0 -0700
+++ /usr/share/squirrelmail/src/signout.php 2009-10-23 
18:10:51.0 -0700
@@ -43,6 +43,11 @@
  }

  do_hook('logout');
+if ($logfile = fopen('/var/log/squirrelmail/session.log','a+') ) {
+  $logline = date('Y-m-d H:i:s ') . $_SERVER['REMOTE_ADDR'] . ' logout ' . 
$username . "\n";
+  fputs($logfile, $logline, strlen($logline) );
+  fclose($logfile);
+}

  sqsession_destroy();

-
/var/log/squirrelmail needs to exist, writable by apache
(PHP is not my choice of scripting language, so this is way crude ...)




-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-
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] SM in phishing attacks - obtaining passwords

2009-11-05 Thread Andrew Daviel
On Sat, 31 Oct 2009, Paul Lesniewski wrote:
(re. Forcing a logout )

> You can (could have) stopped this almost right away with MTA
> rate-limiting or by using the Restrict Senders plugin.  The Squirrel
> Logger plugin could also have alerted you to the problem.  If the
> attacker got the password by guessing on the login page, you can use
> the Lockout and/or CAPTCHA plugins to block such attempts.

We only have ~1K accounts and haven't had this trouble before, so had 
nothing in place to deal with it. I think our MTA rate-limits before 
expanding recipient lists so didn't kick in, or not much.

As far as I can tell from webserver logs, there was no significant 
attempt at brute-forcing accounts. At least, not recently.
Most of the accounts used had 8-character random passwords that we 
assigned - unlikely to be brute-forced in any case, if the pattern I've 
seen in SSH is any clue.

I was wondering what other admin's experience has been with compromised 
SM accounts, and how spammers are able to obtain passwords. Certainly, we 
see a lot of webmail phishing from .edu domains, although I don't believe 
we ourselves have ever been previously compromised like this.

I'm still somewhat concerned; it's as if the spammers deliberately chose 
to use some lightly-used accounts where the owners might not notice, and 
perhaps have a pool of others available. It would be nice to assume that 
the problem is all client-end - malware, conficker worm, or phishing - 
but the small volume on these accounts implies a reduced chance of 
receiving phishing messages or infected attachments compared to the 
typical always-online user.




-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] "Undefined variable: charset" messages

2009-11-05 Thread Andrew Daviel

(in a previous version I hacked squirrelmail to stop these; I forget what 
I did and now they're back after an update. Obviously it's better to get 
the code fixed or find the underlying problem...)

I get a ton of PHP warnings in https/ssl_error_log, viz.

  PHP Notice:  Undefined variable:  charset in 
/usr/share/squirrelmail/functions/mime.php on line 317, referer: 
...squirrelmail/src/right_main.php

any ideas ?

Seems to me like $charset is not getting transferred into  formatBody() 
from whereever.

RedHat Enterprise 4 (compatible)
php-4.3.9-3.22.15.i386
squirrelmail-1.4.8-5.el4_8.8.noarch



-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] Logging users vs. ip address

2009-11-05 Thread Andrew Daviel
On Wed, 4 Nov 2009, Tomas Kuliavas wrote:

>> I'm sure there's a better, more elegant way, probably already done by
>> someone - maybe "Squirrel Logger" plugin which I hadn't found when I
>> wrote this. But for what it's worth:

> Your both changes are added right after hook calls. There is no need to
> modify SquirrelMail code. Plugin can be attached to those hooks.

That's just me hacking something without actually understanding it :-)

I just installed the logger plugin and that's writing to a file OK.
But I can't get the syslog or email alerting to work - if I cause an 
error (deliberate login failure) I get a blank page for 
squirrelmail/src/redirect.php


I installed the compatability plugin per the docs (requires patching 
SquirrelMail it seems) but still no good.

-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] Forcing a logout (invalidating current session)

2009-11-05 Thread Andrew Daviel
On Sat, 31 Oct 2009, Paul Lesniewski wrote:

> On Fri, Oct 30, 2009 at 2:07 PM, Andrew Daviel  wrote:
>>
>> We had a user account compromised somehow (bad guys got the password).
>>
>> The user has changed their password.
>> How can I kick off any logged-in sessions and make sure they can't login
>> without knowing the new password ?
>
> As others have suggested, restart imapproxy if you use it and grep for
> PHP session files with the username in them and delete those.  That's
> probably the least intrusive (to any other users) method.

Thanks to Tomas' suggestion, I ran phpinfo.php and found the session logs 
in /var/lib/php/session
Format is ugly but a grep for '"username";user_is_logged_in"
seems to work.

Whe I click on "compose" after locking my account (no imapproxy) I get an 
immediate failure, so I'm not sure killing the session files is 
necessary, but it won't hurt.

I also found a good number of deferred messages (naturally) in the 
sendmail queue I was able to remove. I found docs on how to move them to 
a quarantine queue in the sendmail manpages, but not how to actually 
delete them. Zapped them with a bit of sed/grep pipefitting.


-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] FYI - dictionary attack on Squirrelmail

2010-03-01 Thread Andrew Daviel

OK, not really a dictionary attack in the normal sense - the attackers knew the 
usernames.

We just had an incident where someone tried guessing (I presume) 
username=password against about 150 accounts via Squirrelmail over HTTP/SSL.

It so happened that someone had set up a couple of multi-user role accounts 
with, yes, username=password, so that the attacker was able to send a bunch of 
spam out on the weekend before we noticed.

In previous Squirrelmail attacks it seemed a user had fallen for a phish and 
sent them a password, which the attackers leveraged to send more phish 
messages. This time it looks like guessing.

A run of John the Ripper found a couple more u=p accounts which we disabled.

Carelessness on my part, I guess, and not thinking users could be so daft. 
(well, OK, some years back we did have a public workstation with guest=guest 
and remote login enabled)


-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-
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] Squirrelmail sending via disabled accounts

2011-03-04 Thread Andrew Daviel

For some odd reason we had a couple of accounts that had no password, but 
had the shell set to /sbin/nologin on Linux. So you can't shell 
in.

However, Squirrelmail can login using any random password. (leaving the 
password field empty does not work)

Is this a known issue ? I suspect it's standard UW imapd behaviour plus 
stupidity on our part, rather than squirrelmail per se.

-- 
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376  (Pacific Time)
Network Security Manager

--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
-
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] ldap addressbook per user

2003-04-05 Thread Andrew B. Panphiloff
Hi. How do I get SquirrelMail to let users to access private addressbooks ?
i.e. I has next tree in ldap :

ou=MailUsers,dc=my_company
uid=andrew,ou=MailUsers,dc=my_company
ou=addressbook,uid=andrew,ou=MailUsers,dc=my_company
 cn=dmitry,ou=addressbook,uid=andrew,ou=MailUsers,dc=my_company
 cn=ann,ou=addressbook,uid=andrew,ou=MailUsers,dc=my_company






---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Error: Connection dropped by IMAP server with dovecot

2011-04-19 Thread Kaplan, Andrew H.
Hi there --

I am running SquirrelMail version 1.4.8-5.el5.centos.10 on a CentOS 5.6 64-bit
distribution 
with MailScanner 4.83.4, Sendmail 8.13.8/8.13.8, and Dovecot 1.0.7 release. All
applications
listed, with the exception of MailScanner, are the packaged versions that come
bundled with
the operation system.

The server is a rebuilt and updated version of an older Fedore Core 7 32-bit
mail server. During the 
rebuilding process all /var/spool/mail folders, as well as all user home
directories, were restored 
from disk backup. This included rebuilding the /etc/passwd and /etc/group files,
as well as verifying 
that ownership and permissions for the users' files were kept intact. 

One user is having problems connecting via the SquirrelMail interface to his
e-mail. Whenever he 
tries to connect, he gets the following error message: 

Error: Connection dropped by IMAP server with dovecot 

I have tested another user account via the SquirrelMail interface, and that user
is able to connect 
without issue. I confirmed the presence of dovecot.index, dovecot.index.cache,
and dovecot.index.log 
files in the problem user's /mail/.imap/INBOX folder. 

The /var/log/maillog files do not list any apparent error messages with
SquirrelMail. Does anyone have 
any idea as to what other steps I need to take to correct this issue? 

Thanks. 



The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev-
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] Error: Connection dropped by IMAP server with dovecot

2011-04-19 Thread Kaplan, Andrew H.
Hi there --

Thanks for your reply. I did some investigating of the dovecot.conf file, and I
came across something in addition to your suggestion. The section I am referring

to is shown below:

# Valid UID range for users, defaults to 500 and above. This is mostly
# to make sure that users can't log in as daemons or other system users.
# Note that denying root logins is hardcoded to dovecot binary and can't
# be done even if first_valid_uid is set to 0.
#first_valid_uid = 500
#last_valid_uid = 0

I ran the cat command on the passwd file, and did a grep for the two user
accounts.
The account that worked had a userid that was greater than 500, while the one
that
did not work had a value below the 500 integer. 

I changed the uid of the problem user account to a value greater than 500, and
was
subsequently able to log into the server. 

Thanks for the help.

> In the dovecot.conf there is a line to limit the UIDs that can connect as
> it's just one user maybe it's something to do with that ?

> mick



The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev-
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] Several Questions concerning the change_passwd plugin

2011-04-20 Thread Kaplan, Andrew H.
Hi there --

I am running SquirrelMail version 1.4.8-5.el5.centos.10 on a CentOS 5.6 64-bit
distribution 
with MailScanner 4.83.4, Sendmail 8.13.8/8.13.8, and Dovecot 1.0.7 release. All
applications 
listed, with the exception of MailScanner, are the packaged versions that come
bundled with 
the operation system. I had two questions concerning the change_passwd plugin.

First, I have completed the installation of the change_passwd 4.2b and
compatibility 2.0.16-1.0 
plugins, and I have been able to change a user's password without any problem. I
did notice 
one anomaly:

The day that I tested the plugin was today, April 20, and while the timestamp
for /etc/shadow file
has changed, the /etc/passwd file does not reflect the change that took place. I
confirmed the password 
change went into effect by logging into the server via an SSH terminal window
with the new password. 

Is that by design, or is there something else that needs to be done?

Second, I am trying to set up a "Change Password" button on the login page of
SquirrelMail to
provide a "short cut" to the password change utility. I went online, and came
across a method to 
accomplish this task. The login.php file gets modified with the text included as
an attachment 
to this email.

When I click on the newly created button, the following error message appears
on-screen:

:/CMD_CHANGE_EMAIL_PASSWORD
  

At first I thought the firewall on the server was blocking port , so I
created an exception in
the rules table, restarted the firewall, and tried clicking on the "Change
Password" button. The error
message continued to appear on-screen. 

Has anyone done something similar to this, and can let me know what changes are
needed here?

Also, if it is against protocol to have more than one question in a posting,
please let me know, and
I can resend the second portion of this e-mail separate from the first.

Thanks.

 
 <> 








The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
Replace (Exactly):

---

''. addSubmit(_("Login")) .'',

-

WITH


---

''. addSubmit(_("Login")) .'',

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev-
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] Several Questions concerning the change_passwd plugin

2011-04-20 Thread Kaplan, Andrew H.
Hi there --

Thanks for your reply. 

Regarding your question regarding where I got the change_passwd plugin, the URL
in question
is the following:

http://www.linuxmail.info/category/squirrelmail/ 

I'm not using DirectAdmin so, I'll have to try a different method to the
password button. 

 



The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev-
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