Ical server mail gateway process

I have an issue with the ical gateway application on OSX SL 10.6.5. The replyto addresss being displayed by the receiving invitee is borked. Has anyone seen this issue and if you could you point me in the right direction. here is a sample of a generic email sent to a bogus domain so I could view the contents..
============================================
H??Date: Thu, 18 Nov 2010 16:42:06 -0600
H??From: Test User <[email protected]>
H??Reply-To: [email protected]
H??To: [email protected]
H??Message-ID: <[email protected]>
H??Subject: Event invitation: New Event
H??x-scalix-Hops: 1
H??MIME-Version: 1.0
H??Content-Type: multipart/mixed;
boundary="===============5380330019174830680=="
Message was edited by: emb3dd3d

fixed the issue.. i trapped all ical.server+ messages and forwarded it to the ical server account on my mail server. The account config in the email settings for ical logs in via imap and pulls the messages just fine. I see a lot of people saying that you have to use the local email server in order for this to work but that doesn't appear to be the case for my setup.
thanx for helping.
Message was edited by: emb3dd3d

Similar Messages

  • ICal Server mail notification generates malformed Reply-To header

    When a mail notification (invitation) for an event is sent by iCal Server running on Snow Leopard Server to an outside email address, an apparently malformed "Reply-To" header similar to
    [email protected]
    is always inserted into the message. As the above address is not a valid one, the recipient is unable to reply to the event invitation. The "From" and "Return-Path" headers always indicate the correct email address "[email protected]".
    Has anyone encountered this issue, or more importantly, know of a solution?

    Remember - email addresses are technically only the @domain.com address. The suffix information is only a user of that domain.
    ALL email sent regardless of who or how it is addressed before the @ is technically irrelevant to the end client (outlook, thunderbird, etc..)
    Email is really only a DNS operation. The @domain.com is resolved somewhere in the cloud (no one really wants a boring DNS resolution lesson here....) to your domain server. In your public DNS records there are MX records which tell anyone trying to send email to your DOMAIN (not users) what mail servers you have, where they can be located, and in what priority they are used (if multiple mail servers are used.)
    Once the email finds its way to your email server, it internally resolves the info before the @ to it's user directory (AD, OD, whatever) and then the mail server processes the message and sends it along to the user if it validates. But it still arrives at your mail server regardless if it is correct or not.
    You can try this test yourself... (as long as copy all undeliverable mail to: is enabled in your server admin)
    Send an email to some made up email address... [email protected].
    It will still be resolved to your email server and "delivered" to your "copy undeliverable email to:" address. Even though it is not a valid user of your domain.
    So, what does all that crap have to do with the topic? When you hit reply to an third party ical invite (because internal ical users don't use email for invites) - everything in front of the @domain.com is irrelevant in the reply process. And this applies to all email clients. The message is resolved and sent back to your @domain.com email server. So when you see the icalserver+blah blah blah [email protected] it is a correct address and all email clients only see the info after the @ for routing and send it to your email server.
    It is once it hits the Mac Server does the magic happen. In the setup of ical, you specify an ical email address for this specific third party email invite function. Hence, the [email protected] address.
    Mac email server has built in support for sub-addressing and this is where everything AFTER the "+" is resolved internally in the ical server.app. iCal uses this information to process the invite.
    So, in closing... it has to be a Mac server for this function to work.
    Hope I didn't stray to far from your question.
    Scott

  • SAP Internet Mail Gateway for MS Exchange 2003 Server

    Hi,
    Has anybody successfully configured the IMG to work with MS Exchange 2003?
    We have our 4.6C currently configured to talk to Exchange 2000 through SXC
    Note 594428 - SXC: Exchange 2003 Server is not supported 
    Solution
    R/3 Basis Release 3.1I to 4.6D:
    Use IMG 4.6D and sendmail instead of the SXC (see note 101573), or
    Upgrade your SAP system to Web Application Server (WAS) 6.10 or later and then use the SMTP plugin.
    We only use outbound mail from SAP and this is sent to intranet users only, we are not planning on upgrading for a at least a year and would like to avoid installing another mail server.
    Note 363154 - Internet mail gateway: use other MTA than Sendmail 
    This note suggests that any MTA (Mail Transfer Agent) can be used so long as it can be called from the command line, Exchange is an MTA, anybody now how to do a command line call for Exchange?
    I have read the documentation
    http://help.sap.com/saphelp_46c/helpdata/en/0c/39c93589c5ab53e10000009b38f839/frameset.htm
    Jasper

    hi,
    we are in the process of configuring the Internet Mail Gateway on R/3 4.6c on Unix platform.
    I have created the RFC Destinations in SM59 and also checked the Test Connection and its working fine. I then did the Unix configuration and went on to the check whether the configuration was successful in SO01 by sending a sample text message to my company's mail address. but i did not recieve any mails on my Microsoft Outlook, instead the count under the errors column increased by one.
    on checking the status for the sent message in SO01, its saying "No Delivery to [email protected](for reason, see long text)... but there's no long text either...
    Can anyone please let me know the reasons for it and it would also be really helpful if someone can let me know whether i have missed any configuration settings.
    Also, can someone send the list of parameters that are to be entered for the Unix configuration under mlsomadm mailgw.ini, so that i can verify whether i have entered the parameters correctly....
    Kindly revert back at the earliest...
    Thanks & Regards
    Manicks

  • ICal server and external invitations via 3rd party mail server

    Hi everyone,
    OS 10.6.5 Server:
    Services running
    AFP
    DNS
    iCal
    Open Directory
    Push Notification
    We are currently testing iCal server and have configured it to send out invites via our mail server (which is running on a different server) by creating the com.apple.calendarserver user on our mail server.
    Email notifications are then configured under the Enable Email Invitations tab in the iCal service of Server Admin as follows:
    IMAP
    Email address: [email protected]
    Incoming server: mail.mytest.com
    Port: 143 (not using SSL)
    Username: com.apple.calendarserver
    Password: secret
    SMTP: mail.mytest.com
    Port: 25 (not using SSL)
    Server requires authentication
    Username: com.apple.calendarserver
    Password: secret
    My test OD users are able to send out invites both internally to other iCal users and externally via email.
    So for example, I invite someone to a meeting and enter their gmail address ([email protected]), the invitation goes out correctly - when I log into gmail I see the invitation.
    When responding to the invitation (clicking Yes), the mail server receives the response from gmail and the iCal server collects the message via IMAP.
    However, the iCal server doesn't seem to parse the received email correctly as I get the following error in the iCal error logs:
    [twistedcaldav.extensions#info] Cannot authenticate proxy user 'com.apple.calendarserver' without X-Authorize-As header
    2011-03-03 17:44:03+1100 [-] [mailgateway] 2011-03-03 17:44:03+1100 [AuthorizedHTTPGetter,client] [twistedcaldav.mail#error] Mail gateway failed to inject message <[email protected]> (Reason: 400 Bad Request)
    2011-03-03 17:44:03+1100 [-] [mailgateway] 2011-03-03 17:44:03+1100 [AuthorizedHTTPGetter,client] [twistedcaldav.mail#debug] Failed calendar body: BEGIN:VCALENDAR
    2011-03-03 17:44:03+1100 [-] [mailgateway] VERSION:2.0
    2011-03-03 17:44:03+1100 [-] [mailgateway] CALSCALE:GREGORIAN
    2011-03-03 17:44:03+1100 [-] [mailgateway] METHOD:REPLY
    2011-03-03 17:44:03+1100 [-] [mailgateway] PRODID:-//Google Inc//Google Calendar 70.9054//EN
    2011-03-03 17:44:03+1100 [-] [mailgateway] BEGIN:VEVENT
    2011-03-03 17:44:03+1100 [-] [mailgateway] UID:43121576-1183-40C8-82D8-A052754AD1CE
    2011-03-03 17:44:03+1100 [-] [mailgateway] DTSTART:20110406T080000Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] DTEND:20110406T090000Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] ATTENDEE;[email protected];CUTYPE=INDIVIDUAL;PARTSTAT=DECLINED;RO
    2011-03-03 17:44:03+1100 [-] [mailgateway] LE=REQ-PARTICIPANT;X-NUM-GUESTS=0:mailto:[email protected]
    2011-03-03 17:44:03+1100 [-] [mailgateway] CREATED:20110303T062518Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] DESCRIPTION:
    2011-03-03 17:44:03+1100 [-] [mailgateway] DTSTAMP:20110303T064335Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] LAST-MODIFIED:20110303T064335Z
    2011-03-03 17:44:03+1100 [-] [mailgateway] LOCATION:
    2011-03-03 17:44:03+1100 [-] [mailgateway] ORGANIZER;CN=com.apple.calendarserver+07b1c044-9d98-4cdc-afe3-48139218ee35
    2011-03-03 17:44:03+1100 [-] [mailgateway] @mytest.com:urn:uuid:B72794FB-3242-48D7-AC22-A584D279B9F9
    2011-03-03 17:44:03+1100 [-] [mailgateway] SEQUENCE:3
    2011-03-03 17:44:03+1100 [-] [mailgateway] STATUS:CONFIRMED
    2011-03-03 17:44:03+1100 [-] [mailgateway] SUMMARY:one more test
    2011-03-03 17:44:03+1100 [-] [mailgateway] TRANSP:OPAQUE
    2011-03-03 17:44:03+1100 [-] [mailgateway] END:VEVENT
    2011-03-03 17:44:03+1100 [-] [mailgateway] END:VCALENDAR
    2011-03-03 17:44:03+1100 [-] [mailgateway]
    I have set a rule on our mail server to bypass any spam filtering for all messages sent to the [email protected] address, but this doesn't seem to make any difference.
    Does anyone else have this working ? Any ideas ?
    Many thanks
    Message was edited by: gen_bunty
    null

    The issue is not "user authorization". The issue is that the 3rd-party service does not accept all incoming relay requests unless there is authentication with a registered account (which we have). This protects the 3rd-party service from becoming the relaying host for the universe's spoofed and anonymous spam. My deduction is that there is no mechanism in UTL_MAIL to designate not only the 3rd-party ip-address:port (by-passing the local sendmail server) but also providing the username:password for the account there for authentication.
    Plan A: I have attempted to follow directions for client-side SMTP Authentication for Relaying on the sendmail.org site.
    I have not been successful in completing a simple mailx interactive test, much less completing a UTL_MAIL configuration.
    I am scouring the user universe for someone who has put all the pieces together successfully and can advise. . . .
    Edited by: StevenInTallyFl on Mar 26, 2010 3:50 PM
    to clarify that I cannot get from UTL_MAIL to 3rd-party IP directly

  • ICal Server won't send invites to e-mail addresses

    Set up a new 10.7.2 Server, enabled OD, added 6 users. Set up iCal Server, everything works fine between OD users. Problem is when you try to share a calendar with an e-mail address for someone outside the company, iCal comes back with "The server returned an error" and "Mail gateway didn't find a token in message" shows up in the iCal Server log.
    We created a new dedicated e-mail account on their mail server (hosted by their ISP, not by the server I just installed) and put all the info into the iCal settings in the Server app. As far as I can tell that part is working. I also tried creating a Gmail account, but I get the same errors.
    Google hasn't been much help. Only reference to the token error was from someone else's calendar server application, and wanted me to edit caldavd.plist (I checked the settings there just in case, and it all is correct.)
    The server is hostings DNS for itself, but all other DNS info is being provided by their Airport Extreme.
    -Z

    Today I reloaded the server in question. Downloaded 10.7.3 via the Recovery Partition, restored the OD archive, and tried to set up iCal. I have exactly the same problem.
    I set up a calendar on a Lion client, and try to set it to share with someone who has an OD account. The sharing dialog closes, but no invite is ever sent. If I try to share with someone who is not in OD, I get error messages in the server log.
    An entire afternoon of Googling shows a lot of people are having the same problem. Best I can tell, it seems to happen if your e-mail server is hosted elsewhere, as if iCal Server assumes that the mail server is on the same Mac. This is not the case with this setup. Their web page and domain are hosted outside as well, but we have a DNS entry made so server.domain.com forwards to the Mac Mini server inside their office. We've tested this for VPN, Remote Desktop, and FileMaker access, and all work fine.
    I've tried two types of configurations, neither of which is working.
    1. Created an [email protected] account with their mail host. I used that outside mail server information for IMAP / SMTP settings, but every time I try to share a calendar the iCal error log shows IMAP login errors. Their mail server does not use SMTP authentication. They have the option to use SSL or not, but neither work.
    2. Used [email protected], and used the default localhost server info. I then tried to set up the server's built in Mail server to forward mail to their outside mail host. This started giving me
    [mailgateway] 2012-04-05 19:51:05-0400 [IMAP4DownloadProtocol,client] Unhandled unsolicited response: ['OK', ['HIGHESTMODSEQ', '1'], 'Highest']
    I now get that error no matter what I do, meaning something broke again.
    I've gone through several Google pages referring to greylisting, the postfix, etc, but since the server is not running a Mail server, none of these apply.
    I have no idea what I am doing wrong. Lion has been out a year, surely in that time this has been worked out. So why can't I find a solution? Everywhere I look it's either a thread starting out with the same problem I am having, followed by a dozen or so "me too" posts, or it's someone saying they managed to make it work, but their fix doesn't work for me. I'm really frustrated right now, and so is my customer.
    Oh, almost forgot... now we have a new problem. FileMaker Admin requires access to port 16000, but for whatever reason the server is blocking that port. It's not running a firewall. Good to know that reloading causes more problems than it solves.

  • How to get rid of automatically created server accounts in iCal and Mail?

    I have recently setup an OS X 10.6.2 Server for our small office. I got the domain name wrong in the initial install and fixed this by doing a complete clean reinstall of OS X 10.6 server (then upgrade to 10.6.2).
    The problem is that one of the OS X 10.6.2 clients had been setup to talk to the server prior to the rebuild. Now on this client, I cannot work out how to get rid of or change the automatically created server accounts in iCal and Mail - everytime you login, these are recreated using the old domain name (and of course don't work).
    In Mail if you remove the server account (from Accounts in Preferences), it just pops back again. I even removed every trace of the old domain name from the apple.com.mail.plist file but when I re-open Mail that darned server account (with the old domain name) just pops up again.
    In iCal its slightly different in that you can remove the account and it stays away while you have iCal open. But as soon as you close and re-open it, that server account just pops up again!
    I thought it might be something to do with Kerberos and found a Kerberos file on the client which had the old domain name throughout it - I changed all these references to the new domain name, but still the same behaviour in Mail and iCal.
    This is doing my head in. Any ideas?
    Message was edited by: davidav

    I suggest you ask in the snow leopard server forum
    http://discussions.apple.com/category.jspa?categoryID=264

  • Mail, iCal Server and iChat server will not work over VPN

    I have an Airport Extreme Base Station at the office running the network. Behind it sits a Mac Mini Snow Leopard server running 10.6.3. The ports necessary for Mail, iCal Server and iChat work fine through that external connection. I can also connect with VPN from my 10.6.3 clients.
    HOWEVER, when I connect with the VPN clients, I am suddenly unable to access the Mail, iCal Server, Wiki server and iChat server. All connections time out. I can ping the server and I can do other things that do NOT work on the public Airport like ssh or VNC. ssh and VNC are closed at the airport extreme.
    So it's pretty odd. When I'm connected via the VPN, all ports that are forwarded to the Snow Leopard server time out over the VPN.
    I've tried various and sundry configurations with the VPN client. This includes trying to send all traffic over the VPN, moving it up in the service order, etc. etc. Nothing fixes it. DNS resolution is working fine, however when I do a wireshark capture of ppp0 traffic, I notice that SSL and TLSv1 handshakes appear to occur on the public IP address instead of the private network IP address... and they're all resets.
    Has anyone gotten this to work successfully? Like I said, all ports that are NOT forwarded through the Airport work fine over the VPN, but will not work when connected to the VPN. It's really bizarre.

    New data: any ports that are normally forwarded on the Airport Extreme to the Mac Mini server will not work when connected to the VPN.
    For instance, if I have imaps/993 forwarded from the Airport Extreme to the Mac Mini, it works fine over the Internet. If I connect to the VPN, I can connect to all OTHER services on the Mac Mini, but Mail, for instance, will not work.

  • ICal Server email invitations with external mail server

    So I see lots of people have worked out the kinks to get iCal Server to send invites to external email accounts when using the Mail server on the same machine as the iCal Server, but who has it working when the mail server is somewhere else? Any help would be appreciated... I have setup it up like this:
    Email Address: [email protected]
    Incoming Mail Server: mail.mailserver.com
    User Name: com.apple.calendarserver (I created this account on the mail server)
    Password: Same as the one in my keychain for com.apple.calendarserver
    Outgoing Mail Server: mail.xyz.com
    Username: com.apple.calendarserver
    Password: Same as the one in my keychain for com.apple.calendarserver
    When I send invites, this is what I get in the logs:
    2010-05-24 20:59:31-0500 [-] [caldav_task] 2010-05-24 20:59:31-0500 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK mail.mailserver.com Zimbra IMAP4rev1 service ready
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP servergreeting
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0001 CAPABILITY
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * CAPABILITY IMAP4rev1 AUTH=PLAIN AUTH=X-ZIMBRA ACL BINARY CATENATE CHILDREN CONDSTORE ENABLE ESEARCH ID IDLE LIST-EXTENDED LITERAL+ LOGIN-REFERRALS MULTIAPPEND NAMESPACE QRESYNC QUOTA RIGHTS=ektx SASL-IR SEARCHRES UIDPLUS UNSELECT WITHIN
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0001 OK CAPABILITY completed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 AUTHENTICATE PLAIN
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: AGNvbS5hcHBsZS5jYWxlbmRhcnNlcnZlcgB5M1h4bkZaejU3ZEZVVExW
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK [CAPABILITY IMAP4rev1 ACL BINARY CATENATE CHILDREN CONDSTORE ENABLE ESEARCH ID IDLE LIST-EXTENDED LITERAL+ LOGIN-REFERRALS MULTIAPPEND NAMESPACE QRESYNC QUOTA RIGHTS=ektx SASL-IR SEARCHRES UIDPLUS UNSELECT WITHIN] AUTHENTICATE completed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT Inbox
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDVALIDITY 1] UIDs are valid for this mailbox
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT 258] next expected UID is 258
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS (\Answered \Deleted \Draft \Flagged \Seen $Forwarded $MDNSent Forwarded $Junk $NotJunk Junk JunkRecorded NonJunk NotJunk)
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen $Forwarded $MDNSent Forwarded \*)] junk-related flags are not permanent
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [HIGHESTMODSEQ 12] modseq tracked on this mailbox
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK [READ-WRITE] SELECT completed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected [unauth]
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] Unhandled unsolicited response: ['OK', ['HIGHESTMODSEQ', '12'], 'modseq', 'tracked', 'on', 'this', 'mailbox']
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH 1:* (UID)
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK UID FETCH completed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0 messages
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK CLOSE completed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed [unauth]
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE mail.mailserver.com IMAP4rev1 server terminating connection
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0006 OK LOGOUT completed
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] IMAP factory connection lost
    2010-05-24 20:59:39-0500 [-] [mailgateway] 2010-05-24 20:59:39-0500 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    Any help would be greatly appreciated!

    Okay, got this figured out. Appears that the email server my client's company uses is terminating the connection when the Xserve tries to do anything. I setup a test Gmail account and used those settings instead and everything worked just fine.

  • Which mail client do I use with iCal server?

    I will soon have os x server, and I want to use iCal server with mail. I want to schedule meetings, etc., like Exchange. However, many people have Outlook. Some have Entourage. Will these clients with with iCal for scheduling meetings and if not which client can I use? Thank you.

    Which Platform are the clients?
    Apple Mail does not work directly with iCal server. The Leopard version of iCal is what is used for scheduling. Mail is not like Outlook on PC or Entourage on the Mac where email, calendering and contacts are in one application. Leopard uses Mail, iCal, Address Book to provide similar functions.
    Also check out this doc
    http://images.apple.com/server/macosx/docs/iCalService_Admin_v10.5_2ndEd.pdf
    Tells you all the 3rd Party client apps that work with iCal Server.

  • Linux mail gateway for exchange server

    hi everybody...
    i have a problem that i want run a linux os and install Mail gateway such as kaspersky mail gateway 5.6 for work with exchange server 2010/2013. now i want know about that its possible that kaspersky mail gateway 5.6 or any other mail gateway on the linux
    os can work for Microsoft exchange or not??????????
    please help me and guide me for this problem

    Hi,
    From the perspective of Exchange, there is no relevant requirement about gateway. Based on my knowledge, it is possible that kaspersky mail gateway 5.6 or any other mail gateway on the linux os can work for Microsoft Exchange.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Problems with ical server and mail

    I have a Mac Mini with Mac Os X Snow Leopard Server. I have a external mail and when I receive a invitation ever it adds to local calendar, but I want to add in server calendar. How to configure it for add invitation to my server calendar?
    Another problem I have with calendar that's I can't send invitation to contacts I have added in CardDav Server, just I can send invitations to local contacts.
    And another question how to sync the user's contacts with CardDav account?
    Message was edited by: jvcapo

    this is a big pain in the ***, bug!
    when you have more than one calendar account (lets say one local one CalDAV iCal starts doing silly things.
    what i found that worked is click on the calendar you want the event to be in and drag the .ics to iCal from Mail and drop it on the calendar (in the middle of iCal NOT the Calendars name)
    i have write up a bug report to apple so hopefully it gets fixed now that MobileMe uses CalDAV.
    seems to be a problem that mail app doesn't see CalDAV calendars.

  • [iCal Server] Error when importing an .ics file received by e-mail

    Hi,
    I am setting up an iCal server.
    My SL server is member of my Active Directory with an extended schema.
    My SL server is also an OD master
    My AD users can connect to the iCal server, add events and delegates, send invites to each other without any issue.
    However, when I receive an ics file by email, and I try to add it to my agenda (using iCal), I get an error message on my iCal client :
    « HTTP/1.1 500 Internal Server Error »
    à l’opération CalDAVWriteEntityQueueableOperation.
    On the server, in the error.log, the following is generated : http://pastebin.com/YGQdSEqD
    On the server, in the access.log, the following is generated : http://pastebin.com/Ki0Gq50M
    As you can see here : http://pastebin.com/8rQrZLYV the specified folder exists and the permissions seems correct.
    Any idea ?

    Hi,
    I am setting up an iCal server.
    My SL server is member of my Active Directory with an extended schema.
    My SL server is also an OD master
    My AD users can connect to the iCal server, add events and delegates, send invites to each other without any issue.
    However, when I receive an ics file by email, and I try to add it to my agenda (using iCal), I get an error message on my iCal client :
    « HTTP/1.1 500 Internal Server Error »
    à l’opération CalDAVWriteEntityQueueableOperation.
    On the server, in the error.log, the following is generated : http://pastebin.com/YGQdSEqD
    On the server, in the access.log, the following is generated : http://pastebin.com/Ki0Gq50M
    As you can see here : http://pastebin.com/8rQrZLYV the specified folder exists and the permissions seems correct.
    Any idea ?

  • SSL certificate selection weirdness in iCal server config

    I have a wildcard certificate installed via the certificate manager on a 10.5 server, and it's working perfectly with dynamic virtual hosts in apache, with mail via POP3, IMAP and SMTP. However, something odd happens in iCal admin. The certificate popup menu contains:
    No certificate
    Custom Configuration...
    *.example.com
    Default
    Manage Certificates...
    So, I select my installed certificate and click save. The certificate popup immediately changes to "Custom Configuration..." and I'm asked whether I want to restart iCal for the change, which I accept.
    Connections to iCal work when SSL is off, but if I use an SSL URL like:
    https://ical.example.com:8443/principals/users/myname/
    I get this error:
    Account information not found
    Unexpected secure name resolution error (code -9844). The server name ical.example.com may be incorrect.
    When SSL is on, non-secure requests just don't respond.
    Nothing appears in the iCal server log.
    If I select the custom config from the certificate menu, it just shows me the same certificate and key path that the certificate manager does, so I've no idea why it's reverting in the menu when it doesn't in other service admin panels.
    The necessary firewall ports are open, though I've tried it with the firewall off just to check.
    I've heard that if DNS doesn't have matching forward and reverse resolution the first time iCal is configured, it can screw things up, and I did that, but I've no idea what effect it has.
    Any ideas?
    (names have been changed to protect the innocent!)
    Message was edited by: Marcus Bointon
    Message was edited by: Marcus Bointon

    Sounds like you're looking at the access log.
    The error log is the one that would have the funny business listed.
    Try switching logs through the dropdown at the bottom of the server-admin ical logs screen.
    When I enable SSL and try to visit the page via https://host:8443/ the error log for the ical service shows a number of processes dying with the following error: (replaced real date/time to save time!)
    pydir] date/time marking host ('127.0.0.1', 8444) down ([Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection Refused.
    pydir] date/time ])
    pydir] date/time retrying with ('127.0.0.1', 8445)
    Then it goes on to repeat the error with 8445 and so on until it reaches 8451. (they look like PID numbers.. not port numbers. see below.) Afterwards I receive:
    pydir] date/time no working servers, manager -> aggressive
    pydir] date/time re-adding ('127.0.0.1', 8449) automatically
    Message was edited by: noneoftheabove - cleaned up error msgs

  • ICal Server email invitations - how to test and get this feature working

    iCal Server email invitations - how to test and get this feature working
    Thanks Apple for introducing this nice little feature into iCal but then completely neglecting to write any sort of useful manual that can explain what to do when it doesn't work after you set it up for the first time.
    At long, long last we have finally got there after about 6 months of fiddling on and off, so I thought I had better post up the process since many have similar issues and it is hard to ascertain what is going on.
    Using an external email server was just a waste of time and it still wouldn't handle the replies properly even though it was supposed to handle '+addressing'. In the end I set up a special gmail account for the iCal server and finally got it working. I list here the process of configuring and testing the system to check that each little stage is working.
    Set up a Gmail account in Apple Mail to access and test in the usual way for any email account (e.g. [email protected].);
    Set the iCal server email to access the same email using the following settings:
    IMAP
    SMTP
    [email protected]
    smtp.gmail.com
    Port: 993 [x] Use SSL
    Port: 587 [x] Use SSL
    User & Pwd
    Login
    User & Pwd
    To test the settings:
    send out a test email from Apple Mail to a non-server email address that you can access to check it has been received;
    send out a test email from your non-server email account to [email protected] and check that it is received;
    this tells you that the GMail account is setup correctly and working
    Testing iCal:
    I noted that iCal was deleting any emails that arrive in the inBox in Apple Mail as soon as they arrived (this is to be expected);
    test that the invites are being sent from iCal by setting an event in iCal and inviting your non-server address (you may not see any sign of this in Apple Mail but you should catch it in the iCal server log and possibly in the Gmail sent mail box);
    check that the invite is received at your non-server account and Accept it in iCal on another machine - the reply is automatically sent back;
    the replies appear in Apple Mail but are quickly deleted by iCal. But their record for you to see is left in Gmail under 'All Mail';
    Accepted invites appear as a notification button on the top left hand bar on iCal where you click to acknowledge them and then the attendee is shown as a green circled tick instead of a grey circled ?.
    this shows that iCal invitations are working correctly. Whenever an event is updated, all invitees should be updated by email automatically.
    I hope this helps anyone - I could certainly have done with something similar when I started with looking at this.
    Anatole
    The Error and Access logfile in the Server app under iCal server are very useful in determining any errors. I got lots of imip errors when I didn't quite have the settings right. The port is critical and it won't tell you this is the problem if it fails.

    iCal Server email invitations - how to test and get this feature working
    Thanks Apple for introducing this nice little feature into iCal but then completely neglecting to write any sort of useful manual that can explain what to do when it doesn't work after you set it up for the first time.
    At long, long last we have finally got there after about 6 months of fiddling on and off, so I thought I had better post up the process since many have similar issues and it is hard to ascertain what is going on.
    Using an external email server was just a waste of time and it still wouldn't handle the replies properly even though it was supposed to handle '+addressing'. In the end I set up a special gmail account for the iCal server and finally got it working. I list here the process of configuring and testing the system to check that each little stage is working.
    Set up a Gmail account in Apple Mail to access and test in the usual way for any email account (e.g. [email protected].);
    Set the iCal server email to access the same email using the following settings:
    IMAP
    SMTP
    [email protected]
    smtp.gmail.com
    Port: 993 [x] Use SSL
    Port: 587 [x] Use SSL
    User & Pwd
    Login
    User & Pwd
    To test the settings:
    send out a test email from Apple Mail to a non-server email address that you can access to check it has been received;
    send out a test email from your non-server email account to [email protected] and check that it is received;
    this tells you that the GMail account is setup correctly and working
    Testing iCal:
    I noted that iCal was deleting any emails that arrive in the inBox in Apple Mail as soon as they arrived (this is to be expected);
    test that the invites are being sent from iCal by setting an event in iCal and inviting your non-server address (you may not see any sign of this in Apple Mail but you should catch it in the iCal server log and possibly in the Gmail sent mail box);
    check that the invite is received at your non-server account and Accept it in iCal on another machine - the reply is automatically sent back;
    the replies appear in Apple Mail but are quickly deleted by iCal. But their record for you to see is left in Gmail under 'All Mail';
    Accepted invites appear as a notification button on the top left hand bar on iCal where you click to acknowledge them and then the attendee is shown as a green circled tick instead of a grey circled ?.
    this shows that iCal invitations are working correctly. Whenever an event is updated, all invitees should be updated by email automatically.
    I hope this helps anyone - I could certainly have done with something similar when I started with looking at this.
    Anatole
    The Error and Access logfile in the Server app under iCal server are very useful in determining any errors. I got lots of imip errors when I didn't quite have the settings right. The port is critical and it won't tell you this is the problem if it fails.

  • Problems with ical server

    Hello! I beg your pardon for my english (i am russian)
    Please help me with setting up ical server
    I use magic triangle with Active directory and Open directory, and when I go to my page and click on Calendar I get an error "Unable to access calendar, because the calendar server is not running."
    log :
    e: IMAP4
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [-] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Setting up IMAPFactory
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] Log opened.
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] twistd 8.2.0 (/usr/bin/python 2.6.1) starting up.
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] reactor class: kqreactor.KQueueReactor.
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Darwin Calendar Server 2.4 (iCal Server v12.52.72) starting Slave process...
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [-] twisted.web2.channel.http.HTTPFactory starting on 62310
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:24:09+0300 [-] [mailgateway] 2011-03-14 10:24:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring authentication for realm: /Search
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up scheme: wiki
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up scheme: digest
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up document root at: /Library/CalendarServer/Documents/
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up root resource: <class 'calendarserver.provision.root.RootResource'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up time zone service resource: <class 'twistedcaldav.static.TimezoneServiceFile'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up iMIP inbox resource: <class 'twistedcaldav.mail.IMIPReplyInboxResource'>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up WebCalendar resource: /usr/share/collaboration
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up WebAdmin resource
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up Timezone Cache
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring authentication wrapper
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Setting up service
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Logging via AF_UNIX: /var/run/caldavd.sock
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Configuring log observer: <twistedcaldav.accesslog.AMPCommonAccessLoggingObserver object at 0x102396bd0>
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding SSL server at 127.0.0.1:8446
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8012
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8447
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8012
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8012] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8009
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8444
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8009
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8010
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8445
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8010
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding server at 127.0.0.1:8011
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8446
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] twext.web2.channel.http.HTTP503LoggingFactory starting on 8011
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] set uid/gid 93/93
    2011-03-14 10:24:09+0300 [-] [caldav-8011] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2011-03-14 10:24:09+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2011-03-14 10:24:38+0300 [-] [caldav_task] 2011-03-14 10:24:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:24:39+0300 [-] [mailgateway] 2011-03-14 10:24:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:24:39+0300 [-] [mailgateway] 2011-03-14 10:24:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:25:08+0300 [-] [caldav_task] 2011-03-14 10:25:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:25:09+0300 [-] [mailgateway] 2011-03-14 10:25:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:25:09+0300 [-] [mailgateway] 2011-03-14 10:25:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:25:38+0300 [-] [caldav_task] 2011-03-14 10:25:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:25:39+0300 [-] [mailgateway] 2011-03-14 10:25:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:25:39+0300 [-] [mailgateway] 2011-03-14 10:25:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:26:08+0300 [-] [caldav_task] 2011-03-14 10:26:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:26:09+0300 [-] [mailgateway] 2011-03-14 10:26:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:26:09+0300 [-] [mailgateway] 2011-03-14 10:26:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:26:38+0300 [-] [caldav_task] 2011-03-14 10:26:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:26:39+0300 [-] [mailgateway] 2011-03-14 10:26:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:26:39+0300 [-] [mailgateway] 2011-03-14 10:26:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:27:08+0300 [-] [caldav_task] 2011-03-14 10:27:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:27:09+0300 [-] [mailgateway] 2011-03-14 10:27:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:27:09+0300 [-] [mailgateway] 2011-03-14 10:27:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:27:38+0300 [-] [caldav_task] 2011-03-14 10:27:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:27:39+0300 [-] [mailgateway] 2011-03-14 10:27:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:27:39+0300 [-] [mailgateway] 2011-03-14 10:27:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:28:08+0300 [-] [caldav_task] 2011-03-14 10:28:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:28:09+0300 [-] [mailgateway] 2011-03-14 10:28:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:28:09+0300 [-] [mailgateway] 2011-03-14 10:28:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:28:38+0300 [-] [caldav_task] 2011-03-14 10:28:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:28:39+0300 [-] [mailgateway] 2011-03-14 10:28:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:28:39+0300 [-] [mailgateway] 2011-03-14 10:28:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:29:04+0300 [-] [twistedcaldav.accesslog#debug] rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087744}]
    2011-03-14 10:29:08+0300 [-] [caldav_task] 2011-03-14 10:29:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:29:09+0300 [-] [mailgateway] 2011-03-14 10:29:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:29:09+0300 [-] [mailgateway] 2011-03-14 10:29:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:29:38+0300 [-] [caldav_task] 2011-03-14 10:29:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:29:39+0300 [-] [mailgateway] 2011-03-14 10:29:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:29:39+0300 [-] [mailgateway] 2011-03-14 10:29:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:30:08+0300 [-] [caldav_task] 2011-03-14 10:30:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:30:09+0300 [-] [mailgateway] 2011-03-14 10:30:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:30:09+0300 [-] [mailgateway] 2011-03-14 10:30:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:30:38+0300 [-] [caldav_task] 2011-03-14 10:30:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:30:39+0300 [-] [mailgateway] 2011-03-14 10:30:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:30:39+0300 [-] [mailgateway] 2011-03-14 10:30:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:31:08+0300 [-] [caldav_task] 2011-03-14 10:31:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:31:09+0300 [-] [mailgateway] 2011-03-14 10:31:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:31:09+0300 [-] [mailgateway] 2011-03-14 10:31:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:31:38+0300 [-] [caldav_task] 2011-03-14 10:31:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:31:39+0300 [-] [mailgateway] 2011-03-14 10:31:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:31:39+0300 [-] [mailgateway] 2011-03-14 10:31:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:32:08+0300 [-] [caldav_task] 2011-03-14 10:32:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:32:09+0300 [-] [mailgateway] 2011-03-14 10:32:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:32:09+0300 [-] [mailgateway] 2011-03-14 10:32:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:32:38+0300 [-] [caldav_task] 2011-03-14 10:32:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:32:39+0300 [-] [mailgateway] 2011-03-14 10:32:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:32:39+0300 [-] [mailgateway] 2011-03-14 10:32:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:33:08+0300 [-] [caldav_task] 2011-03-14 10:33:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:33:09+0300 [-] [mailgateway] 2011-03-14 10:33:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:33:09+0300 [-] [mailgateway] 2011-03-14 10:33:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:33:38+0300 [-] [caldav_task] 2011-03-14 10:33:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:33:39+0300 [-] [mailgateway] 2011-03-14 10:33:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:33:39+0300 [-] [mailgateway] 2011-03-14 10:33:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:34:04+0300 [-] [twistedcaldav.accesslog#debug] rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087444}, {'hits': 0, 'time': 1300087744}, {'hits': 0, 'time': 1300088044}]
    2011-03-14 10:34:08+0300 [-] [caldav_task] 2011-03-14 10:34:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:34:09+0300 [-] [mailgateway] 2011-03-14 10:34:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:34:09+0300 [-] [mailgateway] 2011-03-14 10:34:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:34:38+0300 [-] [caldav_task] 2011-03-14 10:34:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:34:39+0300 [-] [mailgateway] 2011-03-14 10:34:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:34:39+0300 [-] [mailgateway] 2011-03-14 10:34:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:35:08+0300 [-] [caldav_task] 2011-03-14 10:35:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:35:09+0300 [-] [mailgateway] 2011-03-14 10:35:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:35:09+0300 [-] [mailgateway] 2011-03-14 10:35:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:35:38+0300 [-] [caldav_task] 2011-03-14 10:35:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:35:39+0300 [-] [mailgateway] 2011-03-14 10:35:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:35:39+0300 [-] [mailgateway] 2011-03-14 10:35:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:36:08+0300 [-] [caldav_task] 2011-03-14 10:36:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:36:09+0300 [-] [mailgateway] 2011-03-14 10:36:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:36:09+0300 [-] [mailgateway] 2011-03-14 10:36:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:36:38+0300 [-] [caldav_task] 2011-03-14 10:36:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:36:39+0300 [-] [mailgateway] 2011-03-14 10:36:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:36:39+0300 [-] [mailgateway] 2011-03-14 10:36:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:37:08+0300 [-] [caldav_task] 2011-03-14 10:37:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:37:09+0300 [-] [mailgateway] 2011-03-14 10:37:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:37:09+0300 [-] [mailgateway] 2011-03-14 10:37:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:37:38+0300 [-] [caldav_task] 2011-03-14 10:37:38+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:37:39+0300 [-] [mailgateway] 2011-03-14 10:37:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:37:39+0300 [-] [mailgateway] 2011-03-14 10:37:39+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
    2011-03-14 10:38:08+0300 [-] [caldav_task] 2011-03-14 10:38:08+0300 [-] [calendarserver.sidecar.task#debug] Checking for tasks
    2011-03-14 10:38:09+0300 [-] [mailgateway] 2011-03-14 10:38:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#error] IMAP factory connection failed
    2011-03-14 10:38:09+0300 [-] [mailgateway] 2011-03-14 10:38:09+0300 [Uninitialized] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll

    OK,
    Well I have demoted my ODR (diary.mydomain.com) to just being connected to an ODM.
    Again, editing the user/groups records on the ODM doesn't give me any option to enable calendaring. However, I am able to enable calendaring for users and groups in the WGM if I connect to WGM as diary.mydomain.com. As my ical server is no longer a ODR, and only connected, is it safe to edit records on it and enable calendaring or I am still not getting this right?

Maybe you are looking for

  • System copy:integration models altered

    Hi SCM experts, We have APO 4.1 connected to ECC system.Recently the QAS data is refreshed with PRD data and after that all CIF integration model variants in QAS are pointing to PRD system. There are more than 100 integration model variants and chang

  • Nokia N82 , problem with contacts

    I have a nokia N82 , but the problem is ,suppose i have a contact saved as michael and no. is suppose 8768655435. When Michael calls it displays both the name and the number ,it exposes the contact no. which i dont like ? I want to set it as only nam

  • Why cant i use a bought call-tone bought through I-tones for calling tones for just one of my contacts?

    Why cant i use a bought call-tone bought through I-tones for calling tones for just one of my contacts?

  • My track pad is not responsive

    Since updating to Mountain Lion my trackpad on my MacBook Pro is not immediately responsive to trackpad clicks. I often have to click on a link or button many times before I get a response.I am using the latest Safari version. Track Pad responsivenes

  • System copy problems

    Hello, I am doing a systemcopy with backup / restore from System X69 to Q69 on a different server. Therefore I did an online backup to file, copied it to target server a try to restore the database. I have executed the command brdb6brt -bm RETRIEVE -