Mail services won't fully start

After the last software update and reboot on our Mavericks Server, I found the mail services to be offline. Trying to start them up in the Server app doesn't work (I click the switch to be "on", and it just goes back to "off".) I managed to get the incoming services working by running "serveradmin start mail" from the command line, but the MTA and related services remain offline with no apparent rhyme or reason. I've tried rebooting the machine as well, but to no avail.
None of the logs relating to the mail services show anything that would suggest a problem, and nothing has changed on this server or its environment (eg. DNS still fine).
Any tips? I feel like this server is built on a stack of cards. After bad past experiences of upgrading OS X servers, I did a fresh install of Mavericks and Mavericks Server to have a fresh, clean environment. Apparently even that is not enough to make this a reliable solution.
Here's the output of "serveradmin fullstatus mail":
mail:startedTime = "2014-04-28 17:35:45 +0000"
mail:setStateVersion = 1
mail:state = "STOPPING"
mail:protocolsArray:_array_index:0:status = "ON"
mail:protocolsArray:_array_index:0:kind = "INCOMING"
mail:protocolsArray:_array_index:0:protocol = "IMAP"
mail:protocolsArray:_array_index:0:state = "RUNNING"
mail:protocolsArray:_array_index:0:service = "MailAccess"
mail:protocolsArray:_array_index:0:error = ""
mail:protocolsArray:_array_index:1:status = "ON"
mail:protocolsArray:_array_index:1:kind = "INCOMING"
mail:protocolsArray:_array_index:1:protocol = "POP3"
mail:protocolsArray:_array_index:1:state = "RUNNING"
mail:protocolsArray:_array_index:1:service = "MailAccess"
mail:protocolsArray:_array_index:1:error = ""
mail:protocolsArray:_array_index:2:status = "ON"
mail:protocolsArray:_array_index:2:kind = "INCOMING"
mail:protocolsArray:_array_index:2:protocol = "SMTP"
mail:protocolsArray:_array_index:2:state = "STOPPED"
mail:protocolsArray:_array_index:2:service = "MailTransferAgent"
mail:protocolsArray:_array_index:2:error = ""
mail:protocolsArray:_array_index:3:status = "ON"
mail:protocolsArray:_array_index:3:kind = "OUTGOING"
mail:protocolsArray:_array_index:3:protocol = "SMTP"
mail:protocolsArray:_array_index:3:state = "STOPPED"
mail:protocolsArray:_array_index:3:service = "MailTransferAgent"
mail:protocolsArray:_array_index:3:error = ""
mail:protocolsArray:_array_index:4:status = "ON"
mail:protocolsArray:_array_index:4:kind = "INCOMING"
mail:protocolsArray:_array_index:4:protocol = ""
mail:protocolsArray:_array_index:4:state = "RUNNING"
mail:protocolsArray:_array_index:4:service = "ListServer"
mail:protocolsArray:_array_index:4:error = ""
mail:protocolsArray:_array_index:5:status = "ON"
mail:protocolsArray:_array_index:5:kind = "INCOMING"
mail:protocolsArray:_array_index:5:protocol = ""
mail:protocolsArray:_array_index:5:state = "STOPPED"
mail:protocolsArray:_array_index:5:service = "JunkMailFilter"
mail:protocolsArray:_array_index:5:error = ""
mail:protocolsArray:_array_index:6:status = "ON"
mail:protocolsArray:_array_index:6:kind = "INCOMING"
mail:protocolsArray:_array_index:6:protocol = ""
mail:protocolsArray:_array_index:6:state = "STOPPED"
mail:protocolsArray:_array_index:6:service = "VirusScanner"
mail:protocolsArray:_array_index:6:error = ""
mail:protocolsArray:_array_index:7:status = "ON"
mail:protocolsArray:_array_index:7:kind = "INCOMING"
mail:protocolsArray:_array_index:7:protocol = ""
mail:protocolsArray:_array_index:7:state = "STOPPED"
mail:protocolsArray:_array_index:7:service = "VirusDatabaseUpdater"
mail:protocolsArray:_array_index:7:error = ""
mail:logPaths:Server Error Log = "/Library/Logs/Mail/mail-err.log"
mail:logPaths:IMAP Log = "/Library/Logs/Mail/mail-info.log"
mail:logPaths:Server Log = "/Library/Logs/Mail/mail-info.log"
mail:logPaths:POP Log = "/Library/Logs/Mail/mail-info.log"
mail:logPaths:SMTP Log = "/var/log/mail.log"
mail:logPaths:List Server Log = "/Library/Logs/Mail/listserver.log"
mail:logPaths:Migration Log = "/Library/Logs/MailMigration.log"
mail:logPaths:Virus Log = "/Library/Logs/Mail/clamav.log"
mail:logPaths:Amavisd Log = "/Library/Logs/Mail/amavis.log"
mail:logPaths:Virus DB Log = "/Library/Logs/Mail/freshclam.log"
mail:imapStartedTime = "2014-04-28 17:35:45 +0000"
mail:postfixStartedTime = ""
mail:servicePortsRestrictionInfo = _empty_array
mail:servicePortsAreRestricted = "NO"
mail:connectionCount = 5
mail:readWriteSettingsVersion = 1
mail:serviceStatus = "DISABLED"

Disabling virus checking alone had no effect, but when I also disabled junk mail filtering, I at least get the green light now; however, the MTA still is "STOPPED" althought its status is "ON".
Current status: https://dl.dropboxusercontent.com/u/31250/gifs/confused3.gif
$ sudo serveradmin fullstatus mail
mail:startedTime = "2014-04-29 00:18:21 +0000"
mail:setStateVersion = 1
mail:state = "RUNNING"
mail:protocolsArray:_array_index:0:status = "ON"
mail:protocolsArray:_array_index:0:kind = "INCOMING"
mail:protocolsArray:_array_index:0:protocol = "IMAP"
mail:protocolsArray:_array_index:0:state = "RUNNING"
mail:protocolsArray:_array_index:0:service = "MailAccess"
mail:protocolsArray:_array_index:0:error = ""
mail:protocolsArray:_array_index:1:status = "ON"
mail:protocolsArray:_array_index:1:kind = "INCOMING"
mail:protocolsArray:_array_index:1:protocol = "POP3"
mail:protocolsArray:_array_index:1:state = "RUNNING"
mail:protocolsArray:_array_index:1:service = "MailAccess"
mail:protocolsArray:_array_index:1:error = ""
mail:protocolsArray:_array_index:2:status = "ON"
mail:protocolsArray:_array_index:2:kind = "INCOMING"
mail:protocolsArray:_array_index:2:protocol = "SMTP"
mail:protocolsArray:_array_index:2:state = "STOPPED"
mail:protocolsArray:_array_index:2:service = "MailTransferAgent"
mail:protocolsArray:_array_index:2:error = ""
mail:protocolsArray:_array_index:3:status = "ON"
mail:protocolsArray:_array_index:3:kind = "OUTGOING"
mail:protocolsArray:_array_index:3:protocol = "SMTP"
mail:protocolsArray:_array_index:3:state = "STOPPED"
mail:protocolsArray:_array_index:3:service = "MailTransferAgent"
mail:protocolsArray:_array_index:3:error = ""
mail:protocolsArray:_array_index:4:status = "ON"
mail:protocolsArray:_array_index:4:kind = "INCOMING"
mail:protocolsArray:_array_index:4:protocol = ""
mail:protocolsArray:_array_index:4:state = "RUNNING"
mail:protocolsArray:_array_index:4:service = "ListServer"
mail:protocolsArray:_array_index:4:error = ""
mail:protocolsArray:_array_index:5:status = "OFF"
mail:protocolsArray:_array_index:5:kind = "INCOMING"
mail:protocolsArray:_array_index:5:protocol = ""
mail:protocolsArray:_array_index:5:state = "STOPPED"
mail:protocolsArray:_array_index:5:service = "JunkMailFilter"
mail:protocolsArray:_array_index:5:error = ""
mail:protocolsArray:_array_index:6:status = "OFF"
mail:protocolsArray:_array_index:6:kind = "INCOMING"
mail:protocolsArray:_array_index:6:protocol = ""
mail:protocolsArray:_array_index:6:state = "STOPPED"
mail:protocolsArray:_array_index:6:service = "VirusScanner"
mail:protocolsArray:_array_index:6:error = ""
mail:protocolsArray:_array_index:7:status = "OFF"
mail:protocolsArray:_array_index:7:kind = "INCOMING"
mail:protocolsArray:_array_index:7:protocol = ""
mail:protocolsArray:_array_index:7:state = "STOPPED"
mail:protocolsArray:_array_index:7:service = "VirusDatabaseUpdater"
mail:protocolsArray:_array_index:7:error = ""
mail:logPaths:Server Error Log = "/Library/Logs/Mail/mail-err.log"
mail:logPaths:IMAP Log = "/Library/Logs/Mail/mail-info.log"
mail:logPaths:Server Log = "/Library/Logs/Mail/mail-info.log"
mail:logPaths:POP Log = "/Library/Logs/Mail/mail-info.log"
mail:logPaths:SMTP Log = "/var/log/mail.log"
mail:logPaths:List Server Log = "/Library/Logs/Mail/listserver.log"
mail:logPaths:Migration Log = "/Library/Logs/MailMigration.log"
mail:logPaths:Virus Log = "/Library/Logs/Mail/clamav.log"
mail:logPaths:Amavisd Log = "/Library/Logs/Mail/amavis.log"
mail:logPaths:Virus DB Log = "/Library/Logs/Mail/freshclam.log"
mail:imapStartedTime = "2014-04-29 00:18:21 +0000"
mail:postfixStartedTime = ""
mail:servicePortsRestrictionInfo = _empty_array
mail:servicePortsAreRestricted = "NO"
mail:connectionCount = 4
mail:readWriteSettingsVersion = 1
mail:serviceStatus = "ENABLED"

Similar Messages

  • My Mac won't fully start up.. I push the power button, the apple sign pops up and the loading circle and then  a bar loading and as soon as the bar is done loading the computer cuts off again. It's like it attempts to start up like it's updating something

    My Mac won't fully start up.. I push the power button, the apple sign pops up and the loading circle and then  a bar loading and as soon as the bar is done loading the computer cuts off again. It's like it attempts to start up like it's updating something and then after the bar is full, it shuts off. Please help

    Hpullen wrote:
    A1278 and I'm not sure about the OSX
    http://support.apple.com/kb/HT4132 How to identify MacBook Pro models
    http://support.apple.com/kb/HT1159 Mac OS X versions (builds) for computers

  • MBP won't fully start up...

    I was using my 17inch MacBook Pro with no problems, shut the computer without turning it off, and when I reopened it it wouldn't wake up. I forced it to shut down by holding the power button, and now it won't fully start up. I press the power button, the sleep indicator light comes on, there's a few disk noises, but no fan or chime, and the screen never turns on.
    I have tried booting in safe mode, smc reset, and pmu reset and none seem to have done anythin
    I just got a new logic board about a month ago because of wifi issues.

    Sounds like hard drive failure or your new logic board.
    There is usually 90 day warranty on parts.

  • Service won't stay started!

    I'm running ZFH 5.1.
    The darn service that runs on the windows servers won't stay started.
    It will start up fine, run for about 5 minutes and then stop.
    In the event logs there are no entries to show errors or problems.
    The servers are Windows 2003 or Windows 2000. I've tried it on both versions.
    Any ideas?
    Thanks,
    Cheryl

    Cheryl,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Macbook won't fully start up

    Yesterday afternoon, I powered down my Macbook to go to class. When I got to class, I pushed the power button, heard the loud trumpet noise, went through the white startup screen, the blue screen and then my desktop background came up. But then, nothing! My dock won't come up, the menu bar at the top won't come up. I've tried restarting, but to no avail.
    I recently installed Leopard - could that be the reason? Should I just attempt to restart from the disk?
    Thanks!

    You were likely running at least Snow Leopard, if you were using Time Machine to back up. I can't imagine that you would have done any damage to your internal drive just by backing up - your internal drive may have been failing all along, causing the backup to fail as well.
    Try a couple of things - first try starting up whilst holding down the option key - see if you've any drive available that can boot your machine, even if you were running Lion you should have a Recovery partition. If that doesn't work, and you were, indeed running Snow Leopard, find the SL installation disc or the disc that came with your machine and boot from one of them. Try running disk Utility to see if your internal drive can be found, verified and repaired.
    None of this may work - but it's worth a shot.
    Clinton

  • L305d won't fully start, power jack also loose.

    I have a L305D-S5934 satellite Laptop that won't boot, seems not to be seeing the HD. Upon startup,the DVD drive whirs a moment, the "On" light lights up, the fan starts and runs,but the HD light doesn't come on and the HD stays
    silent (it might momentarily make a noise, I can't be sure). F8, F1, no effing key helps and the screen is blank.
    It started this intermittently, but quickly progressed to never starting. The last time it started I left it running for 2 days, then let go to hibernate and now it won't start again.
    Taking the battery out for 30 minutes doesn't help. Draining it and recharging it no good either.
    I even put in a DVD of Darik's Boot n Wipe to see if I could get that to come up on the screen upon startup. Nothing, Nada, dark.
    The recepticle for the AC power has been loose for a couple months...could this be part of it? 
    If it's the motherboard, howmuch are they and can a skilled novice replace it? 
    Thanks for any help.
    Solved!
    Go to Solution.

    Toshiba does build tough machines, if you saw what I do and have done to mine you would heartily agree that I beat the heck out of them, but like any other laptop there are certain areas you have to be careful with.
    The screen of course is fragile on any laptop, as are the hinges, but the most fragile point on any laptop is the power socket, it does not take much to damage them,  In fact it takes very little force to damage them, and once damaged they will only get worse until the laptop can no longer function.  it is one of the weakest points on any laptop ever made.
    On some models the power socket is not mounted on the motherboard, some have wires that connect the socket to the board, and they are normally not hard to replace if the person knows how to solder. This is one of those places where size matters as smaller laptops are more prone to having the socket mounted on the motherboard than larger units because of the limited amount of space available in laptops.
    Since yours will no longer start, but it is obviously getting power due to lights working on the unit, it is more than just a bad socket, but the loose socket may have started your laptops downfall by causing power spikes that could have damaged the motherboard.
    The best thing you can do when you get another laptop is to make sure that the power cord is placed in such a way that nothing can get tangled in it that might pull on the cord and damage the socket. 
    Feet in power cords has probably killed more laptops than any other form of damage other than dropping them.
    Welcome to the Toshiba user forums.
    For those of you who do not know what a user forum is, it is a community of users who volunteer time to help other users. Anyone can participate. It's 100% voluntary.
    Being super active is never a requirement

  • G5 won't fully start up, even after HD format and OS upgrade

    My G5 froze 2 days straight when coming home from work and waking it from sleep, and needed a hard reboot to restart. The 2nd day it did not come back up, just the white apple screen came up with the progress wheel spinning forever. A couple more hard reboots and I had teh same white screen, but this time with a folder with the finder logo on it and a flashing question mark (?) over top of it.
    I took this to mean it was some sort of system error, managed to bring it up in target mode on a friends imac, and backed up all my media before whipeing it clean and starting from scratch with the latest Mac OS (10.5). This seemed to work, but less than a week later the exact same thing happened again. Froze after coming awake from sleep, and then the finder/question mark thing.
    Seems like a serious problem? Any ideas? Could it just be my hard drive is toast and I need to buy a new one?

    Hi-
    Any ideas?
    A common cause of startup problems is loss of PRAM settings due to a weak PRAM battery. Replacement of the PRAM battery can resolve this.
    Replacing the PRAM battery
    PRAM and NVRAM settings can also get muddled, and a PRAM/NVRAM reset could be all that is needed.
    Resetting your Mac's PRAM and NVRAM
    Problems with power management; sleep/wake from sleep, start and shut down may be related to the PMU. A PMU reset would be in order in that case.
    Resetting the PMU
    Could it just be my hard drive is toast and I need to buy a new one?
    This is also a very real possibility.
    If you buy a new hard drive, highly recommend the Western Digital WD6400AAKS 640GB drive. Fastest drive for the money, and cool and quiet.

  • Computer won't fully start... strange flashing error HELP!!!!

    when i start my computer...
    it plays the opening sound...
    the apple appears and it spins...
    but then it goes to a black screen... for a minute i can type in letters (similar to MS-DOS mode on a PC).. but then it freaks out and this error starts flashing:
    dyld: Symbol not found: _SP
    reference from: /usr/lib/libncurses.5.4.dylib
    expected in: /usr/lib/libcourses .5.4.dylib
    I'm on summer vacation and i can't take it to my computer's help desk!
    should i just reimage?
    is there a way i can save my info??
    HELP ME!!!

    It appears that you're experiencing a kernel panic. Start with http://www.thexlab.com/faqs/kernelpanics.html for resolving it. Good luck.

  • IMac 10.58 won't fully start up

    I am handicapped. I have a 10.58 iMac that I tried to turn on but didn't realize my other hand
    was laying on the left edge of the keyboard when it started up. But the little gear kept whirling
    but not a full starting up. It tries for a couple minutes and then tries to reboot. Applle support told
    Me to take it to nearest Apple store, but for me that would be a major production, being unable
    to drive or carry it. Opinions???
    Help!
    Lee

    Hi Lee,
    Does it boot from our Install Disc?
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • Server Services won't re-start (unkown error)

    I have an installation of 10.4.11 server with a recurring problem. After a period of time (usually months, sometimes weeks) various services such as FTP or WEB will quit and not restart.
    I am flummoxed as to how to troubleshoot this problem. The error reported is (unknown error) with instruction to report this 'unknown error' to the server admin. This happens repeatedly and the only solution I have found is just rebuilding the install from the ground up each time this happens which is a very time-consuming process.
    Suggestions welcome.
    Message was edited by: Grady Lucas
    Message was edited by: Grady Lucas

    I have an installation of 10.4.11 server with a recurring problem. After a period of time (usually months, sometimes weeks) various services such as FTP or WEB will quit and not restart.
    I am flummoxed as to how to troubleshoot this problem. The error reported is (unknown error) with instruction to report this 'unknown error' to the server admin. This happens repeatedly and the only solution I have found is just rebuilding the install from the ground up each time this happens which is a very time-consuming process.
    Suggestions welcome.
    Message was edited by: Grady Lucas
    Message was edited by: Grady Lucas

  • SP1 for Exchange 2013 install fails with ECP virtual directory issues and now transport service won't start and mail is unavailable

    SP1 for Exchange 2013 install failed on me with ECP virtual directory issues:
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ecp (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The virtual directory 'ecp' already exists under 'server/name'.
    Parameter name: VirtualDirectoryName".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    Error:
    The following error was generated when "$error.Clear();
              $BEVdirIdentity = $RoleNetBIOSName + "\ECP (name)";
              $be = get-EcpVirtualDirectory -ShowMailboxVirtualDirectories -Identity $BEVdirIdentity -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
              if ($be -eq $null)
              new-EcpVirtualDirectory -Role Mailbox -WebSiteName "name" -DomainController $RoleDomainController;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
              set-EcpVirtualdirectory -Identity $BEVdirIdentity -InternalUrl $null -ExternalUrl $null;
              . "$RoleInstallPath\Scripts\Update-AppPoolManagedFrameworkVersion.ps1" -AppPoolName:"MSExchangeECPAppPool" -Version:"v4.0";
            " was run: "The operation couldn't be performed because object 'server\ECP (name)' couldn't be found on 'DC0xx.domain.com'.".
    !! And now transport service won't start and mail is unavailable !!
    Any help would be appreciated.
    I have removed the ecp site from default site and attempting to rerun SP1 now. I do not have high hopes. :(

    Hi,
    Thanks for your response.
    From the error description, you need to manually remove the ECP with IIS manager in both the Default Web Site and the Exchange Back End firstly. And then continue the upgrade to check the result.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Password service won't start

    Following an unplanned hard restart of our server (Mac OS X 10.9.5, Server 3.2.2), the password service won't start, so our staff can't log into mail, calendars or file sharing.
    When I launch Open Directory, the main window has the message "Unable to load replica list", then it switches itself off after a minute or so.
    I've looked at the certificates in Server and they have the green tick so presumably are OK.
    DNS is working OK and running the command "sudo changeip -checkhostname" reports success.
    Here's the section of log that repeats every few seconds as PasswordService repeatedly starts up and exits:
    13/03/2015 20:55:00.617 com.apple.launchd[1]: (com.apple.PasswordService[5890]) Exited with code: 1
    13/03/2015 20:55:00.617 com.apple.launchd[1]: (com.apple.PasswordService) Throttling respawn: Will start in 10 seconds
    13/03/2015 20:55:02.540 xscertd[249]: Failed sending LookupCRLByCARecordName command to com.apple.xscertd.helper: The operation couldn’t be completed. (com.apple.certificateserver error 42005.)
    13/03/2015 20:55:08.708 com.apple.launchd[1]: (org.openldap.slapd[5894]) Exited with code: 1
    13/03/2015 20:55:08.708 com.apple.launchd[1]: (org.openldap.slapd) Throttling respawn: Will start in 7 seconds
    13/03/2015 20:55:10.206 xscertd-helper[5897]: ldap_search_ext_s returned -1 - Can't contact LDAP server when searching for bdb suffix, exiting
    13/03/2015 20:55:10.207 com.apple.launchd[1]: (com.apple.xscertd-helper[5897]) Exited with code: 1
    13/03/2015 20:55:10.207 com.apple.launchd[1]: (com.apple.xscertd-helper) Throttling respawn: Will start in 10 seconds
    13/03/2015 20:55:10.639 PasswordService[5901]: -[PasswordServerPrefsObject getSearchBase]: Unable to locate search base: -1 Can't contact LDAP server
    13/03/2015 20:55:10.639 PasswordService[5901]: -[PasswordServerPrefsObject loadXMLData]: Unable to locate passwordserver config record's plist attribute: -1 Can't contact LDAP server
    13/03/2015 20:55:10.640 PasswordService[5901]: -[PasswordServerPrefsObject getSearchBase]: Unable to locate search base: -1 Can't contact LDAP server
    13/03/2015 20:55:10.640 PasswordService[5901]: -[PasswordServerPrefsObject saveXMLData]: ldap_modify_ext_s of the passwordserver config record's plist attribute: -1 Can't contact LDAP server
    13/03/2015 20:55:10.684 PasswordService[5901]: int pwsf_GetPublicKey(char *): ldap_search_ext_s cn=authdata for Public Key returned -1
    13/03/2015 20:55:10.687 com.apple.launchd[1]: (com.apple.PasswordService[5901]) Exited with code: 1
    I have backups (both Time Machine and clones of the hard drive) that I could use to restore the corrupted bit of the configuration, if necessary, but I don't know what to restore.

    Many Open Directory problems can be resolved by taking the following steps. Test after each one, and back up all data before making any changes.
    1. The OD master must have a static IP address on the local network, not a dynamic address. It must not be connected to the same network with more than one interface; e.g., Ethernet and Wi-Fi.
    2. You must have a working DNS service, and the server's hostname must match its fully-qualified domain name. To confirm, select the server by name in the sidebar of the Server application window, then select the Overview tab. Click the Edit button on the Host Name line. On the Accessing your Server sheet, Domain Name should be selected. Change the Host Name, if necessary. The server must have at least a three-level name (e.g. "server.yourdomain.com"), and the name must not be in the ".local" top-level domain, which is reserved for Bonjour.
    3. The primary DNS server used by the server must be itself, unless you're using another server for internal DNS. The only DNS server set on the clients should be the internal one, which they should get from DHCP if applicable.
    4. If you have accounts with network home directories, make sure the URL's are correct in the user settings. A return status of 45 from the authorizationhost daemon in the log may mean that the URL for mounting the home directory was not updated after a change in the hostname.
    5. Only if you're still running Mavericks server, follow these instructions to rebuild the Kerberos configuration on the server.
    6. If you use authenticated binding, check the validity of the master's certificate. The common name must match the hostname and domain name. Deselecting and then reselecting the certificate in Server.app has been reported to have an effect in some cases. Otherwise delete all certificates and create new ones.
    7. Unbind and then rebind the clients in the Users & Groups preference pane. Use the fully-qualified domain name of the master.
    8. Reboot the master and the clients.
    9. Don't log in to the server with a network user's account.
    10. Disable any internal firewalls in use, including third-party "security" software.
    11. If you've created any replica servers, delete them.
    12. If OD has only recently stopped working when it was working before, you may be able to restore it from the automatic backup in /var/db/backups, or from a Time Machine snapshot of that backup.
    13. As a last resort, export all OD users. In the Open Directory pane of Server, delete the OD server. Then recreate it and import the users. Ensure that the UID's are in the 1001+ range.
    If you get this far without solving the problem, then you'll need to examine the logs in the Open Directory section of the log list in the Server app, and also the system log on the clients.

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • How may I automatically stop and start Mail services at a set time please

    Hi folks. I was wondering if anyone could tell me how to automatically stop and start Mail services (or any other services) at a set time please in Leopard Server? Is there a script someone has created which might help?
    Cheers, David ( a realy newbie when it comes to administering OS X server)

    launchd works through a series of XML documents that define tasks to run, either at launch, on a time schedule, in response to network events, etc.
    So you'll need to create two .plists - one to start the mail server and one to stop it. They should be saved in /Library/LaunchDaemons. I'd suggest something like:
    /Library/LaunchDaemons/local.postfix.stop.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple
    .com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Label</key>
      <string>local.postfix.stop</string>
      <key>ProgramArguments</key>
      <array>
        <string>/usr/sbin/serveradmin</string>
        <string>stop</string>
        <string>mail</string>
      </array>
      <key>StartCalendarInterval</key>
      <dict>
        <key>Hour</key>
        <integer>1</integer>
        <key>Minute</key>
        <integer>00</integer>
      </dict>
    </dict>
    </plist>
    and /Library/LaunchDaemons/local.postfix.start.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple
    .com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Label</key>
      <string>local.postfix.start</string>
      <key>ProgramArguments</key>
      <array>
        <string>/usr/sbin/serveradmin</string>
        <string>start</string>
        <string>mail</string>
      </array>
      <key>StartCalendarInterval</key>
      <dict>
        <key>Hour</key>
        <integer>4</integer>
        <key>Minute</key>
        <integer>00</integer>
      </dict>
    </dict>
    </plist>
    You'll need to either use launchctl load /Library/LaunchDaemons/local.postfix.stop (or start) to load the tasks, or reboot your server.
    I'm curious, though, as to why you want to do this. Mail is typically one of the services that people want to run 24/7 so they don't miss out on any emails (even though SMTP can tolerate this). Why do you want to shut yours down?

  • Apple Mobile Device Service (AMDS) won't install with iTunes,either V10.7 or V11. The service can't be started b/c the software is not there. Windows 7 with latest service pack. V11 iTunes installs

    Apple Mobile Device Service (AMDS) won't install with iTunes,either V10.7 or V11. The service can't be started b/c the software is not there. Windows 7 with latest service pack. V11 iTunes installs fine, iPod found, no iPhone 5 b/c no AMDS.  Error "insufficient premissions to install AMDS" Tried numerous uninstall / reinstall combinations, installed iTunes as administrator, etc.  Somethings not right. What the Heck ?

    See the following article for dealing with Apple Mobile Device Services: http://support.apple.com/kb/TS1567
    Downloading and installing iTunes will not fix this problem. If the other troubleshooting steps do not work, go to the Control Panel and uninstall iTunes, Apple Mobile Device Services, Quicktime and any other Apple program that might be present. Reboot your computer, then download and install the latest version of iTunes.

Maybe you are looking for

  • How can I customize E-mail in SSM?

    Hi, I´m new person in SAP and this is my first project. I'm with a problem to customize the e-mail in SSM (Sap Strategic Management). Every time that I try to send an e-mail a message box appear with this message: "To e-mail this document, select Ema

  • JMS adapter not registered

    We are integrating Weblogic JMS with SAP using JMS adapter in XI and in communication Channel we are getting message as "JMS_SENDER - n/a - No adapter registered for this channel " , How to register the JMS adapter ??

  • Why is Mail not automatically downloading emails?

    I have set prefs to download mail every minute or every 5 minutes and neither is happening unless I am sitting at the computer. If it is assleep - I am out for the day - the mail that comes in on my iPhone never downbloads until I click "get mail" on

  • Photo Creation- successful install, will not run. Help

    Photo Creation- It said successful install, When I run it it goes to scree saying starting up and stays there It will not run. Can anyone help? Help

  • How to create these effects? What is the most excellent effects resource on interwebs?

    I always stumble upon excellent arts with effects I have no idea how to create. I bet most effects are very elementary and easy to create, but I just don't know how. The most recent ones is this http://www.wiseidea.net/nightblack/images/2c.jpg How to