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

2011-12-09 Thread Grant
> Squirrelmail runs on the same machine as postfix and sends mail fine >>> >>> Is there any reason you need an encrypted connection when sending mail >>> on the localhost?  This just creates unnecessary overhead and is >>> usually avoided if the connection is not over public networks.  It's >>>

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

2011-12-09 Thread Grant
>>> ERROR: You have configured PHP not to allow short tags >>> (short_open_tag=off). This shouldn't be a problem with SquirrelMail or >>> any plugin coded coded according to the SquirrelMail Coding >>> Guidelines, but if you experience problems with PHP code being >>> displayed in some of the pages

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

2011-12-09 Thread Grant
>>> ERROR: You have configured PHP not to allow short tags >>> (short_open_tag=off). This shouldn't be a problem with SquirrelMail or >>> any plugin coded coded according to the SquirrelMail Coding >>> Guidelines, but if you experience problems with PHP code being >>> displayed in some of the pages

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

2011-12-09 Thread Paul Lesniewski
On Fri, Dec 9, 2011 at 8:29 AM, Grant wrote: ERROR: You have configured PHP not to allow short tags (short_open_tag=off). This shouldn't be a problem with SquirrelMail or any plugin coded coded according to the SquirrelMail Coding Guidelines, but if you experience problems with

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

2011-12-09 Thread Paul Lesniewski
On Fri, Dec 9, 2011 at 7:15 AM, Grant wrote: >> Squirrelmail runs on the same machine as postfix and sends mail fine Is there any reason you need an encrypted connection when sending mail on the localhost?  This just creates unnecessary overhead and is usually avoided if th

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

2011-12-09 Thread Grant
>> I now have Thunderbird connecting remotely to 587 and Squirrelmail >> connecting locally to 587 without encryption or authentication.  Do >> you see any problems with my config?  Please consider everything else >> default. >> >> master.cf: >> >> submission inet n       -       n       -       -

[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 intended

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

2011-12-09 Thread Grant
>>> http://squirrelmail.org/docs/admin/admin-3.html >> >> It looks like Squirrelmail created my data directory in the webroot as >> apache:apache 0755.  Is it standard practice to let it install there, >> move it, change permissions, and change ownership? > > SquirrelMail doesn't create any directo

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

2011-12-09 Thread Paul Lesniewski
On Fri, Dec 9, 2011 at 10:14 AM, Grant wrote: >>> I now have Thunderbird connecting remotely to 587 and Squirrelmail >>> connecting locally to 587 without encryption or authentication.  Do >>> you see any problems with my config?  Please consider everything else >>> default. >>> >>> master.cf: >>>

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

2011-12-09 Thread Paul Lesniewski
On Fri, Dec 9, 2011 at 10:27 AM, Grant wrote: > I noticed this from configtest.php: > > SquirrelMail version:   1.4.22 > Config file version:    1.4.0 These are two different things. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squ

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 -- Cloud Ser

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

2011-12-09 Thread Grant
I now have Thunderbird connecting remotely to 587 and Squirrelmail connecting locally to 587 without encryption or authentication.  Do you see any problems with my config?  Please consider everything else default. master.cf: submission inet n       -       n

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

2011-12-09 Thread Tomas Kuliavas
2011.12.09 20:14 Grant rašė: > You're saying I should have Squirrelmail and Thunderbird submit on > different ports? I was under the impression that all submission > should take place on 587. Before MSA was invented all emails were submitted on 25 port. Worked just fine. >>> main.cf: >>> >>> smt

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

2011-12-09 Thread Grant
smtpd_tls_security_level = may smtpd_tls_auth_only = yes > > Your postfix configuration requires StartTLS on 587 port. Turn off > starttls requirement and SquirrelMail 1.4 will be able to use it. If you > don't want to turn it off, you are free to backport starttls support from > 1.5.x. A

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

2011-12-09 Thread Grant
>>> I just ran configtest.php and got: >>> >>> ERROR: You have configured PHP not to allow short tags >>> (short_open_tag=off). This shouldn't be a problem with SquirrelMail or >>> any plugin coded coded according to the SquirrelMail Coding >>> Guidelines, but if you experience problems with PHP co

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

2011-12-09 Thread Paul Lesniewski
On Fri, Dec 9, 2011 at 11:04 AM, Grant wrote: >>> 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? Yes -- Paul Lesniewski SquirrelMail Tea

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

2011-12-09 Thread Paul Lesniewski
On Fri, Dec 9, 2011 at 6:54 PM, Grant wrote: I just ran configtest.php and got: ERROR: You have configured PHP not to allow short tags (short_open_tag=off). This shouldn't be a problem with SquirrelMail or any plugin coded coded according to the SquirrelMail Coding Gu