Posts by ace

    Hello,


    Yes, my problem is solved by :
    - Upgrading IMSCP
    - Select DOVECOT server during install assitant (more important)


    Ok, thanks.


    Upgrading isn't possible any more at the moment as I'm already at 1.1.14. Though I'll give a try to reinstalling dovecot (already use that)

    I recently upgraded to 1.1.14 as can be seen in the update/upgrade support forum, Problem upgrading from master 20130723 (no update will work).


    The system is running on Debian 7.6 Wheezy.
    I-MSCP is 1.1.14 (since a couple of days)
    Apache is running with FPM


    As can be seen in RoundCubePlugins - ManageSieve I have a problem with ManageSieve.
    Today I also found out mobile clients (K-9) ain't able to send emails.


    I forced people to use SMTPS for sending emails for several reasons.
    For testing I disabled SSL/TLS in K-9 and than sending mails work.


    After having a look in the log files I found this:
    mail.log states:

    Quote

    Oct 8 08:34:40 VirtualSlet postfix/smtpd[4024]: warning: No server certs available. TLS won't be enabled
    Oct 8 08:34:40 VirtualSlet postfix/smtpd[4024]: connect from unknown[62.140.132.73]
    Oct 8 08:34:40 VirtualSlet postfix/smtpd[4024]: warning: Wrapper-mode request dropped from unknown[62.140.132.73] for service smtps. TLS context initialization failed. For details see earlier warnings in your logs.
    Oct 8 08:34:40 VirtualSlet postfix/smtpd[4024]: disconnect from unknown[62.140.132.73]


    In the past it was working, so this is something that broke during the upgrade from 20130723 to 1.1.14


    Is there an (easy) fix for this?



    I'm also hoping that this has something to do with the ManageSieve problems I'm having.
    If I go to RoundCube --> Settings --> Filter I get a message "can not connect to server"
    mail.log states (ps, mail adres is removed from code):

    Quote

    Oct 8 08:57:16 VirtualSlet dovecot: managesieve-login: Aborted login (auth failed, 1 attempts in 4 secs): user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured, session=<X8pD0+MEFQB/AAAB>

    Did you manage to get this resolved?
    I to have this problem. After an upgrade to 1.1.14 I tried to update spamassassin to the latest manner of working (with plugins) as it was working without them before.


    I installed the spamassassin plugin.
    I installed the roundcubeplugins.


    The mark as spam button is now working.
    But when I go to settings -> filters I also get Unabale to connect to server.
    In the log file I also have (removed my email address)

    Code
    1. Oct 6 15:48:54 VirtualSlet dovecot: managesieve-login: Aborted login (auth failed, 1 attempts in 4 secs): user=<####MARKED@OUT####>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured, session=<y/6yV8EE4gB/AAAB>


    If you need the server as soon as possible, try to switch to another implementation (perl imscp-autoinstall -r httpd or something like that)


    I tried running this from the installer of the version I'm currently running.
    This results in an error. I haven't tried it with the latest script, I can give that A try as well if you think this could be usefull?



    EDIT:
    I just tried 'perl imscp-autoinstall -r httpd' with the script from 1.1.14.
    This results in a single error message:
    [Wed Oct 1 08:39:11 2014] [fatal error] Servers::httpd::factory: syntax error at (eval 1078) line 1, near "require Servers::httpd::libgpm:"

    @ace You forgot to tell which httpd implementation you're using? (fpm, itk, cgi)


    I didn't forget. Like I posted in my OP, I don't know what implemantation it is, and I don't know how to find it (until @Nuxwin posted how to).



    The result is:
    HTTPD_SERVER = apache_fcgi



    During the autoinstall script I tried fcgid and the bottom (default) option.
    Both resulted in this same error.


    Though with the above result I think I had FCGI setup.