[SOLVED]Dovecot error when roundcube tries to test IMAP

I am trying to get a virtual user mail server up and running. I have VM setup to be just a mail server. I have a couple things not working but Ill start with trying to resolve this error first.
error with journalctl -b -u dovecot
Aug 13 19:22:46 hermes dovecot[574]: master: Dovecot v2.2.13 starting up for imap, sieve (core dumps disabled)
Aug 13 19:23:58 hermes dovecot[577]: imap-login: Fatal: Can't load private ssl_key: Key is for a different cert than ssl_cert
Aug 13 19:23:58 hermes dovecot[574]: master: Error: service(imap-login): command startup failed, throttling for 2 secs
Aug 13 19:24:07 hermes dovecot[577]: imap-login: Fatal: Can't load private ssl_key: Key is for a different cert than ssl_cert
Aug 13 19:24:07 hermes dovecot[574]: master: Error: service(imap-login): command startup failed, throttling for 4 secs
I tried deleting the dovecot.pem files and recreating the ssl cert and that did not change the error.
dovecot.conf
protocols = imap sieve
ssl = yes
ssl_cert = </etc/ssl/certs/server.crt
ssl_key = </etc/ssl/private/server.key
first_valid_uid = 5000
first_valid_gid = 5000
mail_home = /home/vmail/%d/%u
mail_location = maildir:~
auth_mechanisms = plain login cram-md5
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
service auth {
unix_listener auth-client {
group = postfix
mode = 0660
user = postfix
user = root
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
protocol lda {
postmaster_address = [email protected]
hostname = example.com
sendmail_path = /usr/sbin/sendmail
mail_plugins = sieve
log_path = /var/log/dovecot-lda-errors.log
info_log_path = /var/log/dovecot-lda.log
service managesieve-login {
inet_listener sieve {
port = 4190
service managesieve {
protocol sieve {
# Defaults are OK, so nothing in this section.
plugin {
sieve = ~/.dovecot.sieve
sieve_global_path = /home/vmail/sieve.sieverc
sieve_dir = ~/
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
dovecot-sql.conf
driver = mysql
connect = host=localhost dbname=postfix_db user=user password=password
default_pass_scheme = MD5-CRYPT
user_query = SELECT '/home/vmail/%d/%u' as home, 'maildir:/home/vmail/%d/%u' as mail, 5000 AS uid, 5000 AS gid, concat('dirsize:storage=', quota) AS quota FROM mailbox WHERE username = '%u' AND active = '1'
password_query = SELECT username as user, password, '/home/vmail/%d/%u' as userdb_home, 'maildir:/home/vmail/%d/%u' as userdb_mail, 5000 as userdb_uid, 5000 as userdb_gid FROM mailbox WHERE username = '%u' AND active = '1'
Thank you to anyone who takes the time to read and especially anyone who takes the time to reply.
Last edited by ScottMB (2014-08-15 11:42:56)

fixed. I was pointing to the incorrect ssl_cert.

Similar Messages

  • I got errors when I tried to upgratde WLS from 10.3.0.0 to 10.3.3.0

    Hi there,
    In our system we use spring on WLS. Everything is well till I try to upgrade WLS from 10.0 to 10.3. I set listener in my web.xml file.
    <listener>
    <listener-class>weblogic.spring.monitoring.WeblogicContextLoaderListener</listener-class>
    </listener>
    I got below errors when I tried to start our system:
    Jul 26, 2010 9:54:14 AM org.springframework.web.context.ContextLoader initWebApplicationContext
    SEVERE: Context initialization failed
    java.lang.NoSuchMethodError: weblogic.spring.monitoring.SpringBeanDefinitionRuntimeMBeanImpl.<init>(Ljava/lang/String;Lweblogic/management/runtime/RuntimeMBean;Ljava/lang/String
    ng/String;Ljava/lang/String;)V
    at weblogic.spring.monitoring.SpringRuntimeMBeanCreator.createSpringRuntimeMBeans(SpringRuntimeMBeanCreator.java:77)
    at weblogic.spring.monitoring.SpringRuntimeMBeanCreator.createSpringRuntimeMBeans(SpringRuntimeMBeanCreator.java:47)
    at weblogic.spring.monitoring.WeblogicSpringApplicationListener.onApplicationEvent(WeblogicSpringApplicationListener.java:80)
    at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
    at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:736)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:383)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(Dep
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any thoughts are very welcome!
    Thanks,
    Bo
    Edited by: user5771153 on 10-Sep-2010 8:57 AM

    I had a problem upgrading from 10.3.0 to 10.3.3 as well.
    I used Smart Update on a Linux (X86) machine.
    - I had previously used Smart Update to apply Critical Patches to the WLS 10.3.0 environment, all using the default profile.
    - I upgraded the environment to Maintenance Pack 3 using Smart Update.
    After the upgrade Smart Update indicates that there are no patches applied. However, when I start a WLS server previously created in 10.3.0, it lists the patches previously applied and then fails with a message:
    <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'bea_wls_internal'.
    I opened a service request and received a 'workaround' which is to manually remove the patches applied for 10.3.0. After I did this things worked correctly, at least for the trivial testing that I've performed so far.
    Perhaps you should open an SR, report the problem and maybe get a better workaround?
    - Paul

  • Error when I clone a test plan

    Hi All
    I get the below error when I clone a test plan.
    I've no steps or attachments in the test case mentioned below. It helps to more than one test case
    clone operation encountered an error while processing test case 21428. Exclude this test case from the suites being cloned and retry the operation. Error details : Failed to parse xml in the UITest file attachment or TCM.Steps field. Make usre this data
    is valid and retry the opeartion
    Please let me know how to fix this issue?
    Thanks

    Hi Sathish,
    Base on the error message, it seems that there are something issue in test case 21428. I suggest that you could create a new test case that similar to test case 21428 and try again.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My TC display a lot of errors when I tried to config some AirPort Express as a repeater

    My TC display a lot of errors when I tried to config some AirPort Express as a repeaters.
    I have some AirPort Express as a repeaters for my wireless SSID in my TC. But they doesn't work, some times there are not exist in my AirPort Utility, and some times I need to reconfig those again.
    I can't use AirPlay in my repeaters, and can't use my Apple TV eigther.
    Really it is a desaster.
    The idea is very good, have a TC with your hard disk, have one computer with iTunes, and repeat all your music, photos and videos to all your home through your apple TV and your AirPort Express repeaters.
    BUT IT DOESN'T WORK
    The TC crashes every 10 minutes, the AirPort utility doesn't find all of AirPort Express repeaters, iTunes doesn's find the repeaters and Apple TV eigther.
    Is anybody has a solution?
    May be someone had a similar problem.

    I did all.
    But still having problems:
    TC still crashes, but less times per day, it blocks the Wireless access and need to restart; AirPorts Express don't repeat the signal as well as I need, some of them just don't repeat the signal at all; AirPlay in iTunes some times has all the repeaters (8) and Apple TV (2) for send the music, photos and videos, and some times doesn't has all of them.
    And, with the 5.6 Utility and fireware 7.5.2 (in TC)* I lost "Back to my Mac" to TC; "Back to my Mac" still working to my iMac but lost it to my TC. (I use a TC hard disk as a personal cloud in my MacBook Pro)
    *I just put the firmware 7.5.2 in TC, all my repeaters have firmware 7.6.1, should I need put the 7.5.2 on the repeaters too?
    Do you have an other issue to solve this?
    I insist, THE IDEA IS VERY GOOD, have all your music, photos and videos in all your home through AirPort Express repeaters and Apple TV via iTunes and AirPlay Utility, BUT DOESN'T WORK as well to have stable music, photos, videos, and conections.
    Thanks

  • Error when starting Mercury Quicke Test Professional

    Hello,
    I am executing the QTP scripts through eCATT. During execution I got an error ' Error when starting Mercury Quick Test Professional'.
    Does anybody knows how to resove this?
    Thanks,
    Mahantesh

    Hi,
    This is a common problem if scripting is disabled either on server or on ur sapgui client.
    for enabling at server got rz11 tcode and enter sapgui/user_scripting profile and enable scripting there.
    Refer my sdn weblogs which shows minimum config for QTP and ECATT  and also how to create and run the scripts.
    /people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1
    /people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2
    Please reward points.

  • There was an error when I tried to install OS X Lion online. What can I do to fixed the problem?

    There was an error when I tried to install OS X Lion after I purchased the os online. How do I fixed it?

    Had the same problem.  All I did was click retry, (nothing happened at first so had a panic attack) so I checked my email and found I'd payed for Lion, also the Lion App in the app Store had gone back to the purchace price.  However after reaching for a brown paper bag to try and stop myself hyperventilating, Lion suddenly appeared and said it was installing.  33 minutes later it was up and running 'Job done'

  • I'am getting an update error when am trying to upgrade to newer version (4.3.2)..the error message content shows that i tunes could not back up the i pod,because the back up was corrupt or not compatible with ipod..can anyone help me out to fix this issue

    I'am getting an update error when am trying to upgrade to newer version (4.3.2)..the error message content shows that i tunes could not back up the i pod,because the back up was corrupt or not compatible with ipod..can anyone help me out to fix this issue

    Hi,
    Try here:  http://support.apple.com/kb/HT1808. 
    Hope this helps! 
    ---likeabird---

  • Getting error when I tried to give sysdba to user1 in oracle 10g on solaris

    Hi,
    I have created a password file orapw<sid>.ora under dbs directory and set the remote_login_passwordfile=exclusive. I am getting the below error when I tried to give sysdba to user1.
    ORA-01994 Grant Failed : Password file missing or disabled.
    Kindly share your knowledge in this regards.
    Thanks,
    KarthicK

    1. drop the current password file if exists
    2 Recreate the password file. The user that will create the password file must be in OS DBA group
    Be sure that the user has XWR privileges on that file.
    give an fully pathname for the password file, under dbs directory ( not mandatory, but i prefer )
    3. recreate the password file and grant privilege to user user1
    Let we know

  • There was as error when i tried to update my itunes. I am trying to reinstall but now i get an error message saying to verify if I am able to have apple mobile service. How do i do that?

    There was as error when i tried to update my itunes. I am trying to reinstall but now i get an error message saying to verify if I am able to have apple mobile service. How do i do that?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • [svn] 1774: Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials .

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

  • [svn:fx-trunk] 10641: Fix ambiguous reference error when compiling a performance test.

    Revision: 10641
    Author:   [email protected]
    Date:     2009-09-28 08:44:38 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Fix ambiguous reference error when compiling a performance test.
    Fully qualify mx.events.Requests in generated code for FlexInit.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Start by validating your HTML code.  You have numerous code validation errors on line 230 caused by UPPER case tags.  XHTML doc types, need lower case tags.  After you fix your code errors, republish your page.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/ 
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • I got a error when i trying to backup my iphone with the usb cable

    i got a error when i trying to backup my iphone with the usb cable. After i update to ios7 and also update itunes to last version, i got a message like 'could not back up the iphone, because a session could not be start with the iphone'. does anyone know how to deal with it. I never meet this question before i update to ios7

    Hello Lazyboy7,
    Thank you for using Apple Support Communities!
    It sounds like you are getting an error message from iTunes when trying to manually backup with your USB cord.
    I found this article to help troubleshoot what might be going on here:
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Take care,
    Sterling

  • An error message occured when I tried to test my rule in wanavigator

    Hi, all.
    I tried to deploy my rule as a web service with ws generation tool. After I deplyed my generated .ear file, I tried to test it in wsnavigator. When I found my ws and clicked on it, I got an error message which is below.
    "Invalid Response Code: (404) Not Found. The request URL was:"http://iwdfvm1047.wdf.sap.corp:50000/setcallcharge/SetCallChargeService". Check, whether the URL is correct, and the Web Service that you are requesting is up and running."
    I had no idea what`s wrong with my ws. Can anyone give me a hand?
    Thx
    Best Regards.
    Louis Huang.

    Hello Louis,
    This problem may be occurring because you are using an earlier version of CE 7.11 Beta. I would suggest your using a newer version of CE which is now available on SDN - https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/00846edd-355b-2b10-f38c-df94ec96eb74
    We have tested the web service you had sent me, with this version and it works as expected.
    Please do let us know if you need any further clarifications.
    Regards,
    Arti

  • [Solved]getting error when trying to launch kate in terminal

    i'm wondering why i'm getting this error message when trying to open a file with kate using root in standard terminal
    eg su
    kate /home/user/document
    and i'm getting this error mesage
    No protocol specified
    kate: cannot connect to X server :0.0
    when i try the same method with user account it work perfectl
    kate /home/user/document
    no error
    when i'm trying to open firestarter with root i get this kind message
    No protocol specified
    (firestarter:7848): Gtk-WARNING **: cannot open display: :0.0
    so i try with standard user and i this kind of message
    "insufficient privelige u need to be root"
    Last edited by burmmo (2008-07-01 21:03:42)

    You can always use
    xhost + localhost
    But the real solution lies here...

  • Why am I getting an URL error when iCal tries to access my google apps calendar?

    My previously synced and normal google calendar for work was syncing fine with OSX's native Calendar app. Then I updated to to Mavericks, now my Calendar app is showing a URL error when trying to access my work calendar.
    Our company uses a google apps business account, so our domain isn't gmail.com - in fact our domain acutally uses .asia.
    Any ideas on how I can solve this? I've tried to re-link the account numerours times.....

    same exact problem using vista

Maybe you are looking for

  • How do I safely and correctly override equals in a generic element class?

    (I posted this in the collection forum, but it was suggested I should take it here instead.) I've written an OrderedPair element class, (OrderedPair<K,V>), so I can have a set of ordered pairs. To get the container to treat OrderedPairs as values ins

  • Tax Base Amount

    Hi, We are trying to enter direct payment into "VAT Output Account" thru GL Document using the T Code FB50. In the GL Master for VAT Output account we have maintained the settings for allowing the direct postings. However, when we enter the amount an

  • HT201263 iphone has completely dead, it wont connect to power supply or PC and won't re charge

    My iphone 4 has completely died - it wont connect to the power supply, wont connect to PC nothing - any suggestions ??

  • Clear ALV Data

    Hi All, I am very new to Webdynpro (ABAP) and have run into an issue, I have a main screen from which I am calling the ALV report screen. First time data coming fine, but when I go back and change the selection parameters and then execute the report

  • Quiet line test has mains hum - how to fix

    My BT incoming pair is located right below the electrical mains distribution board. A Quiet line test has main hum which goes away when I trip the RCDs (there are two) My speed has never been good (2.5Mb max - we are nearly in the next exchange area)