Mail Setup Problem - Postfix error for username

I set up some users with a structured userid of say xxxxx001 etc. For the email id I user their names separated by an underscore eg [email protected] I get my mail clients to logon to our server's IMAP service using the xxxx001 type of id with MD5 security and IMAP works fine. I also get them to logon to SMTP with the same id and security protocol but keep getting a postfix error: od[getpwnam_ext] no record for user fred_bloggs. As a test I setup a dummy user with the network id and first part of email address the same and that works fine. Could someone enighten me as to what is happening please? Is it the case that if I have a different network id and first part of email address that I need to add an alias, I ask because that seems to work aswell, however, it does seem odd that such action would be rquired. Any help gratefully received.

Did you sign up for a .Mac trial account which is provided with each new Mac purchase and is good for 60 days or do you already have a .Mac paid account?
If not, you cannot create and access a .Mac account.
.Mac is the right account type if you have a .Mac account. With the Mail application your can create/access a .Mac account as a .Mac type account (which is really an IMAP account and behaves in the same way), IMAP or POP and you can create a .Mac account as an IMAP or POP account with other email clients on your Mac or on a Windows PC.
I access my .Mac account as a .Mac type with Mail on my Mac and as an IMAP account with Outlook Express on my Windows PC at work. This way, I can keep all server stored mailboxes synchronized with both email clients.

Similar Messages

  • Mail setup problems on iPhone 6

    Just got a new iPhone 6 and I am having problems getting mail setup and working properly with my 4 comcast POP accounts. The first one set up fine and let me select POP as the account type. The next two verified, but as IMAP accounts and gave me no choice to set them up as POP accounts. The fourth did give me the choice of a POP account. Although they all verified, no mail is coming through. I had no problems with my iPad Air 2, or my iPod, so something must be different on the phone.

    Hello gbol,
    I understand you are having trouble setting up four POP email accounts on your iPhone 6.  Have you tried to back up your iPad Air to iCloud and restore your new iPhone from that backup?  That may be one way to resolve this issue.
    Transfer content from an iPhone, iPad, or iPod touch to a new device - Apple Support
    https://support.apple.com/en-is/HT201269
    The resource below provides some adiitional information regarding using POP accounts.
    Using a POP account with more than one device - Apple Support
    https://support.apple.com/en-us/HT201855
    Hope that helps ...
    - Judy

  • Virtual Mail Setup - imapd-ssl error unknown protocol

    Hi,
    I have been relentlessly trying to setup my first email server and I think that I am almost there. I have been following the guide at:
    https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System
    I have followed it step by step and I'm 99% sure that I didn't miss a thing when setting it up.
    However, I cannot login to my roundcube mail. It just times out.
    This is the error that pops up in /var/log/mail.log:
    mail imapd-ssl: couriertls: accept: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
    this is the contents of /etc/authlib/authmysqlrc:
    ##VERSION: $Id: authmysqlrc,v 1.20 2007/10/07 02:50:45 mrsam Exp $
    # Copyright 2000-2007 Double Precision, Inc. See COPYING for
    # distribution information.
    # Do not alter lines that begin with ##, they are used when upgrading
    # this configuration.
    # authmysqlrc created from authmysqlrc.dist by sysconftool
    # DO NOT INSTALL THIS FILE with world read permissions. This file
    # might contain the MySQL admin password!
    # Each line in this file must follow the following format:
    # field[spaces|tabs]value
    # That is, the name of the field, followed by spaces or tabs, followed by
    # field value. Trailing spaces are prohibited.
    ##NAME: LOCATION:0
    # The server name, userid, and password used to log in.
    MYSQL_SERVER localhost
    MYSQL_USERNAME postfix_user
    MYSQL_PASSWORD *******MY PASSWORD*******
    ##NAME: SSLINFO:0
    # The SSL information.
    # To use SSL-encrypted connections, define the following variables (available
    # in MySQL 4.0, or higher):
    # MYSQL_SSL_KEY /path/to/file
    # MYSQL_SSL_CERT /path/to/file
    # MYSQL_SSL_CACERT /path/to/file
    # MYSQL_SSL_CAPATH /path/to/file
    # MYSQL_SSL_CIPHERS ALL:!DES
    ##NAME: MYSQL_SOCKET:0
    # MYSQL_SOCKET can be used with MySQL version 3.22 or later, it specifies the
    # filesystem pipe used for the connection
    # MYSQL_SOCKET /var/mysql/mysql.sock
    ##NAME: MYSQL_PORT:0
    # MYSQL_PORT can be used with MySQL version 3.22 or later to specify a port to
    # connect to.
    MYSQL_PORT 3306
    ##NAME: MYSQL_OPT:0
    # Leave MYSQL_OPT as 0, unless you know what you're doing.
    MYSQL_OPT 0
    ##NAME: MYSQL_DATABASE:0
    # The name of the MySQL database we will open:
    MYSQL_DATABASE postfix_db
    #NAME: MYSQL_CHARACTER_SET:0
    # This is optional. MYSQL_CHARACTER_SET installs a character set. This option
    # can be used with MySQL version 4.1 or later. MySQL supports 70+ collations
    # for 30+ character sets. See MySQL documentations for more detalis.
    # MYSQL_CHARACTER_SET latin1
    ##NAME: MYSQL_USER_TABLE:0
    # The name of the table containing your user data. See README.authmysqlrc
    # for the required fields in this table.
    MYSQL_USER_TABLE mailbox
    ##NAME: MYSQL_CRYPT_PWFIELD:0
    # Either MYSQL_CRYPT_PWFIELD or MYSQL_CLEAR_PWFIELD must be defined. Both
    # are OK too. crypted passwords go into MYSQL_CRYPT_PWFIELD, cleartext
    # passwords go into MYSQL_CLEAR_PWFIELD. Cleartext passwords allow
    # CRAM-MD5 authentication to be implemented.
    MYSQL_CRYPT_PWFIELD password
    ##NAME: MYSQL_CLEAR_PWFIELD:0
    # MYSQL_CLEAR_PWFIELD clear
    ##NAME: MYSQL_DEFAULT_DOMAIN:0
    # If DEFAULT_DOMAIN is defined, and someone tries to log in as 'user',
    # we will look up 'user@DEFAULT_DOMAIN' instead.
    # DEFAULT_DOMAIN example.com
    ##NAME: MYSQL_UID_FIELD:0
    # Other fields in the mysql table:
    # MYSQL_UID_FIELD - contains the numerical userid of the account
    MYSQL_UID_FIELD 5000
    ##NAME: MYSQL_GID_FIELD:0
    # Numerical groupid of the account
    MYSQL_GID_FIELD 5000
    ##NAME: MYSQL_LOGIN_FIELD:0
    # The login id, default is id. Basically the query is:
    # SELECT MYSQL_UID_FIELD, MYSQL_GID_FIELD, ... WHERE id='loginid'
    MYSQL_LOGIN_FIELD username
    ##NAME: MYSQL_HOME_FIELD:0
    MYSQL_HOME_FIELD "/home/vmail"
    ##NAME: MYSQL_NAME_FIELD:0
    # The user's name (optional)
    MYSQL_NAME_FIELD name
    ##NAME: MYSQL_MAILDIR_FIELD:0
    # This is an optional field, and can be used to specify an arbitrary
    # location of the maildir for the account, which normally defaults to
    # $HOME/Maildir (where $HOME is read from MYSQL_HOME_FIELD).
    # You still need to provide a MYSQL_HOME_FIELD, even if you uncomment this
    # out.
    MYSQL_MAILDIR_FIELD maildir
    ##NAME: MYSQL_DEFAULTDELIVERY:0
    # Courier mail server only: optional field specifies custom mail delivery
    # instructions for this account (if defined) -- essentially overrides
    # DEFAULTDELIVERY from ${sysconfdir}/courierd
    # MYSQL_DEFAULTDELIVERY defaultdelivery
    ##NAME: MYSQL_QUOTA_FIELD:0
    # Define MYSQL_QUOTA_FIELD to be the name of the field that can optionally
    # specify a maildir quota. See README.maildirquota for more information
    MYSQL_QUOTA_FIELD quota
    ##NAME: MYSQL_AUXOPTIONS:0
    # Auxiliary options. The MYSQL_AUXOPTIONS field should be a char field that
    # contains a single string consisting of comma-separated "ATTRIBUTE=NAME"
    # pairs. These names are additional attributes that define various per-account
    # "options", as given in INSTALL's description of the "Account OPTIONS"
    # setting.
    # MYSQL_AUXOPTIONS_FIELD auxoptions
    # You might want to try something like this, if you'd like to use a bunch
    # of individual fields, instead of a single text blob:
    # MYSQL_AUXOPTIONS_FIELD CONCAT("disableimap=",disableimap,",disablepop3=",disablepop3,",disablewebmail=",disablewebmail,",sharedgroup=",sharedgroup)
    # This will let you define fields called "disableimap", etc, with the end result
    # being something that the OPTIONS parser understands.
    ##NAME: MYSQL_WHERE_CLAUSE:0
    # This is optional, MYSQL_WHERE_CLAUSE can be basically set to an arbitrary
    # fixed string that is appended to the WHERE clause of our query
    # MYSQL_WHERE_CLAUSE server='mailhost.example.com'
    ##NAME: MYSQL_SELECT_CLAUSE:0
    # (EXPERIMENTAL)
    # This is optional, MYSQL_SELECT_CLAUSE can be set when you have a database,
    # which is structuraly different from proposed. The fixed string will
    # be used to do a SELECT operation on database, which should return fields
    # in order specified bellow:
    # username, cryptpw, clearpw, uid, gid, home, maildir, quota, fullname, options
    # The username field should include the domain (see example below).
    # Enabling this option causes ignorance of any other field-related
    # options, excluding default domain.
    # There are two variables, which you can use. Substitution will be made
    # for them, so you can put entered username (local part) and domain name
    # in the right place of your query. These variables are:
    # $(local_part), $(domain), $(service)
    # If a $(domain) is empty (not given by the remote user) the default domain
    # name is used in its place.
    # $(service) will expand out to the service being authenticated: imap, imaps,
    # pop3 or pop3s. Courier mail server only: service will also expand out to
    # "courier", when searching for local mail account's location. In this case,
    # if the "maildir" field is not empty it will be used in place of
    # DEFAULTDELIVERY. Courier mail server will also use esmtp when doing
    # authenticated ESMTP.
    # This example is a little bit modified adaptation of vmail-sql
    # database scheme:
    # MYSQL_SELECT_CLAUSE SELECT CONCAT(popbox.local_part, '@', popbox.domain_name), \
    # CONCAT('{MD5}', popbox.password_hash), \
    # popbox.clearpw, \
    # domain.uid, \
    # domain.gid, \
    # CONCAT(domain.path, '/', popbox.mbox_name), \
    # domain.quota, \
    # CONCAT("disableimap=",disableimap,",disablepop3=", \
    # disablepop3,",disablewebmail=",disablewebmail, \
    # ",sharedgroup=",sharedgroup) \
    # FROM popbox, domain \
    # WHERE popbox.local_part = '$(local_part)' \
    # AND popbox.domain_name = '$(domain)' \
    # AND popbox.domain_name = domain.domain_name
    ##NAME: MYSQL_ENUMERATE_CLAUSE:1
    # {EXPERIMENTAL}
    # Optional custom SQL query used to enumerate accounts for authenumerate,
    # in order to compile a list of accounts for shared folders. The query
    # should return the following fields: name, uid, gid, homedir, maildir, options
    # Example:
    # MYSQL_ENUMERATE_CLAUSE SELECT CONCAT(popbox.local_part, '@', popbox.domain_name), \
    # domain.uid, \
    # domain.gid, \
    # CONCAT(domain.path, '/', popbox.mbox_name), \
    # CONCAT('sharedgroup=', sharedgroup) \
    # FROM popbox, domain \
    # WHERE popbox.local_part = '$(local_part)' \
    # AND popbox.domain_name = '$(domain)' \
    # AND popbox.domain_name = domain.domain_name
    ##NAME: MYSQL_CHPASS_CLAUSE:0
    # (EXPERIMENTAL)
    # This is optional, MYSQL_CHPASS_CLAUSE can be set when you have a database,
    # which is structuraly different from proposed. The fixed string will
    # be used to do an UPDATE operation on database. In other words, it is
    # used, when changing password.
    # There are four variables, which you can use. Substitution will be made
    # for them, so you can put entered username (local part) and domain name
    # in the right place of your query. There variables are:
    # $(local_part) , $(domain) , $(newpass) , $(newpass_crypt)
    # If a $(domain) is empty (not given by the remote user) the default domain
    # name is used in its place.
    # $(newpass) contains plain password
    # $(newpass_crypt) contains its crypted form
    # MYSQL_CHPASS_CLAUSE UPDATE popbox \
    # SET clearpw='$(newpass)', \
    # password_hash='$(newpass_crypt)' \
    # WHERE local_part='$(local_part)' \
    # AND domain_name='$(domain)'
    I have been reading around about that error to no avail.
    i have extension=openssl.so uncommented in /etc/php/php.ini and round cube says my openssl is fine.
    Any help would be much appreciated!
    kush
    Last edited by kush (2012-01-05 16:49:18)

    Hey Kush I am having the same issue, did you ever get it working???

  • MAIL setup problems?

    My first iPhone will be the new one. Please address my concern with setting up my e-mail accounts, specifically that my two sources of e-mail are both said to be "troublesome" for the iPhone. I use RoadRunner and Microsoft's "Live" (formerly Hotmail) services.
    Both accounts are POP and are functioning normally as configured on both my iMac and MacBook, so I believe it a simple operation to get started during my initial iPhone 4 setup. However, when I ask people at the Apple store (physical) and at AT&T, I get frowns, plus the "Well, you may have problems there. . ."
    Big question, of course, is what kind of problems, why are they problems, and how can I avoid or lessen the impact of them? Going forward, I will anticipate adding a third source of e-mail, plus one or two from my own Website's host (Bluehost).
    Your help is appreciated.

    Nobody will be able to comment on how Mail operates on the new iPhone until iOS4 is released on June 21st.
    Mail has undergone many changes in the new software so it's impossible to say

  • Wna problem - pops up for username and password

    We have setup wna according to Oracle's document. But when try to access the portal home page, instead of auto login with the windows username and password, it pops up the login pop-up and ask to enter username and password.
    Anyone encounter this before? thanks.

    Hello byroncheng. Welcome to the Apple Discussions!
    I suggest try using the AirPort Utility in "manual mode" instead for PPPoE setup...
    Either connect to the AEBSn's wireless network or temporarily connect your computer directly (using an Ethernet cable) to one of the LAN ports of the AEBSn, and then, using the AirPort Utility in Manual Mode, check these settings:
    Internet - Internet Connection
    o Connect Using: PPPoE
    o Username: <your PPPoE account username>
    o Password: <your PPPoE account password>
    o Verify Password: <re-enter your PPPoE account password>
    o Service Name: (Optional)
    o Connection Sharing: Share a public IP address
    Internet - PPPoE
    o Connection: Always On
    o Disconnect if Idle: Never
    o IP Address: (provided by ISP)
    o Subnet Mask: (provided by ISP)
    o Router Address: (provided by ISP)
    o DNS Server(s): (provided by ISP)
    o Domain Name: (provided by ISP)

  • Mail setup problem

    I've had my macbook since November and have had no problems with Mail. Last night I opened it to check emails on two accounts and only one would work. Tried setting up the account again and get the following message "Logging in to the Gmail IMAP server “imap.gmail.com” failed." The username and password is correct.
    I deleted the other account and set it up again and that works fine.

    I faced this annoying problem before.
    The solution is adding an yahoo mailbox on your phone first. By doing this, you have registered a Nokia Messaging account with that yahoo email address. Then try adding your gmail mailbox again. The wizard will ask you to use the same Nokia Messaging account or create a seperate one, you have to choose to use the same. Now your newly added gmail mailbox will work normally. And you can delete that yahoo mailbox w/o problems.

  • E-mail Setup Problem - Please help

    Hi All. I set up two e-mail accounts (gmail) on my Curve using the Email Setup in the Setup Wizard. It works fine except I noticed one thing:  every incoming e-mail shows another contact person's address in the TO line. When I'm in Gmail, the e-mails are only addressed to me. When I retrieve them from Blackberry, I keep seeing this person's name, and want to know if he's somehow receiving my e-mails every time it loads in my Blackberry? How to I turn it off?
    I'm assuming he's not getting them, because I haven't heard from him. But he's a work acquaintance who I don't know well enough to ask him if he's receiving these messages.
    Please let me know if there's a way to resolve this in my e-mail settings or something. Thanks!
    Stephanie

    Have you tried deleting the gmail account and readding it back?
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • Forgot username and password for e-mail setup

    Help!
    i can't seem to have forgotten the username and password for e-mail set up. after i created the initial setup i never logged into the e-mail setup app. i can receive my e-mails now on my blackberry, but after the first set up i can't seem to access it. the username and password seem to be incorrect. how do i retrieve this info using my e-mail address alone.
    thanks ahead.

    You'll need to call your service provider and ask them reset or delete your BIS account and add it back, and then you'll simply start anew, and this time, remember your username and password.
    Good luck.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Getting mail authentication errors for outlook user sending mail

    When Outlook 2010 user attempts to use port 587 to send mail (to himself at this point), we see the following in the server logs:
    (User in question can attach to file shares on the same server just fine from his Windows laptop)
    Outlook config for outbound server is "port: 587, encryption TLS"
    When we connect, we get "connection interrupted by server"
    Tried other encryption methods - outlook 2010 states that server does not support the other methods (None, SSL)
    SMTPD Logs
    Jul 29 22:22:58 <servername>.l-n-l.com postfix/smtpd[2306]: connect from <Outlook Client Name>[<Outlook ClientAddr>]
    Jul 29 22:22:58 <servername>.l-n-l.com postfix/smtpd[2306]: error: validate response: error: Authentication server failed to complete the requested operation.
    Jul 29 22:22:58 <servername>.l-n-l.com postfix/smtpd[2306]: error: validate response: authentication failed for user=colin (method=DIGEST-MD5)
    Jul 29 22:22:58 <servername>.l-n-l.com postfix/master[1407]: warning: process /usr/libexec/postfix/smtpd pid 2306 killed by signal 6
    Jul 29 22:22:58 <servername>.l-n-l.com postfix/master[1407]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 22:24:12 <servername>.l-n-l.com postfix/smtpd[2270]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
    Jul 29 22:24:12 <servername>.l-n-l.com postfix/smtpd[2270]: disconnect from localhost[127.0.0.1]
    Meanwhile: Mac clients are able to connect to smptd submission port to send mail with no problems. Based on what the logs say, it appears that the Mac mail is using a different authentication mechanism.
    Client config for outbound server is "use custom port: 587, Use SSL:Checked, Authentication: MD5 Challenge-Response"
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/smtpd[2261]: connect from <Mac Client Name>[<MacClientAddr>]
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/smtpd[2261]: 721FCEC991: client=<Mac Client Name>[<MacClientAddr>], sasl_method=CRAM-MD5, sasl_username=<username>@l-n-l.com
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/cleanup[2267]: 721FCEC991: message-id=<[email protected]>
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/qmgr[1800]: 721FCEC991: from=<[email protected]>, size=573, nrcpt=1 (queue active)
    Jul 29 22:19:12 <servername>.l-n-l.compostfix/smtpd[2270]: connect from localhost[127.0.0.1]
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/smtpd[2270]: E722AEC9A0: client=localhost[127.0.0.1]
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/cleanup[2267]: E722AEC9A0: message-id=<[email protected]>
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/qmgr[1800]: E722AEC9A0: from=<[email protected]>, size=994, nrcpt=1 (queue active)
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/smtp[2268]: 721FCEC991: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.55, delays=0.06/0.01/0.01/0.48, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as E722AEC9A0)
    Jul 29 22:19:12 <servername>.l-n-l.com postfix/qmgr[1800]: 721FCEC991: removed
    Jul 29 22:19:13 <servername>.l-n-l.com postfix/pipe[2273]: E722AEC9A0: to=<[email protected]>, relay=dovecot, delay=0.13, delays=0/0.01/0/0.12, dsn=2.0.0, status=sent (delivered via dovecot service)
    Jul 29 22:19:13 <servername>.l-n-l.com postfix/qmgr[1800]: E722AEC9A0: removed
    Jul 29 22:20:12 <servername>.l-n-l.com postfix/smtpd[2261]: disconnect from <Mac Client Name>[<MacClientAddr>]
    Running OS X 10.8.4 with Server 2.2.1.
    Any thoughts on what I need to do to make OSX Server mail play nice with Outlook over the submission port?
    Thanks in advance!!

    Ok - so I think I have it almost all sussed. So for all 3 of you who might be reading this, here is what is going on.
    1) As I expected, this has nothing to do with the FQDN/Outlook problem. I actually rejoiced when I finally got far enough to have that problem with my Outlook 2007 and 2010 clients. And I don't like the recommended fix for that either. There is another way - more on that in a minute.
    2) This problem was all about authentication methods. At present, I have OS X Mail Server set for plain text and APOP only. I will be working to fix this soon - but at present I am unable to find any other combination that permits both Mac Mail and Outlook clients to authenticate properly. Mac Mail wants to use CRAM-MD5 by default. Outlook is so incompatible with CRAM-MD5 that even when there are other authentication methods available on the mail server, if CRAM-MD5 is selected on the Server then Outlook fails miserably no matter how you configure the Outlook client. Caveat: this is my own observation and I still have some experimenting to do. If you know otherwise (or can confirm more definitively), then please speak up!
    So here is the working configuration at present:
       A) Mail Server authentication set to Custom with PlainText and APOP selected, all others blank.
       B) Firewall permits inbound from ports 25 (for mail from "outside"), 587 (submission for authenticated users, TLS) 993 (SSL IMAP), and 995 (SSL POP).
       C) Mac POP Clients:
          i) For retrieval (POP) In advanced settings, use Port 995, Check "Use SSL", Select APOP for authentication.
          ii) For submission (SMTP) : Set port 587 (only), Set Authentication to "Password"
        D) Outlook 2007,2010,2013 clients
           i) For retrieval (POP), Set "Require secure logon using SPA"
          ii) In "More Settings/Outgoing Server" set it to require authentication with same credentials as inbound
         iii) In "More Settings/Advanced"
             a) Turn on Encryption for the POP3, this should change the port to 995 automatically. If it does not, fix that too.
             b) Set outgoing server to 587
             c) Set TLS for the encryption type (nothing else will work here)
    Once you do 2.A, 2.B, 2.D, you will THEN, finally encounter the FQDN problem.
    3) So Apple and a lot of folks here in the forums resolve the FQDN problem by removing one of the restrictions:
        Remove "reject_non_fqdn_helo_hostname" from "smtpd_helo_restrictions" in your postfix main.cf file.
    I have at least 2 problems with this:
       A) It removes yet another little bit of security from the setup
       B) It involves non-GUI changes to the config...which is dangerous if you use the GUI, as changes within the GUI will often result in overwrites to your changes outside the GUI. So you can easily lose this fix without being aware of it until one of your Outlook users starts screaming.
    The problem is really with Outlook and Windows not sending the FQDN in the first place. So how about we force them to do that instead? It turns out not to be too hard. I found a thread somewhere that goes into this and it works. Further, the solution remains on through reboots AND also can be made part of an automated deployment of a standard config. The only gotcha is you have to edit the registry...so you have to be careful. You only need to do this ONCE though, and the two entries are easy to find.
      C) Under HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/Tcpip/Parameters
           i) Set Hostname to the FQDN of your host (replace HOST with HOST.domain.com - or .net, or whatever)
          ii) Set NV Hostname to the FQDN of your host
          iii) Close Regedit and Reboot to have the changes take effect
    Once you do this, the FQDN problem for Outlook users goes away.
    So I am looking for suggestions to make the SMTP submission more secure. Aside from that, things are working - and I have had to make ZERO changes to config files outside of the Server GUI - a plus as far as I am concerned.

  • Outlook 2013 Mail Setup Add Account crashes with Rundll32 error and will not connect to Exchange in Windows 8.1

    I got a new Acer laptop with Windows 8.1 over 3 weeks ago, and installed Office Professional Plus 2013.  I have an Office365 E1 subscription, but this Office 2013 is not associated with the subscription.
    When I go to setup any email account using the automatic mode (primary will be Exchange Online with my 365 account, but I've tested POP email accounts with the same result), the Mail Setup crashes once the email address and password is entered and Next is
    pressed.  This error message is displayed:
    "Windows host process (Rundll32) has stopped working
    A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available."
    The step displayed as in process when the crash occurs is the "Searching for [email address] settings".  The first step "Establishing network connection" is checked complete.
    I've run an Office Repair, and there's no change.  I've run a clean boot, and even uninstalled/reinstalled with the same error still appearing.
    If I use the manual setup mode and input the server outlook.office365.com, both the Check Name function and the Next button result in the error message:
    "The action cannot be completed. The connection to Microsoft Exchange is unavailable.  Outlook must be online or connected to complete this action."  The folks in the Office365 support community have told me that Office365 ExchangeOnline
    servers have to be configured with the auto-setup and cannot be setup manually.
    I've done both a system refresh and a system reset, and I'm still getting the Rundll32 error.  I tried to run a reset from a disk, but the laptop does not want to run it from the external DVD drive (giving error messages), so that doesn't appear
    to be an option.
    I've searched extensively, and there doesn't seem to be any existing threads where anything like this problem is discussed. 
    Can you offer any ideas or solutions?
    After THREE WEEKS of troubleshooting this, and some significant delays in getting help from support, I'm really close to returning this laptop.
    I need an answer on this ASAP to see if you've got an insights before I return the laptop for a new one.
    Thanks,
    Jason

    IMPORTANT: I found the solution.  Another user figured it out and posted the answer on another thread.
    Please spread this around to all other Outlook support techs so they know to point people in the direction of the quick (though very obscure) fix to this problem. 
    See this thread for how to disable graphics acceleration in Office, which iswhat causes the rundll23 error.
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/rundll32-outlook-mail-windows-host-process-error/bf90e1fd-3985-4b15-bc50-f9b3e937a859?tm=1424345216297
    Thanks,
    Jason

  • When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until

    When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until yesterday.  HELP!

    The specific text of the error message is very important here — I'm not sure exactly you're encountering here.
    If you're able to connect to your email server and are able send email to other email addresses and if the failures are specific to one email recipient address, then please contact the intended recipient of the failing email, and confirm their address is valid.  (This is the way I'm reading your question.)
    If you are unable to send any email to any other email addresses and this is specific to your email address, then try the web mail client interface (if one is available) to verify your login user and password, and check with your email ISP for assistance.  If your email password works via web mail, follow this Apple troubleshooting guide, then — if everything else fails — I'd probably then entirely remove the email account from Mail.app and re-add it per your email ISP's particular setup requirements.  (Some issue with the setup or maybe a corrupt setting in OS X or a problem at the mail ISP servers is a common problem, but this effects attempts to send to all email addresses via that account.)
    An email account setup is specific to an email provider, unfortunately.   If you're using one of the more common email ISPs, then there are usually setup guides and frequently-asked questions posted online.

  • Mail setup can't connect to server. IMAP error?

    I'm trying to setup Mail. I get the error message "Logging in to the q.com IMAP server "mail.q.com" failed." Same error for gmail. The user name and password are correct - I went to the website and can log in. What is the problem? I've setup Mail on other computers without problem. The auto-setup doesn't give any options for troubleshooting.

    I have the same problem, It's been two days. I'm curios is it something with goole removing labs... cause everything is fine with yahoo, I don't change anything in mail.app and everything is fine until the last two days...

  • When i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    when i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • When I try and open mail I get an error repeatedly for choosing "...open or re-open" message and Mail quit unexpectedly

    When I was working on my G mail account , Mail quit and I can no longer re-open it ! Each time I try and open mail I get this message: The last time you opened Mail, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again? and When I try and open it, I can't.
    I followed some discussions like Safe Mode and deleting  folder of Library/Containers/com.apple.mail and trashing Library/Mail/.../v2 but unfortunately none of them didn't work!
    Enclosed. there are some results according to your discussions on Re: Mail quit unexpectedly but I can't send all of them specially SYSTEM LOG QUERIES ▹ All Messages based to another error which is :
    You have included content in your post that is not permitted.
    But I could send it to you via email or another way which you tell me.
    Please conduct me!
    Yours Sincerely
    Fattah.P
    12/22/1393 AP 3:29:40.231 AM Mail[493]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010fd6664c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010e0fd6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010fd6642a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010dc5b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010d52324c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010d4806f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010d524986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010d53b458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010fc90ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010fc90db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010d53b3a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010dca52e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010db91905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010db7059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010db701a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000111bdbc13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000111bdf365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000111be0ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000111bde6b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111becfe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000111f296cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000111f274a1 start_wqthread + 13
    12/22/1393 AP 3:29:41.100 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[493]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:29:41.145 AM ReportCrash[489]: Saved crash report for Mail[493] version 8.0 (1990.1) to /Users/fattahp----/Library/Logs/DiagnosticReports/Mail_2015-03-13-032941_Fattah s-MacBook-Pro.crash
    12/22/1393 AP 3:30:20.173 AM Mail[502]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:30:20.176 AM Mail[502]: An uncaught exception was raised
    12/22/1393 AP 3:30:20.176 AM Mail[502]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:30:20.177 AM Mail[502]: (
        0   CoreFoundation                      0x000000010f15c64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010d4eb6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010f15c42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010d04d5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010c91024c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010c86d6f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010c911986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010c928458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010f086ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010f086db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010c9283a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010d0972e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010cf83905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010cf6259c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010cf621a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000110ff1c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000110ff5365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000110ff6ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000110ff46b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111002fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001113386cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x00000001113364a1 start_wqthread + 13
    12/22/1393 AP 3:30:20.179 AM Mail[502]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010f15c64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010d4eb6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010f15c42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010d04d5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010c91024c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010c86d6f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010c911986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010c928458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010f086ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010f086db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010c9283a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010d0972e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010cf83905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010cf6259c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010cf621a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000110ff1c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000110ff5365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000110ff6ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000110ff46b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111002fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001113386cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x00000001113364a1 start_wqthread + 13
    12/22/1393 AP 3:30:21.033 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[502]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:30:21.079 AM ReportCrash[489]: Saved crash report for Mail[502] version 8.0 (1990.1) to /Users/fattahp---/Library/Logs/DiagnosticReports/Mail_2015-03-13-033021_Fattahs -MacBook-Pro.crash
    12/22/1393 AP 3:32:47.234 AM Mail[529]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:32:47.237 AM Mail[529]: An uncaught exception was raised
    12/22/1393 AP 3:32:47.237 AM Mail[529]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:32:47.238 AM Mail[529]: (
        0   CoreFoundation                      0x000000010fdbf64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010e1516de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010fdbf42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010dcb05b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010d57c24c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010d4d96f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010d57d986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010d594458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010fce9ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010fce9db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010d5943a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010dcfa2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010dbe6905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010dbc559c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010dbc51a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000111c42c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000111c46365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000111c47ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000111c456b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111c53fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000111f896cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000111f874a1 start_wqthread + 13
    12/22/1393 AP 3:32:47.240 AM Mail[529]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010fdbf64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010e1516de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010fdbf42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010dcb05b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010d57c24c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010d4d96f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010d57d986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010d594458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010fce9ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010fce9db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010d5943a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010dcfa2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010dbe6905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010dbc559c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010dbc51a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000111c42c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000111c46365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000111c47ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000111c456b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111c53fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000111f896cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000111f874a1 start_wqthread + 13
    12/22/1393 AP 3:32:48.294 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[529]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:32:48.412 AM ReportCrash[531]: Saved crash report for Mail[529] version 8.0 (1990.1) to /Users/fattahp---/Library/Logs/DiagnosticReports/Mail_2015-03-13-033248_Fattahs -MacBook-Pro.crash
    12/22/1393 AP 3:32:58.577 AM Mail[534]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:32:58.580 AM Mail[534]: An uncaught exception was raised
    12/22/1393 AP 3:32:58.580 AM Mail[534]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:32:58.581 AM Mail[534]: (
        0   CoreFoundation                      0x000000010fad464c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010de736de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010fad442a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010d9d15b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010d29124c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010d1ee6f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010d292986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010d2a9458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010f9feea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010f9fedb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010d2a93a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010da1b2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010d907905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010d8e659c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010d8e61a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000111970c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000111974365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000111975ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x00000001119736b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111981fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000111cb86cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000111cb64a1 start_wqthread + 13
    12/22/1393 AP 3:32:58.583 AM Mail[534]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010fad464c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010de736de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010fad442a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010d9d15b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010d29124c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010d1ee6f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010d292986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010d2a9458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010f9feea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010f9fedb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010d2a93a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010da1b2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010d907905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010d8e659c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010d8e61a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000111970c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000111974365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000111975ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x00000001119736b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000111981fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000111cb86cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000111cb64a1 start_wqthread + 13
    12/22/1393 AP 3:32:59.424 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[534]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:32:59.467 AM ReportCrash[531]: Saved crash report for Mail[534] version 8.0 (1990.1) to /Users/fattahp-----/Library/Logs/DiagnosticReports/Mail_2015-03-13-033259_Fatta hs-MacBook-Pro.crash
    12/22/1393 AP 3:33:06.800 AM Mail[539]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:33:06.803 AM Mail[539]: An uncaught exception was raised
    12/22/1393 AP 3:33:06.804 AM Mail[539]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:33:06.804 AM Mail[539]: (
        0   CoreFoundation                      0x00000001115fa64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010f9916de objc_exception_throw + 43
        2   CoreFoundation                      0x00000001115fa42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010f4f35b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010edb924c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010ed166f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010edba986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010edd1458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x0000000111524ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x0000000111524db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010edd13a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010f53d2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010f429905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010f40859c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010f4081a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000113489c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x000000011348d365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x000000011348eecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x000000011348c6b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x000000011349afe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001137e06cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x00000001137de4a1 start_wqthread + 13
    12/22/1393 AP 3:33:06.806 AM Mail[539]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x00000001115fa64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x000000010f9916de objc_exception_throw + 43
        2   CoreFoundation                      0x00000001115fa42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010f4f35b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010edb924c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010ed166f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010edba986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x000000010edd1458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x0000000111524ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x0000000111524db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x000000010edd13a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x000000010f53d2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x000000010f429905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010f40859c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x000000010f4081a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000113489c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x000000011348d365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x000000011348eecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x000000011348c6b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x000000011349afe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001137e06cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x00000001137de4a1 start_wqthread + 13
    12/22/1393 AP 3:33:07.638 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[539]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:33:07.678 AM ReportCrash[531]: Saved crash report for Mail[539] version 8.0 (1990.1) to /Users/fattahp----/Library/Logs/DiagnosticReports/Mail_2015-03-13-033307_Fattah s-MacBook-Pro.crash
    12/22/1393 AP 3:33:09.746 AM Mail[541]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:33:09.750 AM Mail[541]: An uncaught exception was raised
    12/22/1393 AP 3:33:09.750 AM Mail[541]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:33:09.750 AM Mail[541]: (
        0   CoreFoundation                      0x000000010ab8e64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x0000000108f1e6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010ab8e42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x0000000108a7b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010833a24c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x00000001082976f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010833b986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x0000000108352458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010aab8ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010aab8db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x00000001083523a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x0000000108ac52e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x00000001089b1905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010899059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x00000001089901a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x000000010ca14c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x000000010ca18365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x000000010ca19ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x000000010ca176b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x000000010ca25fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x000000010cd726cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x000000010cd704a1 start_wqthread + 13
    12/22/1393 AP 3:33:09.752 AM Mail[541]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010ab8e64c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x0000000108f1e6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010ab8e42a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x0000000108a7b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010833a24c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x00000001082976f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x000000010833b986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x0000000108352458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010aab8ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010aab8db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x00000001083523a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x0000000108ac52e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x00000001089b1905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010899059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x00000001089901a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x000000010ca14c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x000000010ca18365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x000000010ca19ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x000000010ca176b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x000000010ca25fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x000000010cd726cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x000000010cd704a1 start_wqthread + 13
    12/22/1393 AP 3:33:10.586 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[541]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:33:10.636 AM ReportCrash[531]: Saved crash report for Mail[541] version 8.0 (1990.1) to /Users/fattahp----/Library/Logs/DiagnosticReports/Mail_2015-03-13-033310_Fattah s-MacBook-Pro.crash
    12/22/1393 AP 3:33:25.030 AM Mail[546]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:33:25.033 AM Mail[546]: An uncaught exception was raised
    12/22/1393 AP 3:33:25.034 AM Mail[546]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:33:25.034 AM Mail[546]: (
        0   CoreFoundation                      0x000000010392264c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x0000000101cae6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010392242a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010180b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x00000001010ca24c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x00000001010276f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x00000001010cb986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x00000001010e2458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010384cea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010384cdb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x00000001010e23a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x00000001018552e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x0000000101741905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010172059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x00000001017201a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x00000001057b3c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x00000001057b7365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x00000001057b8ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x00000001057b66b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x00000001057c4fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000105b0e6cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000105b0c4a1 start_wqthread + 13
    12/22/1393 AP 3:33:25.036 AM Mail[546]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010392264c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x0000000101cae6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010392242a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010180b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x00000001010ca24c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x00000001010276f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x00000001010cb986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x00000001010e2458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010384cea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010384cdb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x00000001010e23a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x00000001018552e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x0000000101741905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010172059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x00000001017201a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x00000001057b3c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x00000001057b7365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x00000001057b8ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x00000001057b66b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x00000001057c4fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x0000000105b0e6cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x0000000105b0c4a1 start_wqthread + 13
    12/22/1393 AP 3:33:25.860 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[546]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:33:25.914 AM ReportCrash[531]: Saved crash report for Mail[546] version 8.0 (1990.1) to /Users/fattahp-----/Library/Logs/DiagnosticReports/Mail_2015-03-13-033325_Fatta hs-MacBook-Pro.crash
    12/22/1393 AP 3:33:28.151 AM Mail[548]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:33:28.154 AM Mail[548]: An uncaught exception was raised
    12/22/1393 AP 3:33:28.155 AM Mail[548]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:33:28.155 AM Mail[548]: (
        0   CoreFoundation                      0x0000000105f7964c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x00000001043196de objc_exception_throw + 43
        2   CoreFoundation                      0x0000000105f7942a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x0000000103e765b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010373024c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010368d6f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x0000000103731986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x0000000103748458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x0000000105ea3ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x0000000105ea3db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x00000001037483a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x0000000103ec02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x0000000103dac905 -[NSBlockOperation main] + 97
        13  Foundation                          0x0000000103d8b59c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x0000000103d8b1a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000107dffc13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000107e03365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000107e04ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000107e026b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000107e10fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001081616cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x000000010815f4a1 start_wqthread + 13
    12/22/1393 AP 3:33:28.157 AM Mail[548]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x0000000105f7964c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x00000001043196de objc_exception_throw + 43
        2   CoreFoundation                      0x0000000105f7942a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x0000000103e765b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x000000010373024c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x000000010368d6f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x0000000103731986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x0000000103748458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x0000000105ea3ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x0000000105ea3db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x00000001037483a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x0000000103ec02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x0000000103dac905 -[NSBlockOperation main] + 97
        13  Foundation                          0x0000000103d8b59c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x0000000103d8b1a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x0000000107dffc13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x0000000107e03365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x0000000107e04ecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x0000000107e026b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x0000000107e10fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001081616cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x000000010815f4a1 start_wqthread + 13
    12/22/1393 AP 3:33:29.014 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[548]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:33:29.055 AM ReportCrash[531]: Saved crash report for Mail[548] version 8.0 (1990.1) to /Users/fattahp-----/Library/Logs/DiagnosticReports/Mail_2015-03-13-033329_Fatta hs-MacBook-Pro.crash
    12/22/1393 AP 3:33:38.753 AM Mail[553]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:33:38.756 AM Mail[553]: An uncaught exception was raised
    12/22/1393 AP 3:33:38.756 AM Mail[553]: Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking
    12/22/1393 AP 3:33:38.757 AM Mail[553]: (
        0   CoreFoundation                      0x000000010353164c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x00000001018bf6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010353142a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010141b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x0000000100cd824c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x0000000100c356f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x0000000100cd9986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x0000000100cf0458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010345bea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010345bdb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x0000000100cf03a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x00000001014652e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x0000000101351905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010133059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x00000001013301a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x00000001053b8c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x00000001053bc365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x00000001053bdecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x00000001053bb6b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x00000001053c9fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001057046cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x00000001057024a1 start_wqthread + 13
    12/22/1393 AP 3:33:38.759 AM Mail[553]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: /Booking'
    *** First throw call stack:
        0   CoreFoundation                      0x000000010353164c __exceptionPreprocess + 172
        1   libobjc.A.dylib                     0x00000001018bf6de objc_exception_throw + 43
        2   CoreFoundation                      0x000000010353142a +[NSException raise:format:arguments:] + 106
        3   Foundation                          0x000000010141b5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
        4   Mail                                0x0000000100cd824c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
        5   Mail                                0x0000000100c356f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
        6   Mail                                0x0000000100cd9986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
        7   Mail                                0x0000000100cf0458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
        8   CoreFoundation                      0x000000010345bea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
        9   CoreFoundation                      0x000000010345bdb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
        10  Mail                                0x0000000100cf03a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
        11  Foundation                          0x00000001014652e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        12  Foundation                          0x0000000101351905 -[NSBlockOperation main] + 97
        13  Foundation                          0x000000010133059c -[__NSOperationInternal _start:] + 653
        14  Foundation                          0x00000001013301a3 __NSOQSchedule_f + 184
        15  libdispatch.dylib                   0x00000001053b8c13 _dispatch_client_callout + 8
        16  libdispatch.dylib                   0x00000001053bc365 _dispatch_queue_drain + 1100
        17  libdispatch.dylib                   0x00000001053bdecc _dispatch_queue_invoke + 202
        18  libdispatch.dylib                   0x00000001053bb6b7 _dispatch_root_queue_drain + 463
        19  libdispatch.dylib                   0x00000001053c9fe4 _dispatch_worker_thread3 + 91
        20  libsystem_pthread.dylib             0x00000001057046cb _pthread_wqthread + 729
        21  libsystem_pthread.dylib             0x00000001057024a1 start_wqthread + 13
    12/22/1393 AP 3:33:39.598 AM com.apple.xpc.launchd[1]: (com.apple.mail.254212[553]) Service exited due to signal: Abort trap: 6
    12/22/1393 AP 3:33:39.653 AM ReportCrash[531]: Saved crash report for Mail[553] version 8.0 (1990.1) to /Users/fattahp----/Library/Logs/DiagnosticReports/Mail_2015-03-13-033339_Fattah s-MacBook-Pro.crash
    12/22/1393 AP 3:33:42.820 AM Mail[556]: *** Assertion failure in -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:], /SourceCache/Mail/Mail-1990.1/MailFramework/Accounts/MFMailAccount.m:4467
    12/22/1393 AP 3:33:42.822 AM Mail[556]: An uncaught exception was raised
    12/22/1393 AP 3:33:42.823 AM Mail[556]: Absolute

    Back up all data before proceeding.
    Step 1
    If Mail crashes or freezes immediately on launch, try the steps suggested on this page. Sometimes a corrupt message on a mail server can be deleted by logging in to the server through its web page. If Mail still won't launch, skip to Step 3.
    Step 2
    Select all your mailboxes, and then select
              Mailbox ▹ Export Mailbox...
    from the Mail menu bar. Export the mailboxes to the Desktop folder.
    Make a note of the settings for all your Mail accounts – everything you'd need to reconstruct the settings from scratch.
    Quit Mail.
    Step 3
    In the Finder, hold down the option key and select
              Go ▹ Library
    from the menu bar. Move the following items (some may not exist) from the folder that opens to the Desktop:
              Application Support/AddressBook/MailRecents-v4.abcdmr
              Containers/com.apple.corerecents.recentsd
              Containers/com.apple.mail
              Containers/com.apple.MailServiceAgent
              Mail
    Note: you are not moving the Mail application. You’re moving a folder named “Mail.”
    Launch Mail. It will behave as if you were setting it up for the first time. Go through the setup process with one of your accounts, using the information you noted earlier. Test. If Mail works now, recreate the rest of your settings.
    If there’s no improvement, quit Mail and put back the items you moved to the Desktop, replacing any newer ones that may have been created in their place. Stop here and post your results.
    Step 4
    This step should not be necessary with IMAP or Exchange mailboxes, because they synchronize automatically with the server. Nevertheless, if the mailboxes are very large, importing them may spare you the need for a long download.
    If you took Step 2, import the mailboxes you exported:
              File ▹ Import Mailbox...
    Select Apple Mail as the data type.
    If you skipped Step 2, look inside the Mail folder on the Desktop for a subfolder Mail/V2/Mailboxes. Import the mailboxes it contains.
    Test. If Mail is still working, delete the items you moved to the Desktop in Step 3.

  • Error while sending the mail( Database error for ADDR_PERS_COMP_COMM_GE)

    Hello guys,
    I am facing the error    " Database error for <ADDR_PERS_COMP_COMM_GET> <0> " as a pop-up message.
    below is my program.
    types: BEGIN OF t_p0002,
            pernr type PERSNO,       "Personnel number
            nachn TYPE PAD_NACHN,    "Last Name
            VORNA TYPE PAD_VORNA,    "First Name
            gbdat TYPE gbdat,        "Date of Birth
          END OF t_p0002.
    *******************Data of an object which can be changed**************************************
    data   S_maildata type SODOCCHGI1.
    *******************Text field length 255: texts***********************************************
    data : IT_MAILTXT1 type table of SOLISTI1 ,  "Internal table will contain texts of mail header
           WA_MAILTXT1 TYPE SOLISTI1,
           IT_MAILTXT2 type table of SOLISTI1 ,  "Internal table will contain texts of contents in the mail
           WA_MAILTXT2 TYPE SOLISTI1.
    *******************Structure of the API Recipient List*****************************************
    data : IT_MAILREC type table of SOMLRECI1,
           WA_MAILREC TYPE SOMLRECI1.
    DATA : it_pa0002 TYPE TABLE OF t_p0002,
           wa_pa0002 type t_p0002.
    data  Header_text type c LENGTH 15.
    CONSTANTS  content_text type c LENGTH 35 VALUE 'Tomorrow is the birthday of'.
    *******************Event start of selection***************************************************
    start-of-selection.
      PERFORM get_birthdate.   " will give birthday details
      PERFORM document_details. " will give text and mail details
    *&      Form  get_birthdate
          text : subroutine to get employee birthdate details
    form get_birthdate.
      data : l_date like sy-datum.
      refresh it_pa0002.
      l_date = sy-datum + 1.
      SELECT pernr nachn vorna gbdat
        from pa0002
        INTO TABLE it_pa0002
        where gbdat = '19650302'.
    ENDFORM.                    "get_birthdate
    *&      Form  document_details
          text : subroutine to get texts and mail details.
    FORM document_details.
      CLEAR: Header_text,
              wa_MAILREC.
      REFRESH  IT_MAILREC.
      S_maildata-obj_name = 'Birthday Reminder'.
      s_maildata-obj_descr = 'Birthday Reminder'.
      s_maildata-obj_langu = sy-langu.
      READ TABLE IT_MAILTXT1 INTO WA_MAILTXT1
      WITH KEY WA_MAILTXT1-line .
      WA_MAILTXT1-line = 'Birthday Reminder'.
      append WA_MAILTXT1 TO IT_MAILTXT1.
      CLEAR WA_MAILTXT1.
      LOOP at it_pa0002 INTO wa_pa0002.
        READ TABLE IT_MAILTXT2 INTO WA_MAILTXT2
         WITH KEY WA_MAILTXT2-line .
        CONCATENATE content_text ' ( ' wa_pa0002-pernr ' ) ' wa_pa0002-nachn wa_pa0002-vorna
        INTO  WA_MAILTXT2 SEPARATED BY ' '.
        append WA_MAILTXT2 TO IT_MAILTXT2.
        CLEAR WA_MAILTXT2.
        CLEAR wa_pa0002.
      ENDLOOP.
       LOOP AT IT_MAILREC INTO WA_MAILREC.
      WA_MAILREC-RECEIVER = 'Any mail id'.
      WA_MAILREC-rec_type = 'U'.
      append WA_MAILREC TO IT_MAILREC.
       ENDLOOP.
    ********************Function Mofule:To Send new Document*****************************************
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
      EXPORTING
      document_data = S_maildata
      DOCUMENT_TYPE = 'RAW'
      PUT_IN_OUTBOX = ' '
      COMMIT_WORK = 'X'
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
      tables
      OBJECT_HEADER = IT_MAILTXT1
      OBJECT_CONTENT = IT_MAILTXT2
    CONTENTS_HEX =
    OBJECT_PARA =
    OBJECT_PARB =
      receivers = IT_MAILREC
       EXCEPTIONS
       TOO_MANY_RECEIVERS = 1
       DOCUMENT_NOT_SENT = 2
       DOCUMENT_TYPE_NOT_EXIST = 3
       OPERATION_NO_AUTHORIZATION = 4
       PARAMETER_ERROR = 5
       X_ERROR = 6
       ENQUEUE_ERROR = 7
       OTHERS = 8
      IF sy-subrc = 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    "document_details
    After I pressed the exit button the program is getting terminated but still this mail is comming to sost transaction code.
    If I will comment the message code which is after sy-subrc the popup will not come and program will work without any interruption.
    Can anybody please solve this problem?

    Resolved

Maybe you are looking for