Re: [SM-USERS] php-5.4 problems

2013-07-15 Thread Grant
r download page)? Thanks. I appreciate the response but I had to switch to roundcube. - Grant -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from

[SM-USERS] php-5.4 problems

2012-10-25 Thread Grant
to squirrelmail-1.4.23_pre20121024 and restarted apache2 but the problems remain. I'm on Gentoo and there don't seem to be any errors in error_log or ssl_error_log. - Grant -- Everyone hates slow websites. So

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-10 Thread Grant
27;encrypt' for all connections with smtp > authentication. MSA service is usually SMTP AUTH only. I have permit_mynetworks for the submission port so authentication isn't required there: submission inet n - n - - smtpd -o smtpd_sasl_auth_enabl

Re: [SM-USERS] Attachment directory ownership/permissions

2011-12-09 Thread Grant
-xr-x 2 root root 4096 Aug 19 16:51 images drwxr-xr-x 3 root root 4096 Aug 19 16:51 include -rw-rw-r-- 1 apache apache 671 Aug 19 16:51 index.php drwxr-xr-x 2 root root 4096 Aug 19 16:51 locale drwxr-xr-x 24 root root 4096 Aug 19 16:51 plugins drwxr-xr-x 2 root root 40

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-09 Thread Grant
to backport starttls support from > 1.5.x. All SquirrelMail SMTP StartTLS code is in one place. I don't really have a need for TLS there because Squirrelmail is on the same machine as postfix. I have "smtpd_tls_security_level = may" now so Squirrelmail can co

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-09 Thread Grant
nst being an open relay. I do accept mail from the outside world on port 25 but I'm using postscreen to keep out the junk. I should have mentioned that before. postscreen_greet_action = enforce postscreen_pipelining_enable

Re: [SM-USERS] update config file version?

2011-12-09 Thread Grant
>> I noticed this from configtest.php: >> >> SquirrelMail version:   1.4.22 >> Config file version:    1.4.0 > > These are two different things. OK, so the latest stable config file version is 1.4.0? - Grant --

Re: [SM-USERS] Attachment directory ownership/permissions

2011-12-09 Thread Grant
bug report against whatever entity it was that > provided the package that did that. Got it. Maybe it's a Gentoo bug. - Grant -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is in

[SM-USERS] update config file version?

2011-12-09 Thread Grant
I noticed this from configtest.php: SquirrelMail version: 1.4.22 Config file version:1.4.0 Is that worth fixing? - Grant -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-09 Thread Grant
th that. I think it's OK since it would only apply to port 25. smtpd_recipient_restrictions is defined explicitly for port 587 in master.cf. Please correct me if I'm wrong. - Grant >> smtpd_tls_security_level = may >> smtpd_tls_auth_only = yes --

Re: [SM-USERS] Attachment directory ownership/permissions

2011-12-09 Thread Grant
wner should be the same as >> the webserver's. > > No.  Frank, you too should reconsider your directory permissions. > Both of you should read this: > > http://squirrelmail.org/docs/admin/admin-3.html It looks like Squirrelmail created my data directory in the webro

Re: [SM-USERS] Attachment directory ownership/permissions

2011-12-09 Thread Grant
he owner should be the same as >> the webserver's. > > No.  Frank, you too should reconsider your directory permissions. > Both of you should read this: > > http://squirrelmail.org/docs/admin/admin-3.html Thanks, I've created the directory as root:apache 730. - Grant

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-09 Thread Grant
hout encryption or authentication. Do you see any problems with my config? Please consider everything else default. master.cf: submission inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes -o smtpd_recipient_restrictions=pe

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-08 Thread Grant
ation since it is on the same machine as postfix. - Grant >>> when postfix is configured for smtps 465.  I read smtps is deprecated >>> so I switched postfix to submission 587 and changed the port in >>> squirrelmail's config but squirrelmail will no lon

[SM-USERS] Attachment directory ownership/permissions

2011-12-08 Thread Grant
uld I bother to change short_open_tag? It sounds like it's OK. I'm thinking I should create the attachment directory. What ownership and permissions should it have? - Grant -- Cloud Services Checkli

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-08 Thread Grant
using 1.4.22. >> deprecated SSL port 465 the only way to connect securely to a mail >> server with squirrelmail? > > FWIW, although port 465 is deprecated, I'm not sure it (postfix's > smtps service) is going anywhere anytime soon. Just trying to stay ahead of th

Re: [SM-USERS] smtps 465 works, submission 587 does not

2011-12-07 Thread Grant
STARTTLS". If I set "Secure SMTP (TLS) : false" in squirrelmail, I get: Authentication required 530 5.7.0 Must issue a STARTTLS command first If I change port 587 to 25 in squirrelmail I get: Bad sequence of commands 503 5.5.1 Error: authentication not enabled - Grant ---

[SM-USERS] smtps 465 works, submission 587 does not

2011-12-07 Thread Grant
nnect from localhost[127.0.0.1] Does anyone know how to fix this? - Grant -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion

Re: [SM-USERS] php-5.3.4 causes error messages

2011-01-06 Thread Grant
e php-5.3.4 slot, I also switched to its default php.ini which is a development version. I added the following to /etc/make.conf: PHP_INI_VERSION="production" and re-emerged php and ran etc-update to update php.ini to the production version. All is well now. - Grant ---

Re: [SM-USERS] php-5.3.4 causes error messages

2011-01-05 Thread Grant
rd to PHP and I'm still figuring it out. It looks like the installed php.ini for php-5.3.4 is a "development version". I switched to: error_reporting = E_ALL & ~E_DEPRECATED - Grant -- Learn how Oracl

[SM-USERS] php-5.3.4 causes error messages

2011-01-04 Thread Grant
trict Standards: Non-static method Message::parseBodyStructure() should not be called statically in /path/to/squirrelmail/class/mime/Message.class.php on line 296 Is this a known problem between squirrelmail-1.4.21 and php-5.3.4? -

[SM-USERS] Looking for tnef attachment decoder plugin

2009-07-09 Thread Grant Basham
I want a copy of the TNEF attachment pluging for squirrelmail and am thwarted by the current outage of the distribution site. If any one could send me a tar or zip of the plugin I would be forever in your debt. Many thanks. -- Grant Bashamgr...@rsmas.miami.edu 305-421-4026RSMAS

[SM-USERS] WAP/Mobile layout?

2009-01-16 Thread Grant
Are there any plans for a WAP or mobile device version of the squirrelmail layout? - Grant -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf

Re: [SM-USERS] Connection dropped by imap-server

2004-09-30 Thread Grant
t; 3. postfix-users mailing list > Thanks a lot for everyone's help. It started working after setting up the maildirs and rebooting to get the machine to read the new host, hosts, and dnsdomainname values. The weird thing now is... where's all the spam? I don't have the spam or anti

Re: [SM-USERS] Connection dropped by imap-server

2004-09-29 Thread Grant
end email now, but messages don't seem to be reaching my inbox. Any tips on troubleshooting that with courier-imap and postfix? - Grant --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your busine

[SM-USERS] Connection dropped by imap-server

2004-09-28 Thread Grant
I'm getting this message when trying to log in to squirrelmail. Does anyone know what it means or what other information I could provide to help in deciphering it? I'm using postfix, courier-imap, and squirrelmail on Gentoo Linux

[SM-USERS] Catchall User?

2004-09-27 Thread Grant
I have Postfix, Courier-IMAP, and Squirrelmail set up but I can't figure out how to set up a catchall and a user to log into that account? Can anyone point me in the right direction? - Grant --- This SF.Net email is sponsored by: YOU B