Re: [SM-USERS] Empty Localized Login Button

2016-10-03 Thread Nikolaos Milas
On 6/4/2016 12:54 μμ, Nikolaos Milas wrote: > On 6/4/2016 12:47 μμ, Nikolaos Milas wrote: > >> Can you please suggest a solution to display the login button >> (localized) correctly in the /src/webmail.php page? > Sorry, in the /src/login.php page! > > Thanks, > Nick

Re: [SM-USERS] Empty Localized Login Button

2016-04-06 Thread Nikolaos Milas
On 6/4/2016 12:47 μμ, Nikolaos Milas wrote: > Can you please suggest a solution to display the login button > (localized) correctly in the /src/webmail.php page? Sorry, in the /src/login.php page! Thanks

Re: [SM-USERS] Empty Localized Login Button

2016-04-06 Thread Nikolaos Milas
On 28/3/2016 8:39 μμ, Nikolaos Milas wrote: > On 28/3/2016 8:34 μμ, Nikolaos Milas wrote: > >> The initial Login Screen button which should carry the word "Login" >> (in Greek) remains empty! >> > An addition which may be useful for anyone l

Re: [SM-USERS] Empty Localized Login Button

2016-03-28 Thread Nikolaos Milas
On 28/3/2016 8:34 μμ, Nikolaos Milas wrote: > The initial Login Screen button which should carry the word "Login" > (in Greek) remains empty! > An addition which may be useful for anyone looking into it: In config, I have: $squirrelmail_default_language = 'el_GR

[SM-USERS] Empty Localized Login Button

2016-03-28 Thread Nikolaos Milas
Hello, I am setting up SM 1.4.23 SVN on a CentOS 6 server with PHP 5.5. Basic installation went fine; I also installed greek locale (el_GR) and faced the problem mentioned here: https://sourceforge.net/p/squirrelmail/bugs/2806/?page=3 In fact not only there were message subjects missing, b

Re: [SM-USERS] Replication of mail server and webmail

2014-04-10 Thread Nikolaos Milas
On 7/4/2014 6:39 μμ, Paul Lesniewski wrote: >> Thinking it over again, I believe it will be enough to periodically >> >(e.g. once a day or every couple of days or even less) sync only the >> >data dir (vmail ---> vmail1) just to make sure we have updated users' >> >settings and leave security_toke

Re: [SM-USERS] Replication of mail server and webmail

2014-04-07 Thread Nikolaos Milas
On 7/4/2014 11:48 πμ, Nikolaos Milas wrote: > In order to do that I am thinking to sync the directories > /var/local/squirrelmail/data and /var/local/squirrelmail/attach between > the two servers. I think that it would suffice to setup an automatic, > near-real-time one-way

[SM-USERS] Replication of mail server and webmail

2014-04-07 Thread Nikolaos Milas
Hello, I am trying to create a failover server. vmail.example.com is the primary server and vmail1.example.com is the failover one. Servers are running Postfix / Dovecot / Squirrelmail. Incoming mail is received from mailgateway1.example.com and mailgateway2.example.com and is forwarded to vma

Re: [SM-USERS] per user SMTP credentials

2012-12-05 Thread Nikolaos Milas
On 4/12/2012 12:36 μμ, Nikolaos Milas wrote: > I turned $useSendmail to false and now it does > use SMTP (Port 587 = "submission" - as configured). However, I can't > make it work with SASL-Auth. > > ... > > Any suggestion

Re: [SM-USERS] per user SMTP credentials

2012-12-04 Thread Nikolaos Milas
On 3/12/2012 10:40 μμ, Paul Lesniewski wrote: > This indicates you have $useSendmail set to true. If you want to send > using SMTP, you need to turn that off. Thanks, you were right; I turned $useSendmail to false and now it does use SMTP (Port 587 = "submission" - as configured). However, I ca

Re: [SM-USERS] Looking for a new version with AJAX etc.

2012-12-03 Thread Nikolaos Milas
On 29/11/2012 7:10 μμ, Wm Mussatto wrote: > I concur that there needs to be a non-AJAX version. I won't insist on the use of AJAX, BUT a well-designed, pleasent interface is definitely needed. The bundled themes are simply over-aged and inadequate - below user expectations. As others have indic

Re: [SM-USERS] per user SMTP credentials

2012-12-03 Thread Nikolaos Milas
On 3/12/2012 9:56 πμ, Paul Lesniewski wrote: > You can configure it to use the same credentials that the user logged > in with. I have tried to do so, by using: $smtpServerAddress = 'localhost'; $smtpPort = 587; $smtp_auth_mech = 'plain'; $smtp_sitewide_user = ''; $smtp_sitew

[SM-USERS] Force SASL-auth when sending mail

2012-11-06 Thread Nikolaos Milas
Hi, I am using v1.4.22 on CentOS 5.8 (x86_64). Currently, when sending mail from SM, it uses the following setup (config/config.php): $useSendmail= true; $smtpServerAddress = 'localhost'; $smtpPort = 587; $sendmail_path = '/usr/sbin/sendmail'; $sendmail_args = '-

Re: [SM-USERS] Message Filters Plugin

2012-10-16 Thread Nikolaos Milas
On 16/10/2012 4:24 μμ, michael crane wrote: > not a plugin > procmail Thanks Michael, To answer my own question: http://old.nabble.com/Rules-filters-for-folders-td22140377.html Nick -- Don't let slow site performance

[SM-USERS] Message Filters Plugin

2012-10-16 Thread Nikolaos Milas
Hello, I would like to know whether there exists some plugin that provides functionality identical to Thunderbird "Message Filters" which allow incoming mail to be automatically moved into a selected folder, based on defined criteria. Please advise. Thanks, Nick -

Re: [SM-USERS] unserialize errors

2012-03-09 Thread Nikolaos Milas
On 9/3/2012 9:01 μμ, Nikolaos Milas wrote: > When trying to compose a message, I see this error: > > Message not sent. Server replied: > > Email delivery error > 75 Can't execute command '/usr/sbin/sendmail -i -t > -fu...@example.com'. I found

[SM-USERS] unserialize errors

2012-03-09 Thread Nikolaos Milas
Hello, Unexpectedly, I have started seeing errors with PHP 5.3.8 and SM 1.4.22: When trying to compose a message, I see this error: Message not sent. Server replied: Email delivery error 75 Can't execute command '/usr/sbin/sendmail -i -t -fu...@example.com'. In the logs: Mar 9 17:

[SM-USERS] Questions on Address Book Grouping Plugin

2012-01-26 Thread Nikolaos Milas
Hello, We have installed and we are experimenting with the very nice Address Book Grouping and Pagination Plugin. I would like to ask (because I haven't been able to find out if and how): 1. Is there a way to display a column in the addresses listing showing the group(s) each address belongs t

Re: [SM-USERS] Users - Multisession problem

2012-01-20 Thread Nikolaos Milas
On 19/1/2012 7:56 μμ, Paul Lesniewski wrote: > Login Check plugin Hi Paul, Following this discussion, I thought: Shouldn't this plugin be included in the main source code (and checks be always enabled, not only with a plugin) as a safety measure? How does this plugin tackle such "parallel" se

Re: [SM-USERS] Date warnings with squirrel_logger

2011-12-21 Thread Nikolaos Milas
On 21/12/2011 10:22 μμ, Paul Lesniewski wrote: > How did you install SquirrelMail? Please look at the bottom of > include/validate.php and see if the timezone code block is there: > > http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/include/validate.

Re: [SM-USERS] smime errors with PHP 5.3.8

2011-12-21 Thread Nikolaos Milas
On 21/12/2011 10:41 μμ, Paul Lesniewski wrote: > If you can test, I'll put a new version together in a little while. Thanks, I will! Nick -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app

[SM-USERS] smime errors with PHP 5.3.8

2011-12-21 Thread Nikolaos Milas
ead=1&mailbox=INBOX smime was working OK with PHP 5.1.6. Any advice? Thanks in advance, Nikolaos Milas National Observatory of Athens Greece -- Write once. Port to many. Get the SDK and tools to simplify cross-platfor

[SM-USERS] Date warnings with squirrel_logger

2011-12-21 Thread Nikolaos Milas
to stop getting these warnings? Thanks in advance, Nikolaos Milas National Observatory of Athens Greece -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port exis