Re: [SM-USERS] php8.3 support and deprecated functions

2024-09-16 Thread Alex
> > > > but I'm REALLY hoping you can fix > > these soon. > > Why? These are notices of a future incompatibility. The problem you seem > to be facing is you have these notices set to display on screen, which is > your primary problem. You need to turn off display_errors in your PHP > configuration.

[SM-USERS] Day View in Calendar creates each() error with php8.2

2024-01-17 Thread Alex
Hi, php8.2 on fedora38 when clicking "Day View" from the Calendar Fatal error: Uncaught Error: Call to undefined function each() in /usr/share/squirrelmail/plugins/calendar/day.php:99 Stack trace: #0 /usr/share/squirrelmail/plugins/calendar/day.php(177): display_events() #1 {main} thrown in /usr/

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-15 Thread Alex
checkout https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail On Tue, Feb 14, 2023 at 7:24 AM Alex wrote: > Hi, this appears to be another issue related to php-8.1 compatibility. I > think this fixes it. > > --- functions/file_prefs.php-foreach2023-02-13 19:09:58.9569

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-14 Thread Alex
$Value)) { if ( sq_fwrite($file, $Key . '=' . $Value . "\n") === FALSE ) { logout_error( sprintf( _("Preference file, %s, could not be written. Contact your system administrator to resolve this issue.") , $filename . '.tmp') ); On Su

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
} } On Sun, Feb 12, 2023 at 12:13 PM Alex wrote: > Hi, following up with my previous email - > > It does look like there's still a problem. After installing the lockout > and compatibility plugin, it produces these deprecated errors: > > Deprecated: Automatic

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
tions/file_prefs.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at /usr/share/squirrelmail/functions/file_prefs.php:74) in /usr/share/squirrelmail/src/redirect.php on line 233 Thanks, Alex On Sun, Feb 12, 2023 at 11:36 AM Alex wrote: > Hi,

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
o identify differences using diff or entire directories at a time, but is there a better way? I don't think I've properly migrated all the plugins, for example, including the configuration of each... On Sun, Feb 12, 2023 at 11:02 AM Alex wrote: > Hi, I'm using 1.4.22 on fedora3

[SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
Hi, I'm using 1.4.22 on fedora36 with php-8.1 and receiving the following errors. I thought SM supported php-8? Or is it a different problem? This happens after logging in and redirect.php being loaded. I shouldn't have done this on a production machine, so I'm really hoping there's an easy fix :-

Re: [SM-USERS] Latest snapshot and php-7

2017-01-13 Thread Alex
Hi, On Fri, Jan 13, 2017 at 1:28 AM, Paul Lesniewski wrote: > On Thu, January 12, 2017 6:05 pm, Alex wrote: >> Hi, >> >>> [Thu Jan 05 15:59:50.203093 2017] [:error] [pid 12591] [client >>> 75.149.200.52:50067] PHP Fatal error: Uncaught Error: Call to >>&

Re: [SM-USERS] Latest snapshot and php-7

2017-01-12 Thread Alex
Hi, > [Thu Jan 05 15:59:50.203093 2017] [:error] [pid 12591] [client > 75.149.200.52:50067] PHP Fatal error: Uncaught Error: Call to > undefined function eregi() in > /usr/share/squirrelmail/plugins/add_address/functions.php:718 >>> >>> What version of this plugin is installed? >> >> 1.0.3. The f

Re: [SM-USERS] Latest snapshot and php-7

2017-01-08 Thread Alex
Hi, On Fri, Jan 6, 2017 at 4:13 AM, Paul Lesniewski wrote: > >> [Thu Jan 05 17:44:41.90 2017] [:error] [pid 26909] [client >> 174.76.81.196:61320] PHP Notice: Undefined index: ID in >> /usr/share/squirrelmail/functions/mailbox_display.php on line 220, >> referer: >> https://mail.example.com/

Re: [SM-USERS] Latest snapshot and php-7

2017-01-05 Thread Alex
Hi, On Mon, Jan 2, 2017 at 9:02 PM, Paul Lesniewski wrote: > On 1/1/17, Alex wrote: >> Hi, >> >> Has the latest 1.4.22-svn been tested with php-7? > > There's no such thing. What you want to download is a nightly snapshot > of 1.4.23 (svn) or pull directly

[SM-USERS] Latest snapshot and php-7

2017-01-01 Thread Alex
any guidance on whether an upgrade would solve them, or other ideas on how to address them. Thanks, Alex -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.

Re: [SM-USERS] Identifying logins

2016-11-10 Thread Alex
se times, I could look around the code. This user's account was hacked. This is part of an investigation into whether webmail was one of the sources of this hack. We know submission was involved, but did not think webmail was a source as well. Thanks, Alex

[SM-USERS] Identifying logins

2016-11-08 Thread Alex
ient logged in? In other words, are these actual logins, or periodic checks by the underlying IMAP client (dovecot)? Why wouldn't the LOGOUT entries be recorded? There were a few, but none within the three ho

[SM-USERS] Mail attachment size limit issues

2015-02-14 Thread Alex Regan
443/logs/error_log <== [Sat Feb 14 19:15:25.014148 2015] [:error] [pid 14461] [client 192.168.1.7:59837] PHP Warning: POST Content-Length of 11525243 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: Is it possible to somehow provide a more descriptive error m

Re: [SM-USERS] Undefined index errors in 1.4.23-SVN

2015-01-21 Thread Alex Regan
r to point to a pastebin: # Undefined index http://pastebin.com/nppWdcmE # Trying to get property of non-object http://pastebin.com/LBpM9xrE Hopefully this helps? These two errors repeat quite regularly, so I'd really like to figure out what's causing them. Thanks, Alex -

Re: [SM-USERS] Undefined index errors in 1.4.23-SVN

2015-01-20 Thread Alex Regan
>> impacting functionality, but I'd sure like to get them fixed. > > Look at access logs. Watch error log when using SquirrelMail; see if > you can reproduce in your own usage. Any tips on where to start or what it's related to, because it doesn't happen with eve

[SM-USERS] Undefined index errors in 1.4.23-SVN

2015-01-18 Thread Alex Regan
r.class.php on line 184, referer: https://mail.example.com/webmail/src/right_main.php How can I troubleshoot these further? These warnings don't seem to be impacting functionality, but I'd sure like to get them fixed. Thanks, Alex ---

Re: [SM-USERS] lockout plugin configuration problems

2014-11-06 Thread Alex
Hi, Does anyone have any ideas what I might be doing wrong to explain why the lockout plugin isn't working for me? Anyone have any ideas how to further debug a plugin that's silently being ignored? Thanks, Alex On Mon, Nov 3, 2014 at 9:48 PM, Alex wrote: > Hi, > >> If I

Re: [SM-USERS] lockout plugin configuration problems

2014-11-03 Thread Alex
still doesn't ever lock out any user according to the vales set in the $max_login_attempts variable. Nothing is ever written to the lockout_plugin_login_failure_information.pref file any longer and

[SM-USERS] lockout plugin configuration problems

2014-11-03 Thread Alex
tion.pref even though it appears to rewrite the file every time an invalid password is entered (with the domain: entry enabled). Assuming my test user is "alex", there are never any entries written to the lockout_plugin_login_failure file. I've included my config.php below (using exa

[SM-USERS] Redirect attempts

2014-05-12 Thread Alex
d some experience with this rule and whether the redirects were normal. They sure are excessive. Thanks, Alex -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium test

Re: [SM-USERS] (no subject)

2014-03-11 Thread Alex
Hi, On Mon, Mar 10, 2014 at 8:26 PM, Alex wrote: > > Hi, > > > > I have squirrelmail-1.4.22 on fc18 and am receiving the following error: > > SquirrelMail version:1.4.21 > > Which is it? > Hmm... would configtest.php report the true version? If so, then i

[SM-USERS] (no subject)

2014-03-10 Thread Alex
st[1]] = $lst[3]; 709 } else { 710 $pn[$lst[1]] = ''; 711 } 712 } Please let me know what other information I can provide

Re: [SM-USERS] lockout plugin preference error

2013-04-29 Thread Alex
rent IP address. The IP with the error was from the fixed IP within the customer's domain, perhaps accessed by an admin. The one afterwards was from a dynamic IP at rr.com, perhaps from the actual end-user. I'm still not sure it's something we need

[SM-USERS] Autoresponse plugin questions

2013-04-14 Thread Alex
ramming) to give me an idea of what specifically I should do to remove those options and default to 'unfiltered' delivery? Thanks, Alex -- Precog is a next-generation analytics platform capable of advanced analy

[SM-USERS] More lockout questions with pam_tally and pam_lockout

2013-04-09 Thread Alex
Hi, I've implemented the lockout plugin on the latest v1.4.22 and somehow missed the notes in the README about the pam_tally and pam_lockout plugins. However, I'm unable to locate them anywhere. Do they still exist? Have they now been superceded by the lockout plugin? Th

[SM-USERS] lockout plugin preference error

2013-04-05 Thread Alex
have no problem creating temporary files in that directory. There's only one occurrence of this message after having been run for about a week, but just wanted to be sure there wasn't something I'm doing wrong

Re: [SM-USERS] squirrel_logger questions with v1.4.23 SVN

2013-03-29 Thread Alex
Hi, >> What is the 0: that it is printing in the beginning, after the >> hostname (email1)? > > Try: > > 'SYSTEM:LOG_INFO:LOG_MAIL:squirrelmail:LOG_ODELAY | LOG_PID' This appears to have worked, but prints an extra datestamp at the end of the line? Mar 29 22:01:59 email1 squirrelmail[29529]: Suc

Re: [SM-USERS] squirrel_logger questions with v1.4.23 SVN

2013-03-28 Thread Alex
derstood this. I now see it's only really utilized when storing user info in SQL. Thanks so much. Alex -- Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo

[SM-USERS] squirrel_logger questions with v1.4.23 SVN

2013-03-26 Thread Alex
ail_access_log'; #$sl_dateformat = 'm/d/Y H:i:s'; $sl_dateformat = 'D M j Y H:i:s T'; $sl_use_GMT = 1; $sl_namelookups = 0; $sl_fail_silently = 1; $sl_insert_event_query = "INSERT INTO user_activity (event, username, domain, remote_address, date, comme

Re: [SM-USERS] Version questions

2013-03-10 Thread Alex
uirrelmail_logger > > Not sure if all of the actions it logs will work, but I suspect some will. I'd really like to be able to use v1.5 and take advantage of the latest developments, but alas, it appears it's still a little early. I think the safe bet is to go back to v1.4 for now,

Re: [SM-USERS] Version questions

2013-03-09 Thread Alex
st connection info, but I won't attempt until I hear back on whether it's worth the time to invest trying... I really hope you're around this weekend, because I've committed to a test environment for some staffers on Monday. Thanks so much. Alex

Re: [SM-USERS] Version questions

2013-02-20 Thread Alex
ssues? Is there a doc that broadly outlines the differences between the v1.4 and v1.5? Thanks, Alex -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for fr

Re: [SM-USERS] Version questions

2013-02-19 Thread Alex
Hi all, I posted the message below a few days ago regarding the latest version of squirrelmail, and thought I could bump this post and see if anyone had any ideas? Am I missing something about v1.5 or is v1.4 still the only stable version? Thanks, Alex On Thu, Feb 14, 2013 at 8:04 PM, Alex

[SM-USERS] Version questions

2013-02-14 Thread Alex
he feature differences between the two major versions? Is there any support for any of the plugins for v1.5 or are they strictly v1.4? Thanks, Alex -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall befo

[SM-USERS] Managing accounts, password changes, and securing access

2012-07-03 Thread Alex
similar situation back in February, but all users are stored in /etc/passwd. Is it an easy process to migrate to mysql? Is that necessary? Thanks for any ideas, Alex -- Live Security Virtual Conference Exclusive live event will c

Re: [SM-USERS] call_user_func_array error with v1.4.21

2012-06-27 Thread Alex
is fixed if you run a more updated version of SquirrelMail.  You can > always get the newest code by using a stable snapshot from our > downloads page. Paul, thanks, as always. Best regards, Alex -- Live Security Virtua

[SM-USERS] call_user_func_array error with v1.4.21

2012-06-25 Thread Alex
sure what information I can provide to assist with troubleshooting, without just dumping my complete config. Instead, I've created a pastebin of my squirrelmail config here: http://pastebin.com/raw.php?i=8k7XQhbh Any ideas greatly appreciate

[SM-USERS] Suggestions for new accounts

2012-02-14 Thread Alex
gin? We'd like to not have to manually set the initial passwords for each of these hundreds of new accounts. Is there a better way? I hadn't planned on upgrading the system until the spring, but can do it sooner if the latest version of squirrelmail would

Re: [SM-USERS] Config problems with local_autorespond_forward

2011-12-21 Thread Alex
uot;John J. (Joe) Smith, CPA, CFP (R)" > > But since the plugin builds the From: header, that's where the bug is. Thanks for the follow-up. I'll give that a try in the next few days. I made a temporary recommendation to the user, which seems to be working for them for now, but

Re: [SM-USERS] Config problems with local_autorespond_forward

2011-11-15 Thread Alex
that indicate it's squirremail doing it? The mail system is otherwise working properly. Postfix is my MTA, and it appears that '+' is the default delimiter for .forward files. I've also looked at amavis, and I don't see how the problem is related to that either. Do you

[SM-USERS] Config problems with local_autorespond_forward

2011-11-14 Thread Alex
being sent? Can I add a disclaimer footer with squirrelmail, without it being duplicated by the one with amavisd in other circumstances than the vacation message? Thanks, Alex -- RSA(R) Conference 2012 Save $700 by Nov 1

Re: [SM-USERS] Configuration for dovecot

2011-04-28 Thread Alex
did have to increase the maximum number of connections, because it started to intermittently allowing connections which looked like failed passwords. That might have been helpful. Good information, nonetheless. Thanks, Alex

Re: [SM-USERS] Configuration for dovecot

2011-04-27 Thread Alex
n initial question and ask for pointers on where to find the documentation. Thanks for the info. I'll review the SVN version and see if it applies to my issue. I'll be sure to provide more info next time. Thanks, Alex ---

Re: [SM-USERS] Configuration for dovecot

2011-04-27 Thread Alex
perly be configured for squirrelmail. Considering that it now works, I guess I've configured it properly. The dovecot documentation is enormous. Tough to figure out just where to start, and how it relates to fedora. Thanks again, Alex -

[SM-USERS] Configuration for dovecot

2011-04-27 Thread Alex
he dovecot requirements? I thought I had dovecot itself configured properly, but perhaps not. Is it just the imap service that has to be configured? Thanks, Alex -- WhatsUp Gold - Download Free Network Management Softwar

Re: [SM-USERS] Folders missing with new version

2011-02-25 Thread Alex
plugin and recreated the .mailboxlist files manually, and users are again happy. Should it still be necessary to use the autosubscribe plugin? Thanks, Alex -- Free Software Download: Index, Search & Analyze Logs and

Re: [SM-USERS] Folders missing with new version

2011-02-25 Thread Alex
all users and disabled again the autosubscribe for now. Thanks again, Alex -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast m

Re: [SM-USERS] Folders missing with new version

2011-02-24 Thread Alex
is created as "mail/.foldername", it then shows up properly, as "foldername". This also happens when subscribing to the folder through the Folders page. Also, now the INBOX is displayed as __INBOX on the index page. What is the reason for this? Thanks again, Alex -

Re: [SM-USERS] Folders missing with new version

2011-02-24 Thread Alex
RDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS AUTH=LOGIN A02 OK CAPABILITY completed A03 NAMESPACE * NAMESPACE (("" "/")("#mhinbox" NIL)("#mh/" "/")) (("~" "/")) (("#shared/" "/")("#ftp/" "/"

Re: [SM-USERS] Folders missing with new version

2011-02-24 Thread Alex
mailboxes. It seems newly created folders are automatically subscribed, and the Folders config page for the user has the ability to subscribe to other folders in their home. Is there another reason I should install the autosubscribe? Thanks, Alex --

Re: [SM-USERS] Folders missing with new version

2011-02-22 Thread Alex
ration. I should know for sure when everyone tries to login in the morn. I love when I cause my own problems. :-( Thanks again, Alex -- Free Software Download: Index, Search & Analyze Logs and other IT data in Re

Re: [SM-USERS] Folders missing with new version

2011-02-22 Thread Alex
mos -rw--- 1 user1 users 514 Jan 28 10:14 friends -rw--- 1 user1 users 324889 Jan 11 14:05 receipts ~user1/.mailboxlist has: INBOX.Sent INBOX.Trash INBOX.Drafts memos friends receipts These were all created using an ol

[SM-USERS] Folders missing with new version

2011-02-22 Thread Alex
efix, but it then seems to show multiple occurrences of the same folder. Is there a way to migrate these folders to the format of the new version? I'm sorry if this is a FAQ that I missed. Please point me to documentation if it exists. Thanks, Alex ---

Re: [SM-USERS] Default signature?

2011-01-06 Thread Alex
ng line in the config file that pointed it to the $data_dir: // Only applicable when $sl_logs includes "file". $sl_logfile = $data_dir . 'squirrelmail_access_log'; I'll just hard code it to an absolute path to my log directory. Thanks again, Alex -

[SM-USERS] Default signature?

2011-01-06 Thread Alex
be in $data_dir? Thanks, Alex -- Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy

Re: [SM-USERS] HTML email displayed as source

2011-01-06 Thread Alex
set stuff is not set. Thanks so much for your help and clarification. Best regards, Alex -- Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitt

Re: [SM-USERS] HTML email displayed as source

2011-01-06 Thread Alex
andles emails with Content-Type: charset without a Mime-Version header (#1758486) Thanks, Alex -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize thei

Re: [SM-USERS] HTML email displayed as source

2011-01-05 Thread Alex
it requires 1.4.10 or above. I assume it's already installed in the default 1.4.21? Thanks, Alex -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standar

[SM-USERS] HTML email displayed as source

2011-01-05 Thread Alex
bject: User subject Varbuf: ^EDLV^6451677 Content-type: text/html Status: RO X-Status: X-Keywords: X-UID: 1527 Notification <!-- a {color:#90a1b5;} -->             Thanks, Alex -- Learn how

Re: [SM-USERS] index.php not found

2010-09-24 Thread Alex
relMail configuration. Check conf.pl 1. Organization > Preferences -> 5.  Signout Page value. If you don't know what it does, > setting must be empty or '../src/login.php' without quotes. This was the problem. It was previously em

Re: [SM-USERS] index.php not found

2010-09-24 Thread Alex
irrelmail.org/docs/admin/admin-3.html What controls which index.php file signout.php uses? Why does it think it is located at the document root instead of the webmail root? Thanks, Alex -- Start uncovering the many adva

Re: [SM-USERS] index.php not found

2010-09-23 Thread Alex
rt of my apache configuration, which is how I'm able to access the URL in the first place. The problem is when I log out... Thanks, Alex -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Cre

[SM-USERS] index.php not found

2010-09-22 Thread Alex
appreciated. Thanks, Alex -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2de

[SM-USERS] user_info plugin problem

2010-08-01 Thread Alex
ress info at the top, but it doesn't display the account username in the left pane. It did work at some point in the past, probably before the upgrade from a 1.4.21 snapshot to 1.4.21. How can I troubleshoot this? Thanks, Alex --

Re: [SM-USERS] File manager displays blank page

2010-06-22 Thread Alex
ot;Unfortunately, you cannot run both the 1.x and 2.x versions of > Compatibility at the same time..." Oh, the irony :-) Perhaps you could create a compatibility version to make v1 compatible with v2? :-) I'll contact you off-

Re: [SM-USERS] File manager displays blank page

2010-06-21 Thread Alex
ack in 2004, and it now works, but it breaks everything else :-) Perhaps I didn't understand correctly the link you sent me. I'm using the latest v1.4 SVN stable with quite a few plugins. Is compatibility-v1

[SM-USERS] File manager displays blank page

2010-06-21 Thread Alex
ectoryQuotas = array( '/var/shared' => '10GB', ); It's writable by the group of the apache daemon user. How can I troubleshoot this? Perhaps it's somehow conflicting with another plugin? I do

Re: [SM-USERS] Alternative Themes

2010-06-21 Thread Alex
ng forward, and I'll then put some real resources behind it. I'll sure try the Preview Pane theme for now! Thanks again, Alex -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father'

[SM-USERS] Alternative Themes

2010-06-18 Thread Alex
gone through most of what's available by default, but looking for something more modern and visually appealing by those who would use outlook in the first place. Maybe a gmail template? Simple white and blue outline would be just fi

[SM-USERS] General plugin question

2010-04-09 Thread Alex
onfusing as to which plugins should and shouldn't be used with the latest version and which will possibly interfere with other modules or the core version itself. Thanks, Alex -- Download Intel® Parallel Studio Eval

Re: [SM-USERS] User logging and reporting

2010-04-06 Thread Alex
Hi, Paul, thanks for the great info as usual. I've got a few programs processing postfix logs already; perhaps I can also adapt those. I'll give this a shot and follow up with questions and results. Best, Alex >> I'm using postfix, apache, and courier-imap, and have set u

[SM-USERS] User logging and reporting

2010-04-06 Thread Alex
currently available already? What is recorded in the mail logs to provide login/logout info, if any? I don't see anything in the apache logs indicating 'success' login or failure, or otherwise... Thanks, Alex ---

Re: [SM-USERS] Modifying webmail.php and redirect.php

2010-02-16 Thread Alex
Hi, >> Unless I'm missing an option? > > Yes.  Under 4. (General Options) --> Hide SM attributions Yes, great, that's sufficient. Then directly below that I've added a small table to add a bit of color to

Re: [SM-USERS] Modifying webmail.php and redirect.php

2010-02-16 Thread Alex
uration tool and disable the "display attributions" > (whatever it's called) option I don't want to just change the logo or title, but the whole header to make it look more "corporate". Unless I'm missing an option? Thanks, Alex

[SM-USERS] Modifying webmail.php and redirect.php

2010-02-15 Thread Alex
I'm curious how that function is called from webmail.php. What function in webmail.php ultimately calls that logout_error() function? Is it done from within the require_once() function calls? Is it okay to modify that function directly, or is there a better way?

Re: [SM-USERS] squirrelmail_logger problem

2010-02-15 Thread Alex
his is an interim solution until they authorize the upgrade of the latest. Speaking of which, does it make sense to spend the time and effort to upgrade to v1.4.20-SVN, or should I just go right to v1.5 at this point? Thanks, Alex ---

Re: [SM-USERS] "You must be logged in" with Firefox/1.4.20-RC2

2010-02-15 Thread Alex
ng the old version, only the SVN version. Again, if this behavior is to be expected, then it really isn't a problem. I'll just recommend to the support group that they clear the browser cache/cookies, and try again. Sure appreciate your help. Best, Alex -

Re: [SM-USERS] Free access to sendmail thru SM

2010-02-15 Thread Alex
have in place instead of having to add others that have to also be managed. We're not trying to prevent authorized users from sending any kind of mail, just prevent users that aren't authorized appearing to be authorized because they are spawnin

Re: [SM-USERS] "You must be logged in" with Firefox/1.4.20-RC2

2010-02-15 Thread Alex
Hi, > Out of interest, did you happen to upgrade php from 5.2.11 to 5.2.12?  I > found a time bug with my system that might be larger than originally > thought. No, this system is still using php-4.x B

[SM-USERS] squirrelmail_logger problem

2010-02-15 Thread Alex
rther information. How can I debug this? Thanks, Alex -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-de

[SM-USERS] Free access to sendmail thru SM

2010-02-14 Thread Alex
igure squirrelmail/sendmail to go through the standard authentication process, instead of calling sendmail directly? Thanks, Alex -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healin

Re: [SM-USERS] "You must be logged in" with Firefox/1.4.20-RC2

2010-02-14 Thread Alex
but it still seems to occur every few times I log in or out. Thanks, Alex -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NO

Re: [SM-USERS] "You must be logged in" with Firefox/1.4.20-RC2

2010-02-13 Thread Alex
e what I did, but some change I made with the squirrelmail config now results in it not working with IE8, either. It does work with Chrome. I should mention that all three browsers work with the previous install, running on

[SM-USERS] "You must be logged in" with Firefox/1.4.20-RC2

2010-02-13 Thread Alex
tulations, your SquirrelMail setup looks fine to me! Thanks, Alex -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.

[SM-USERS] Plugin installation

2007-11-02 Thread alex
Hello. I have SM 1.4.9a-2, Apache/1.3.34. I can't install plugins. I downloaded them and untarred into /plugins, but when i run config.pl I can't see them. What should I have to do? Thank you very much -- Alessandro Franci begin:vcard fn:Alessandro Franci n:Franci;Alessandro org:the-root.org;the

Re: [SM-USERS] Plugin installation

2007-10-30 Thread alex
I did. Debian version was installed into /usr/share/squirrelmail. I modified conf.pl and now it works. Thank you very much! -- Alessandro Franci begin:vcard fn:Alessandro Franci n:Franci;Alessandro org:the-root.org;the-root.org adr:;;via Fontana 5;Pianoro;BO;40065;Italy email;internet:[EMAIL PRO

Re: [SM-USERS] Plugin installation

2007-10-30 Thread alex
Debian etch. Thank you very much. Regards -- Alex begin:vcard fn:Alessandro Franci n:Franci;Alessandro org:the-root.org;the-root.org adr:;;via Fontana 5;Pianoro;BO;40065;Italy email;internet:[EMAIL PROTECTED] title:sysadmin tel;work:+39 340 029 tel;home:+39 340 029 tel;cell:+39 340

Re: [SM-USERS] Plugin installation

2007-10-29 Thread alex
I followed this page: http://squirrelmail.org/docs/admin/admin-7.html#ss7.1 I used the configuration script, conf.pl, but i can't see any new plugin in it. Thank you very much -- Alessandro Franci begin:vcard fn:Alessandro Franci n:Franci;Alessandro org:the-root.org;the-root.org adr:;;via Fontan

[SM-USERS] Plugin installation

2007-10-29 Thread alex
Hello. I have SM 1.4.9a-2, Apache/1.3.34. I can't install plugins. I downloaded them and untarred into /plugins, but when i run config.pl I can't see them. What should I have to do? Thank you very much -- Alessandro Franci begin:vcard fn:Alessandro Franci n:Franci;Alessandro org:the-root.org;the-r

Re: [SM-USERS] SquirrelMail login with Lotus Domino 6

2006-10-12 Thread Alex Walker
: 208.62.99.190 connected10/12/2006 01:32:46 PM  Login failed for user test: Username or password not supplied by client10/12/2006 01:32:50 PM  IMAP Server: 208.62.99.190 disconnectedRalf Hildebrandt <[EMAIL PROTECTED]> wrote: * Alex Walker <[EMAIL PROTECTED]>:> Hi all,> > I'm tryi

[SM-USERS] SquirrelMail login with Lotus Domino 6

2006-10-12 Thread Alex Walker
ince I can log in via Thunderbird. However, every time I try to log in via SquirrelMail, Domino gives me an error message that reads "Login failed for user : Password not found in the Name and Address Book entry or password did not verify" Any thoughts on what might be wrong here? Thank

[SM-USERS] Mapping mailbox names in squirrelmail

2006-09-20 Thread Alex Povolotsky
Hello! Can I easily (i.e. without major rewriting of code) map mailbox names in Squirrelmail? I need to have standard boxes (INBOX, Trash, Sent, Drafts) appear to users in Russian translation, but attempts to name them in Russian on IMAP level yields strange and unsatisfactory results. Alex

[SM-USERS] state of 1.5.x

2006-07-04 Thread Alex
able and a new release. The previous one was quite some time ago, almost half a year. Thanks, Alex Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Serv

Re: [SM-USERS] Strange behavior with an attachment.

2006-05-03 Thread Alex Ng
ell in SM. This may have something to do with how SM handles the converting of the octet-stream content type.Is there something I can modify to the SM code to alieviate the issue?Thank you.-Alex On 5/3/06, Matt Ruzicka <[EMAIL PROTECTED]> wrote: Hmm.. That's really interesting because we

[SM-USERS] Using PHP CURL library to login to SquirrelMail

2006-04-12 Thread Alex Ng
ht frames, it seems to be looking for them on my website INSTEAD of on the server where I installed SquirrelMail. If anyone has done this before, or has any ideas, your help would be appreciated.Thank you.-Alex

FIXED Re: [SM-USERS] HELP - "Options" disappear after change-passwd plugin installed

2006-02-20 Thread Alex @ Avantel Systems
On Monday 20 February 2006 11:35, Wesley Scott wrote: > Alex, > > After making the updates below, I got change_passwd working just fine. > > Sincerely, > -wesley 1.) [PATH_TO_SQUIRRELMAIL]/plugins/change_passwd/functions.php Line 28 of this fil

Re: [SM-USERS] HELP - "Options" disappear after change-passwd plugin installed

2006-02-20 Thread Alex @ Avantel Systems
On Monday 20 February 2006 00:10, Jonathan Angliss wrote: > Hi Alex, > > On Sunday, February 19, 2006, Alex wrote: > > Ouch! - I hope somebody can point me in the right direction for this . . > > . > > > > The compatibility module and change password module were i

  1   2   >