Gnu mailman Postfix Problem

I have a working configuration of Postfix, MySQL using virtual domains. I want to set up mailman. I have created a new domain called lists.wilkesley.org for the purpose, that will only handle mailman emails. I have installed mailman, but am having trouble getting postfix to deliver mail to mailman lists. The Postfix error is::
an 24 13:20:33 wilkesley postfix/smtpd[24049]: NOQUEUE: reject: RCPT from mail-ww0-f51.google.com[74.125.82.51]: 450 4.1.1 <[email protected]>: Recipient address rejected: User unknown in relay recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mail-ww0-f51.google.com>
My mm_cfg.py is:
MTA = 'Postfix'
DEFAULT_EMAIL_HOST = 'lists.wilkesley.org'
DEFAULT_URL_HOST = 'lists.wilkesley.org'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.wilkesley.org']
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/archives/%(listname)s'
In master.cf I have:
mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
The relevant bits of main.cf are:
# mailman
relay_domains = $mydestination, lists.wilkesley.org
relay_recipient_maps = hash:/var/lib/mailman/data/virtual-mailman
transport_maps = hash:/etc/postfix/transport
mailman_destination_recipient_limit = 1
# Virtual Mailbox Domain Settings
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf, hash:/var/lib/mailman/data/virtual-mailman
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
I think I am missing something obvious and simple, but can't see what it is!
[Edited to insert code tags as sugested].
Last edited by geekinthesticks (2012-01-24 13:54:52)

geekinthesticks wrote:I think I am missing something obvious and simple, but can't see what it is!
They're called code tags
I can't help with the problem directly, but those who can will probably be more inclined to do so if you include file contents of command output in [ code ] ... [ /code ] tags to keep it clean and readable.

Similar Messages

  • Mailman / Postfix aliases problem?

    Hello, all!
    I've got mailman running, finally, after many hours of fighting with it. It is now to the point where it will accept new subscribers through the listinfo page, send them their confirmation, and accept a confirmation action by the user on the html page to do so. The list currently only has 2 members - the moderator and one test email account. The server is hosting many virtual domains. The list in question is in one; it is currently the only virt-domain that is using a mailman list.
    However...
    Attempts to send from the moderator to the list result in the following:
    <[email protected]>: host
    /var/imap/socket/lmtp[/var/imap/socket/lmtp] said: 550-Mailbox unknown.
    Either there is no mailbox associated with this 550-name or you do not have
    authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO
    command)
    OK, so it seems to me that Postfix is not correctly figuring out that the listname is not a hosted mailbox, but is indeed a list name, and thus never bothers to send it off to mailman. I'm guessing this means I'm missing 1 little thing or other in postfix's main.cf but I can't figure out what. Help?
    here is my main.cf:
    smtpdtls_keyfile =
    myhostname = my.fqdnname.com
    mailbox_transport = cyrus
    enableserveroptions = yes
    mydomain = sysop.com
    messagesizelimit = 104857600
    spam_enabled = yes
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    smtp_principal = smtp/[email protected]
    virusdb_lastupdate = 2006-01-05 14:54:45 -0600
    mynetworks = 127.0.0.0/8,MY.CLASS.C.0/24
    mydestination = $myhostname,localhost.$mydomain,localhost,my.fqdnname.com
    smtpdsasl_authenable = yes
    smtpduse_pwserver = yes
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdpw_server_securityoptions = plain,login,cram-md5
    content_filter = smtp-amavis:[127.0.0.1]:10024
    ownerrequestspecial = no
    recipient_delimiter = +
    smtpdhelorequired=yes
    disablevrfycommand=yes
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    Any help would be appreciated. I've Googled my eyes out and keep not finding what I need.

    windowbreaker wrote:
    Also, what's the output of
    postconf virtual_maps virtual_alias_maps
    Let me be sure I understand your situation.  You currently have postfix setup with virtual domains and mysql.  You are successfully able to send/receive emails from your virtual accounts, correct?
    Correct.
    postconf: warning: virtual_maps: unknown parameter
    virtual_alias_maps = hash:/etc/postfix/virtual_alias, pgsql:/etc/postfix/pgsql-virtual-forwards.cf
    And the contents of /etc/postfix/pgsql-virtual-forwards.cf
    hosts = localhost
    user = postfix
    password = MY_PASSWORD
    dbname = db_postfix
    query = SELECT forward_to FROM aliases WHERE email = '%s'
    /etc/postfix/virtual_alias
    MAILER-DAEMON: postmaster
    postmaster: root
    bin: root
    daemon: root
    named: root
    nobody: root
    uucp: root
    www: root
    ftp-bugs: root
    postfix: root
    manager: root
    dumper: root
    operator: root
    abuse: postmaster
    decode: root
    root: [email protected]
    windowbreaker wrote:In that case, you're probably trying to have postfix process all email sent to, say, [email protected], by mailman.  In which case you need to pass that email message to a mailman command, right?  I'm sure I got some things wrong, so go ahead and clear them up so I can give you detailed advice.
    Correct. My domain in question is ryla9810.org which has one alias that forwards to my gmail account (phil@), and I need one mail list with a dozen members (team@). The forward works, but the maillist is causing me grief
    Thanks for all your input so far

  • Mailman + Postfix - User unknown

    Hi all, I'm having some trouble installing mailman (who doesn't?) right now.
    I tried everything. I followed EXACTLY what is said on our wiki (https://wiki.archlinux.org/index.php/Mailman) but still it's not working.
    Actually the only thing that is not working is 'sending an email to the mailing list'. And this is quite important for a mailing list, I guess.
    After spending hours trying, here is my current status:
    I created a mailing list called pynochio, with [email protected] as the mailing list address.
    Postfix reads my /var/lib/mailman/data/virtual-mailman file and applies the mapping. I'm sure about that because I changed the content of virtual-mailman (and then hashed it using postmap command) and the email postfix was trying to authenticate changed. (so there is no permission issue from this side)
    But then postfix concludes that the user doesn't exist. Here are fresh logs from journalctl, just for you:
    Mar 20 19:59:53 ks3100290 postfix/qmgr[26527]: 128382077C: from=<[email protected]>, size=1775, nrcpt=2 (queue active)
    Mar 20 19:59:53 ks3100290 postfix/trivial-rewrite[26562]: warning: do not list domain too.gy in BOTH mydestination and virtual_mailbox_domains
    Mar 20 19:59:53 ks3100290 postfix/trivial-rewrite[26562]: warning: do not list domain too.gy in BOTH mydestination and virtual_mailbox_domains
    Mar 20 19:59:53 ks3100290 postfix/virtual[26567]: 128382077C: to=<[email protected]>, relay=virtual, delay=0.74, delays=0.65/0.03/0/0.07, dsn=5.1.1, status=bounced (unknown user: "[email protected]")
    Mar 20 19:59:53 ks3100290 postfix/virtual[26567]: 128382077C: to=<[email protected]>, relay=virtual, delay=0.78, delays=0.65/0.03/0/0.1, dsn=2.0.0, status=sent (delivered to maildir)
    This warning appears because in the tutorial we are said to put `too.gy` (our domain) in mydestination and because in my postfix database inside the `domain` table, `too.gy` is said to be virtual (transport=virtual). I don't know if it should be that way.
    My problem is that I don't really know how postfix and mailman are supposed to communicate. Postfix is supposed to let mailman handle things since [email protected] is a list address but it doesn't.
    I read some tutorials (on other distribs) and they are using lists.too.gy domain for their lists address (it seems easier) but it looks like there's a better way to do it and in the archlinux mailman documentation, we are not using such subdomain for our lists. So I want to do it the right, archlinux way.
    There is `postfix_to_mailman.py` transport script thing but I read it's a bad practice...
    Here is the output of `postconf -n` (which respects the mailman tutorial, once again):
    alias_database = $alias_maps
    alias_maps = hash:/etc/postfix/aliases, hash:/var/lib/mailman/data/aliases
    broken_sasl_auth_clients = yes
    command_directory = /usr/bin
    config_directory = /etc/postfix
    daemon_directory = /usr/lib/postfix
    data_directory = /var/lib/postfix
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
    html_directory = no
    inet_protocols = ipv4
    local_recipient_maps = $alias_maps
    local_transport = virtual
    mail_owner = postfix
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = localhost, too.gy
    mydomain = too.gy
    myhostname = mail.too.gy
    mynetworks_style = host
    myorigin = $mydomain
    newaliases_path = /usr/bin/newaliases
    queue_directory = /var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relay_recipient_maps = hash:/var/lib/mailman/data/virtual-mailman
    sample_directory = /etc/postfix/sample
    sendmail_path = /usr/bin/sendmail
    setgid_group = postdrop
    smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
    smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_local_domain = $mydomain
    smtpd_sasl_path = /var/run/dovecot/auth-client
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
    smtpd_sasl_type = dovecot
    smtpd_tls_auth_only = yes
    smtpd_tls_cert_file = /etc/ssl/private/server.crt
    smtpd_tls_key_file = /etc/ssl/private/server.key
    smtpd_tls_loglevel = 1
    transport_maps = hash:/etc/postfix/transport
    unknown_local_recipient_reject_code = 550
    virtual_alias_maps = hash:/etc/postfix/virtual, proxy:mysql:/etc/postfix/virtual_alias_maps.cf, hash:/var/lib/mailman/data/virtual-mailman
    virtual_gid_maps = static:5000
    virtual_mailbox_base = /home/vmail
    virtual_mailbox_domains = proxy:mysql:/etc/postfix/virtual_domains_maps.cf
    virtual_mailbox_limit = 512000000
    virtual_mailbox_maps = proxy:mysql:/etc/postfix/virtual_mailbox_maps.cf
    virtual_minimum_uid = 5000
    virtual_transport = virtual
    virtual_uid_maps = static:5000
    Any help appreciated. I'm on it since 10 hours, I don't want to kill myself.
    EDIT: Forgot my `/etc/mailman/mm_cfg.py` >
    # -*- python -*-
    from Defaults import *
    DEFAULT_URL_HOST = 'lists.too.gy'
    DEFAULT_EMAIL_HOST = 'too.gy'
    MTA = 'Postfix'
    VIRTUAL_HOSTS.clear()
    add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
    POSTFIX_STYLE_VIRTUAL_DOMAINS = ['too.gy']
    DEFAULT_URL_PATTERN = 'http://%s/'
    PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/archives/%(listname)s'
    MAILMAN_SITE_LIST = 'mailman'
    Last edited by toogy (2014-03-20 19:23:23)

    AlanNYC wrote:
    If I turn off local recipient checking, will I actually get my mail?
    Yes, all email properly addressed should be delivered to you without problems.
    The line only affects improperly addressed email, in this case allowing them to be accepted instead of rejected.
    Since you are running Spamassassin and an IMAP server, I suggest also using the line
    luser=[email protected]
    which will send all improperly addressed mail to the address specified by "[email protected]". This is what I meant by "catch-all" address.
    If you find postfix giving you problems after adding the lines, simply delete them or comment them out by adding a hash mark to the front of the line, e.g.
    #localrecipientmaps =
    Alternatively, you can simply make no changes and allow the log messages to accumulate. The messages mean that postfix is doing its job by rejecting email addressed to users that don't exist. The above steps allow you to receive mail addressed to [email protected], where "anything" is any string allowed in an email address.
    I assume you're testing your changes using a separate email account, but in case you're not: sign up for a free email account with any of a number of free email services (Gmail, Yahoo) and test your postfix install as you make changes using the free account.

  • Mailman + Postfix + Virtual Domains

    I'm going nuts trying to get this thing working... I spent the best part of yesterday getting Postfix and Courier working with Virtual Domains and a PostgreSQL backend. That's all working fine.
    Now I've spent about the last 5 - 6 hours trying to get Mailman working -- obviously without any luck.
    Can someone point me in the right direction? I tried installing from source, and following the 'official' installation manual, but that doesn't cover Virtual Domains very well (obviously not well enough to get it working at least).
    *Then* I realized that their's a package in EXTRA for Mailman, so I wiped the source install I did, and installed the package, but I'm still stuck.
    I think the main part of my problem, is the manual says that I should have a 'data/virtual-mailman' in the mailman installation directory, but I don't, and can't find any information on how it is created!
    At the end of the day, I just need a single damn mail list on one of my virtual domains for a dozen people -- if anyone has an easier solution than this, please suggest!

    windowbreaker wrote:
    Also, what's the output of
    postconf virtual_maps virtual_alias_maps
    Let me be sure I understand your situation.  You currently have postfix setup with virtual domains and mysql.  You are successfully able to send/receive emails from your virtual accounts, correct?
    Correct.
    postconf: warning: virtual_maps: unknown parameter
    virtual_alias_maps = hash:/etc/postfix/virtual_alias, pgsql:/etc/postfix/pgsql-virtual-forwards.cf
    And the contents of /etc/postfix/pgsql-virtual-forwards.cf
    hosts = localhost
    user = postfix
    password = MY_PASSWORD
    dbname = db_postfix
    query = SELECT forward_to FROM aliases WHERE email = '%s'
    /etc/postfix/virtual_alias
    MAILER-DAEMON: postmaster
    postmaster: root
    bin: root
    daemon: root
    named: root
    nobody: root
    uucp: root
    www: root
    ftp-bugs: root
    postfix: root
    manager: root
    dumper: root
    operator: root
    abuse: postmaster
    decode: root
    root: [email protected]
    windowbreaker wrote:In that case, you're probably trying to have postfix process all email sent to, say, [email protected], by mailman.  In which case you need to pass that email message to a mailman command, right?  I'm sure I got some things wrong, so go ahead and clear them up so I can give you detailed advice.
    Correct. My domain in question is ryla9810.org which has one alias that forwards to my gmail account (phil@), and I need one mail list with a dozen members (team@). The forward works, but the maillist is causing me grief
    Thanks for all your input so far

  • GNU Screen Scroll problem

    Hello everyone, I'm a new member in the Arch community and I'm enjoying myself a lot by using this distribution.
    the problem I'm having is that I can't seem to get the mouse scrollwheel to scroll upwards in GNU Screen running in a Terminator emulator once the terminal is filled.
    I have searched a bit and found that I should put something like this in my ~/.screenrc
    terminfo xterm* ti@:te@
    I have changed the xterm* to terminator* to match my emulator, my full .screenrc is as follows
    bind c screen 1
    bind ^c screen 1
    bind 0 select 10
    screen 1
    term screen-256color
    hardstatus alwayslastline '%{= g}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][%{B}%Y-%m-%d%{g}]'
    startup_message off
    terminfo terminator* ti@:te@
    vbell off
    altscreen on
    defscrollback 5000
    When I first open screen I can scroll up and down using the mouse wheel, but once the terminal gets filled all the way, the mouse wheel starts to show the command history instead of scrolling, which is a pretty odd behavior in my point of view.
    Anyone knows why is that happening?

    geekinthesticks wrote:I think I am missing something obvious and simple, but can't see what it is!
    They're called code tags
    I can't help with the problem directly, but those who can will probably be more inclined to do so if you include file contents of command output in [ code ] ... [ /code ] tags to keep it clean and readable.

  • Postfix problem

    Hi All,
    i had some doubt regarding postfix operation in java.Please check the following code. and pls give me the suggestion
    class incrementTest1
         public static void main(String[] args)
              int i=0;
              i++;
              i++;
              i++;
              System.out.println("iii->"+i);
    this will print iii->3
    The other one is
    class incrementTest
         public static void main(String[] args)
              int i=0;
              i=i++;
              i=i++;
              i=i++;
              System.out.println("iii->"+i);
    this will print iii->0
    if i am assigned the postfix to some variable it will not incremented. why it is happening is this is java problem.
    Please clear me
    thanks in advance

    http://forum.java.sun.com/thread.jsp?forum=31&thread=303846

  • Mailman Domain Problem... read many solutions... none work.

    basically i have a subdomain that Mailman should be running off of as mail for the main domain is hosted on another machine (that the list can not be hosted on).
    so (for example) this machine has : domain.tld and list.domain.tld
    and a list called LIST.
    i can send mail to [email protected] ... goes through fine and i receive the posting.
    however... the "To:" header is listed as "[email protected]" and not the correct "[email protected]" this means when you "Reply All" you reply to the INCORRECT and nonexistent address.
    i have run the :
    +sudo /usr/share/mailman/bin/withlist -l -r fix_url LIST --urlhost=list.domain.tld+
    a billion times it seems... and the problem remains. every possible setting says "list.domain.tld" and it never changes in the received mail at any point ever.
    SA open. SA closed. service stopped. service started. at no point does that command make a difference for me.
    from ALL the dozens of posts about what seems to be my exact problem... that command is given as the solution but i swear it isn't solutionizing it for me.
    any suggestions as to where i am going wrong?
    in addition... looking at the raw headers on the received mail... i see the correct list.domain.tld all over the place... but in addition to the bad "To:" i also have an incorrect "-bounces" address going to domain.tld instead of list.domain.tld.
    thanks.
    zeb.

    Also tried typing this in the Terminal:
    sudo kextunload /System/Library/Extensions/AppleHDA.kext
    sudo kextload /System/Library/Extensions/AppleHDA.kext

  • Mailman permissions problem

    I'm getting this email message literally every 5 minutes
    subject: [Mailman] Cron <mailman@college> /usr/bin/python -S /usr/share/mailman/cron/gate_news
    body:
    shell-init: could not get current directory: getcwd: cannot access parent directories: Permission denied
    Can anyone help.

    Hmm. This mail seems to be coming from the cron daemon. It tries to "fire up" gate_news which for some reason fails. gate_news is part of mailman and is used to gateway NNTP (news servers) to mailing lists.
    You probably tried to change some configuration options for mailman (through it's webinterface) and activated gate_news. If so, reverse what you did. If not try to remember what you did before the problem started.
    Alex

  • Sendmail/Postfix problem

    Hi
    We are having troubles sending email from Sendmail/Postfix on a new Mac Mini/10.5.2. The mail log continually shows "Operation timed out (port 25)" errors for every outbound mail. There is no firewall between the server and the Internet, so nothing should be blocking SMTP. We've tried sending both from php and directly from the command line. All mails get deferred with the same error.
    Any thoughts/help gladly appreciated.
    Cheers
    Rob

    Hi, please disregard this. After a long discussion with my ISP they admitted that they were blocking port 25 (even though my service specifically doesn't have blocking!). Sigh

  • Setup mailinglist for virtual domain with postfix, mailman and Server Admin

    Hello everybody!
    we have set up a working mailman/postfix configuration for mailing list purposes only on a Tiger Server. What we wanted to do now is to enable another mailinglist for a virtual domain which is hosted (the website) on another Tiger Server in our domain. But everything we tried up to now did lead to a solution. When I send an email to [email protected], the MX of our domain hands the email over to the mailing list server, who seems not to be aware of his obligation to handle that mail. The mailing list server then forwards the mail again to the original MX and so on... It seems like we missed something simple to do in the postfix config.
    Things we tried:
    * hints from http://www.freebsddiary.org/mailman-virtual-domains.php -- no effect
    * hints from http://discussions.apple.com/thread.jspa;jsessionid=aOuiMaZMLAq_Mfqf9S?messageID =1566428 -- no mailing list working anymore
    Any hints would be dearly appreciated!
    Cheers,
    Florian Schneider

    I solved the problem myself after getting a better understanding of the postfix documentation on postfix.org.
    In detail, I added
    to /etc/postfix/virtual:
    [email protected] [email protected]
    to /etc/postfix/main.cf:
    virtualaliasdomains = virtualdomain.com
    virtualaliasmaps = hash:/etc/postfix/virtual
    then I did
    sudo postmap /etc/postfix/virtual
    sudo postfix reload
    and everything worked fine.
    iBook G3   Mac OS X (10.4.6)  

  • [SOLVED] Postfix: activity not being logged

    I installed and configured postfix/cyrus and then sent myself a couple of test messges.  The messages don't show up anywhere, so I ran
    journalctl -u postfix -f
    to see where the problem was, sent myself another message from another machine and got ... nothing.  The only thing displayed are the Start/Stop service messages.
    Does systemd not log service activity for postfix?  I was planning on installing syslog-ng (or rsyslog) anyway, as I need to have message log persistence across reboots, but I thought that this stuff would at least be logged while it's happening.
    Last edited by pgoetz (2015-01-29 11:58:10)

    Never mind, I'm an idiot.  My ISP was blocking port 25 traffic (even though I explicitly asked them if they blocked port 25 when I set up the account, and they responded no).
    So as to not be a complete waste of a human life, here are some simple debugging steps for someone who happens to stumble upon this post.
    From an external host, try telneting to port 25 before doing anything else. 
    $ telnet pgoetz.com 25
    If this hangs, then postfix is either not listening on port 25 or the traffic is being blocked.  At this point, check to make sure that your ISP isn't blocking port 25 traffic.
    If running a firewall, check your firewall rules:
    $ iptables -L
    You should see something that looks like this:
    ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
      If you don't see this, your firewall is blocking traffic to port 25.  See the iptables documentation for fixing this.
    If the firewall is OK, next check to see if postfix is actually listening on the port:
    ss -nlpt | grep 25
      You should see something that looks like this:
    LISTEN 0 100 *:25 *:*
    users:(("smtpd",pid=20261,fd=6),("master",pid=19480,fd=13))
    If you don't see this, there is a good chance that either postfix is not running or inet_interfaces is not configured properly in /etc/postfix/main.cf.  The default value for inet_interfaces is
    inet_interfaces = all
    .  Unless you absolutely know what you're doing, you should leave this set at the default; i.e. don't set this parameter in /etc/postfix/main.cf at all.  To check if postscript is running,
    systemctl status postfix
    or
    ps auxw | grep postfix
    .  If you don't see a line that looks like this:
    root 19480 0.0 0.0 12432 2136 ? Ss 05:58 0:00 /usr/lib/postfix/master -w
    postfix isn't running.
    Finally,
    journalctl -u postfix -f
    is your friend.  Use it early and often when debugging postfix problems.  It will reveal missing files (e.g.
    Jan 16 07:03:29 ibis postfix/local[20277]: error: open database /etc/postfix/aliases.db: No such file or directory
    and anything else that postfix is unhappy about.
    Happy postfixing!

  • Help Deleting a OD Group Email That Won't Go Away

    I seem to have a ghost and I could use help finding it...
    There was a Open Directory Group that at some point an admin checked to enable the "Mailing list" for this group within Workgroup Manager (might have been back in 10.4). This group has since been deleted from OD yet the email group persists....somewhere. Do you know where? I sure don't.
    Sometime after this group was deleted it was recreated but as a Mailman mailing list that effectively had the exact same name and that is when we started to notice that messages sent to "[email protected]" were not going to everyone included in the Mailman mailing list. Further investigation proved that the Mailman list was working 100% and that the messages simply never were received by Mailman. Yet, the messages were getting delivered to some users on the list. I realized after a month of this that it was being delivered to the users who were included in the old OD group. We have since deleted this Mailman mailing list and it is truly gone but the ghost list persists.
    I've searched everywhere I can think of to track down this mysterious mailing list so I can purge it completely.
    Besides just poking around the file system on both the mail server and the OD server I tried searching the directory using dscl but found nothing.
    /LDAPv3/127.0.0.1 > search . mail collections
    We have a work in progress of moving accounts over to a new Kerio Mail Server but note that the problem pre-dates the introduction of this server into our network environment.
    Here's a little bit about the servers and network:
    - Master, Xserve intel, Server OS 10.5.8, DHCP, DNS, AFP shares, a few home directories
    - Apple Mail Server, Mac mini, Server OS 10.5.8, stock server install w/ cyrus, Mailman, postfix, etc.
    - Additional mail server - Kerio Mail Server 6.7, Xserve intel, server OS 10.6.2, just Kerio
    Here's some example log entries that tells me the message is going through our current primary mail server and not some other server on our network:
    59
    5/10/10
    2:24:57.000 PM
    May 10 14:24:57 192.168.168.212 May 10 14:24:57 mail2 postfix/pipe[53910]: 2CB0B1835B07: to=<[email protected]>, orig_to=<[email protected]>, relay=cyrus, delay=7.1, delays=0.01/0/0/7.1, dsn=2.0.0, status=sent (delivered via cyrus service)
    host=192.168.168.212 Options| sourcetype=syslog Options| source=udp:514 Options
    62
    5/10/10
    2:24:50.000 PM
    May 10 14:24:50 192.168.168.212 May 10 14:24:50 mail2 postfix/smtp[53683]: 5DA951835AEB: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.86, delays=0.3/0/0/0.56, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 2CB0B1835B07)
    host=192.168.168.212 Options| sourcetype=syslog Options| source=udp:514 Options
    If you think you have an idea what's going one and need more info just let me know.

    Hi
    If I've understood correctly deleting users and/or groups from WorkGroup Manager does not delete associated Mailboxes. You could try:
    http://osx.topicdesk.com/content/view/46/62/
    Most of us here over the years have favoured SirAdmin (rather than cyrusadmin) which works with 10.3, 10.5 and 10.5.
    HTH?
    Tony

  • Mail Piling Up In Queue

    Seem to be having a few problems and I'm not sure if they're separate issues or connected ones. Seems I need to get my "mail" house in order, but don't know where to start; I'm pretty new server admin. Had the mail server sending and receiving mail, but it just stopped one day. Not sure if it was an update I made, or something I didn't update and should be doing.
    1. need to update ClamAV? currently running 0.88.5, recommended 0.88.7
    2. amavisd problem?
    Dec 26 19:08:09 my.server.com /usr/bin/amavisd[18292]: starting. /usr/bin/amavisd at my.server.com amavisd-new-2.2.0 (20041102), Unicode aware
    Dec 26 19:08:09 my.server.com /usr/bin/amavisd[18292]: user=, EUID: 0 (0); group=, EGID: 0 0 (0 0)
    Dec 26 19:08:09 my.server.com /usr/bin/amavisd[18292]: Perl version 5.008006
    Dec 26 19:08:09 my.server.com /usr/bin/amavisd[18292]: Net::Server: 2006/12/26-19:08:09 Couldn't open pid file "/var/amavis/amavisd.pid" [No such file or directory].\n\n at line 268 in file /System/Library/Perl/Extras/5.8.6/Net/Server.pm
    Dec 26 19:08:09 my.server.com /usr/bin/amavisd[18292]: Net::Server: 2006/12/26-19:08:09 Server closing!
    3. postfix problem? SMTP log:
    Dec 26 20:47:18 server postfix/qmgr[18228]: F07D886C68: to=<[email protected]>, relay=none, delay=334187, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
    Dec 26 20:47:42 server postfix/smtp[19389]: connect to mx.futurequest.net[69.5.6.174]: Operation timed out (port 25)
    Some not sure why the local host 127.0.0.1 rejects mail to a user I've set up in Workgroup Manager. (First log entry above)
    I've got some dozens of messages that aren't getting through to me that I would like to read, but can't get delivered.
    Don't get much spam yet, but the second log entry is a typical one. How do I prevent spam from building up in the queue, since most are sent to users/email accounts that aren't real? All I've done so far is in: Mail > Settings > Relay "Refuse all messages from these hosts and networks".
    4. Have server set-up as an open directory master, but something must be funny, since I keep getting this message:
    Dec 26 20:44:11 my.server.com kadmin.local[19356](info): No dictionary file specified, continuing without one.
    For some reason, access for users I've defined in Workgroup Manager sequentially get dropped. It's easy to re-click "access account" for each user, but this isn't a solution!
    Any help would be much appreciated, since I feel like I'm shooting in the dark on many of these issues. If nothing else, please point me in the right direction or post a link so I can study and learn.
    Thank you =)

    Hi Dale,
    Thanks for the post. If I did delete or change something related to amavisd-new (since amavisd doesn't appear to be there), how would I get it back?
    Might also be helpful for you all to know that I did install HenWen months ago, but didn't have much luck getting the software to work as desired. I haven't been using it, since it (esp. snort) did weird things to my system (using 100% processing power at times for no particular reason that I could identify). Perhaps the software tricked something out? Wish I knew. For more basic overview of HenWen see: http://seiryu.home.comcast.net/henwen.html
    sigh
    Here are the results of the unix commands listed:
    One:
    ls -lsa /private/var
    total 0
    0 drwxr-xr-x 30 root wheel 1020 Dec 24 23:05 .
    0 drwxr-xr-x 6 root wheel 204 Dec 24 23:05 ..
    0 drwxr-xr-x 5 daemon wheel 170 Oct 22 2005 at
    0 drwxr-x--- 2 root admin 68 Oct 19 2005 audit
    0 drwx------ 3 root wheel 102 Aug 10 03:15 backups
    0 drwxr-xr-x 6 clamav clamav 204 Dec 28 19:23 clamav
    0 drwxr-xr-x 3 root wheel 102 Aug 22 2005 cron
    0 drwxr-xr-x 31 root wheel 1054 Dec 28 19:13 db
    0 drwxr-xr-x 2 root sys 68 Aug 22 2005 empty
    0 drwxr-xr-x 16 cyrusima mail 544 Dec 28 19:23 imap
    0 drwxr-x--- 6 jabber jabber 204 Aug 22 2005 jabber
    0 drwxr-xr-x 3 root wheel 102 Sep 29 14:22 launchd
    0 drwxr-xr-x 101 root wheel 3434 Dec 28 03:15 log
    0 drwxrwxr-x 2 root mail 68 Aug 22 2005 mail
    0 drwxrwsr-x 9 root mailman 306 Aug 22 2005 mailman
    0 drwxr-xr-x 2 root wheel 68 Aug 22 2005 msgs
    0 drwxr-xr-x 9 root wheel 306 Dec 26 18:27 named
    0 drwxr-xr-x 2 root wheel 68 Aug 22 2005 netboot
    0 drwxr-x--- 7 root wheel 238 Dec 27 19:12 root
    0 drwxrwxr-x 55 root daemon 1870 Dec 28 19:12 run
    0 drwxr-xr-x 2 root wheel 68 Aug 22 2005 rwho
    0 drwxr-xr-x 18 root wheel 612 Sep 19 20:44 samba
    0 drwxr-xr-x 30 root wheel 1020 Aug 9 21:53 servermgrd
    0 drwxr-xr-x 8 root wheel 272 Aug 5 19:31 spool
    0 drwxr-xr-x 2 root wheel 68 Aug 24 2005 swupd
    0 drwxrwxrwt 15 root wheel 510 Dec 24 23:05 tmp
    0 drwxr-x--- 2 clamav clamav 68 Aug 22 2005 virusmails
    0 drwxr-xr-x 4 root wheel 136 Dec 24 23:05 vm
    0 drwxr-xr-x 4 root wheel 136 Oct 20 2005 xgrid
    0 drwxr-xr-x 4 root wheel 136 Oct 19 2005 yp
    Two:
    ls -lsa /private/var/amavis
    ls: /private/var/amavis: No such file or directory
    (certainly could be the problem—above)
    Three:
    ls -lsa /private/var/clamav
    total 16368
    0 drwxr-xr-x 6 clamav clamav 204 Dec 28 19:23 .
    0 drwxr-xr-x 30 root wheel 1020 Dec 24 23:05 ..
    0 drwx------ 4 clamav clamav 136 Oct 2 01:00 .spamassassin
    2832 -rw-r--r-- 1 clamav clamav 1447910 Dec 28 19:07 daily.cvd
    8 -rw-rw---- 1 clamav clamav 4 Dec 28 19:23 freshclam.pid
    13528 -rw-r--r-- 1 clamav clamav 6924820 Dec 26 19:07 main.cvd
    Best wishes and thanks

  • Why is an Apple Mail message taking 41kb for a few sentences?

    Well - this isn't actually my own use of Apple Mail - but a friend is using it and they're getting these huge messages with a tiny amount of content. Is there a way to fix their emails so that the HTML isn't so cluttered? THANKS!
    Here's what the email looks like:
    --Apple-Mail-585--816564615
    Content-Type: text/html;
    charset=US-ASCII
    Content-Transfer-Encoding: quoted-printable
    <html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; ">Oy vey!<div>So: this is written =
    in plain text to you - without even a colored quote included for =
    reference.</div><div>Still bloating?</div><div>If so... this does not =
    seem to happen when I send to others., or the OSI-Board list, or =
    etc...</div><div>Ideas? call Apple? if I can figure out why it happens =
    for you and OSLIST but not for others??</div><div>Thanks for your =
    thoughts,</div><div>Lisa</div><div><br><div apple-content-edited=3D"true">=
    <span class="3D""Apple-style-span" style=3D"border-collapse: separate; =
    color: rgb(0, 0, 0); font-family: 'Trebuchet MS'; font-style: normal; =
    font-variant: normal; font-weight: normal; letter-spacing: normal; =
    line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; =
    text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
    -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
    0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
    class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
    rgb(0, 0, 0); font-family: 'Trebuchet MS'; font-style: normal; =
    font-variant: normal; font-weight: normal; letter-spacing: normal; =
    line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; =
    white-space: normal; widows: 2; word-spacing: 0px; =
    -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
    0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-style: normal; font-variant: normal; font-weight: =
    normal; letter-spacing: normal; line-height: normal; orphans: 2; =
    text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
    word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
    -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
    style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
    -webkit-line-break: after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: medium; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><span class="3D""Apple-style-span" =
    style=3D"font-size: 11px; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: 11px; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><span class="3D""Apple-style-span" =
    style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
    'Trebuchet MS'; font-size: 11px; font-style: normal; font-variant: =
    normal; font-weight: normal; letter-spacing: normal; line-height: =
    normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
    normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
    0px; -webkit-border-vertical-spacing: 0px; =
    -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
    auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
    break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
    after-white-space; "><div><div><font class="3D""Apple-style-span" =
    color=3D"#0000FF" size=3D"4"><span class="3D""Apple-style-span" =
    style=3D"font-size: 14px; "><b><span class="3D""Apple-style-span" =
    style=3D"color: rgb(0, 0, 0); font-size: medium; font-weight: normal; =
    "><div><font class="3D""Apple-style-span" color=3D"#811107" size=3D"1"><span=
    class="3D""Apple-style-span" style=3D"font-size: 9px; "><i><font =
    class=3D"Apple-style-span" color=3D"#000000"><span =
    class=3D"Apple-style-span" style=3D"font-style: normal; "><font =
    class=3D"Apple-style-span" size=3D"3"><span class="3D""Apple-style-span" =
    style=3D"font-size: 12px; "><div style=3D"margin-top: 0px; margin-right: =
    0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
    10px/normal 'Trebuchet MS'; color: rgb(155, 44, 1); "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-size: =
    14px; font-weight: bold; "><span class="3D""Apple-style-span" =
    style=3D"color: rgb(0, 0, 0); font-weight: normal; font-size: 11px; =
    "><div><span class="3D""Apple-style-span" style=3D"font-size: 14px; color: =
    rgb(0, 0, 255); "><b><span class="3D""Apple-style-span" style=3D"color: =
    rgb(0, 0, 0); font-size: medium; font-weight: normal; "><div =
    style=3D"display: inline !important; "><font class="3D""Apple-style-span" =
    color=3D"#811107" size=3D"1"><span class="3D""Apple-style-span" =
    style=3D"font-size: 9px; "><i><font class="3D""Apple-style-span" =
    color=3D"#000000"><span class="3D""Apple-style-span" style=3D"font-style: =
    normal; "><font class="3D""Apple-style-span" size=3D"3"><span =
    class=3D"Apple-style-span" style=3D"font-size: 12px; "><div =
    style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
    margin-left: 0px; font: normal normal normal 10px/normal 'Trebuchet MS'; =
    color: rgb(155, 44, 1); display: inline !important; "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-size: =
    14px; font-weight: bold; "><span class="3D""Apple-style-span" =
    style=3D"color: rgb(0, 0, 0); font-weight: normal; font-size: 11px; =
    "><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
    margin-left: 0px; font: normal normal normal 10px/normal 'Trebuchet MS'; =
    color: rgb(164, 8, 0); "><i><div style=3D"margin-top: 0px; margin-right: =
    0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
    10px/normal 'Trebuchet MS'; color: rgb(74, 0, 230); "><i><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-style: =
    normal; font-size: 14px; "><b><span class="3D""Apple-style-span" =
    style=3D"color: rgb(0, 0, 0); font-size: medium; font-weight: normal; =
    "><div><font class="3D""Apple-style-span" color=3D"#811107" size=3D"1"><span=
    class="3D""Apple-style-span" style=3D"font-size: 9px; "><i><font =
    class=3D"Apple-style-span" color=3D"#000000"><span =
    class=3D"Apple-style-span" style=3D"font-style: normal; "><font =
    class=3D"Apple-style-span" size=3D"3"><span class="3D""Apple-style-span" =
    style=3D"font-size: 12px; "><div style=3D"margin-top: 0px; margin-right: =
    0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
    10px/normal 'Trebuchet MS'; color: rgb(155, 44, 1); "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-size: =
    14px; font-weight: bold; "><span class="3D""Apple-style-span" =
    style=3D"color: rgb(0, 0, 0); font-weight: normal; font-size: 11px; =
    "><div><span class="3D""Apple-style-span" style=3D"font-size: 14px; color: =
    rgb(0, 0, 255); "><b><span class="3D""Apple-style-span" style=3D"color: =
    rgb(0, 0, 0); font-size: medium; font-weight: normal; "><div =
    style=3D"display: inline !important; "><font class="3D""Apple-style-span" =
    color=3D"#811107" size=3D"1"><span class="3D""Apple-style-span" =
    style=3D"font-size: 9px; "><i><font class="3D""Apple-style-span" =
    color=3D"#000000"><span class="3D""Apple-style-span" style=3D"font-style: =
    normal; "><font class="3D""Apple-style-span" size=3D"3"><span =
    class=3D"Apple-style-span" style=3D"font-size: 12px; "><div =
    style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
    margin-left: 0px; font: normal normal normal 10px/normal 'Trebuchet MS'; =
    color: rgb(155, 44, 1); display: inline !important; "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-size: =
    14px; font-weight: bold; "><span class="3D""Apple-style-span" =
    style=3D"color: rgb(0, 0, 0); font-weight: normal; font-size: 11px; =
    "><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
    margin-left: 0px; font: normal normal normal 10px/normal 'Trebuchet MS'; =
    color: rgb(164, 8, 0); "><i><div style=3D"margin-top: 0px; margin-right: =
    0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
    10px/normal 'Trebuchet MS'; color: rgb(74, 0, 230); "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-size: =
    14px; "><b><span class="3D""Apple-style-span" style=3D"color: rgb(0, 0, =
    0); font-size: medium; font-weight: normal; "><div style=3D"display: =
    inline !important; "><font class="3D""Apple-style-span" color=3D"#811107" =
    size=3D"1"><span class="3D""Apple-style-span" style=3D"font-size: 9px; =
    "><i><font class="3D""Apple-style-span" color=3D"#000000"><span =
    class=3D"Apple-style-span" style=3D"font-style: normal; "><font =
    class=3D"Apple-style-span" size=3D"3"><span class="3D""Apple-style-span" =
    style=3D"font-size: 12px; "><div style=3D"margin-top: 0px; margin-right: =
    0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
    10px/normal 'Trebuchet MS'; color: rgb(155, 44, 1); display: inline =
    !important; "><span class="3D""Apple-style-span" style=3D"color: rgb(0, 0, =
    255); font-size: 14px; font-weight: bold; "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 0); font-weight: =
    normal; font-size: 11px; "><div style=3D"display: inline !important; =
    "><span class="3D""Apple-style-span" style=3D"font-size: 14px; color: =
    rgb(0, 0, 255); "><b><span class="3D""Apple-style-span" style=3D"color: =
    rgb(0, 0, 0); font-size: medium; font-weight: normal; "><div =
    style=3D"display: inline !important; "><font class="3D""Apple-style-span" =
    color=3D"#811107" size=3D"1"><span class="3D""Apple-style-span" =
    style=3D"font-size: 9px; "><i><font class="3D""Apple-style-span" =
    color=3D"#000000"><span class="3D""Apple-style-span" style=3D"font-style: =
    normal; "><font class="3D""Apple-style-span" size=3D"3"><span =
    class=3D"Apple-style-span" style=3D"font-size: 12px; "><div =
    style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
    margin-left: 0px; font: normal normal normal 10px/normal 'Trebuchet MS'; =
    color: rgb(155, 44, 1); display: inline !important; "><span =
    class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-size: =
    14px; font-weight: bold; "><div style=3D"margin-top: 0px; margin-right: =
    0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
    10px/normal 'Trebuchet MS'; min-height: 11px; "><div style=3D"margin-top: =
    0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
    normal normal normal 12px/normal 'Trebuchet MS'; min-height: 14px; =
    "><font class="3D""Apple-style-span" color=3D"#000000"><span =
    class=3D"Apple-style-span" style=3D"font-size: medium; "><br =
    class=3D"Apple-interchange-newline"> </span></font></div></div></span=
    ></div></span></font></span></font></i></span></font></div></span></b></sp=
    an></div></span></span></div></span></font></span></font></i></span></font=
    ></div></span></b></span></div></i></div></span></span></div></span></font=
    ></span></font></i></span></font></div></span></b></span></div></span></sp=
    an></div></span></font></span></font></i></span></font></div></span></b></=
    span></i></div></i></div></span></span></div></span></font></span></font><=
    /i></span></font></div></span></b></span></div></span></span></div></span>=
    </font></span></font></i></span></font></div></span></b></span></font></di=
    v></div></div></span></div></span></span></span></div></span></div></span>=
    </div></span></div></span></div></span></div></span></div></span></div></s=
    pan></div></span></div></span></div></span></div></span></div></span></div=
    ></span></div></span></div></span></div></span></div></span></div></span><=
    /div></span></div></span></div></span></div></span></div></span></div></sp=
    an></div></span></div></span></div></span></div></span></div></span></div>=
    </span></div></span></div></span></div></span></div></span></div></span></=
    div></span></div></span></div></span></div></span></div></span></span></di=
    v></span></div></span></div></div></body></html>=
    --Apple-Mail-585--816564615--

    They said they didn't set up any template or stationary - but they do have a rather complicated signature. I wonder if that messed things up. Because this issue shows up whether or not they use the signature now. But looking at the HTML - it's just intense! It looks like it has to be some kind of subtle bug in Apple's mail program that no one see because you have to look for it. The only reason we noticed it was because they were running into bounce problems sending emails to a Gnu Mailman list with 100kb limit.
    If no one on this list can figure it out - we may need to have her bring her laptop to a Genius Bar. I'm at a loss for any other way to proceed.

  • Error running root.sh at install time.

    I tried to install the Oracle 11gR2 on two Linux virtual machines,
    and got problems. I tried everything I found in the forums, but nothing helped.
    The output from "uname -a" is
    Linux fred0224.orarac.net 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    The problem is when running the root.sh on the first machine.
    Changing permissions of /u01/app/oraInventory.
    Adding read,write permissions for group.
    Removing read,write,execute permissions for world.
    Changing groupname of /u01/app/oraInventory to oinstall.
    The execution of the script is complete.
    [root@fred0224 oraInventory]# cd ../11.2.0/grid/
    [root@fred0224 grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]:
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-06-23 13:25:11: Parsing the host name
    2010-06-23 13:25:11: Checking for super user privileges
    2010-06-23 13:25:11: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'fred0224'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'fred0224'
    CRS-2676: Start of 'ora.gipcd' on 'fred0224' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'fred0224'
    CRS-2676: Start of 'ora.gpnpd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'fred0224'
    CRS-2676: Start of 'ora.cssdmonitor' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'fred0224'
    CRS-2672: Attempting to start 'ora.diskmon' on 'fred0224'
    CRS-2676: Start of 'ora.diskmon' on 'fred0224' succeeded
    CRS-2676: Start of 'ora.cssd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'fred0224'
    CRS-2676: Start of 'ora.ctssd' on 'fred0224' succeeded
    ASM created and started successfully.
    DiskGroup DATA created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'fred0224'
    CRS-2676: Start of 'ora.crsd' on 'fred0224' succeeded
    CRS-4256: Updating the profile
    Successful addition of voting disk 48c50205cbfd4f4fbfdcd387ccc5be77.
    Successful addition of voting disk 73f5603b851b4fb4bf0c966c439e7c76.
    Successful addition of voting disk 2dfa19116fa84f3fbf4b1b8f1057dcda.
    Successfully replaced voting disk group with +DATA.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 48c50205cbfd4f4fbfdcd387ccc5be77 (ORCL:DISK1) [DATA]
    2. ONLINE 73f5603b851b4fb4bf0c966c439e7c76 (ORCL:DISK2) [DATA]
    3. ONLINE 2dfa19116fa84f3fbf4b1b8f1057dcda (ORCL:DISK3) [DATA]
    Located 3 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'fred0224'
    CRS-2677: Stop of 'ora.crsd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'fred0224'
    CRS-2677: Stop of 'ora.asm' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'fred0224'
    CRS-2677: Stop of 'ora.ctssd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'fred0224'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'fred0224'
    CRS-2677: Stop of 'ora.cssd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'fred0224'
    CRS-2677: Stop of 'ora.gpnpd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'fred0224'
    CRS-2677: Stop of 'ora.gipcd' on 'fred0224' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'fred0224'
    CRS-2677: Stop of 'ora.mdnsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'fred0224'
    CRS-2676: Start of 'ora.mdnsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'fred0224'
    CRS-2676: Start of 'ora.gipcd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'fred0224'
    CRS-2676: Start of 'ora.gpnpd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'fred0224'
    CRS-2676: Start of 'ora.cssdmonitor' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'fred0224'
    CRS-2672: Attempting to start 'ora.diskmon' on 'fred0224'
    CRS-2676: Start of 'ora.diskmon' on 'fred0224' succeeded
    CRS-2676: Start of 'ora.cssd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'fred0224'
    CRS-2676: Start of 'ora.ctssd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'fred0224'
    CRS-2676: Start of 'ora.asm' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'fred0224'
    CRS-2676: Start of 'ora.crsd' on 'fred0224' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'fred0224'
    CRS-2676: Start of 'ora.evmd' on 'fred0224' succeeded
    Timed out waiting for the CRS stack to start.
    I am going thru all the logs in /u01/app and posting all the "fail" I got
    oracle/diag/asm/+asm/+ASM1/trace/alert_+ASM1.log
    SUCCESS: diskgroup DATA was mounted
    SUCCESS: CREATE DISKGROUP DATA NORMAL REDUNDANCY DISK 'ORCL:DISK1',
    'ORCL:DISK2',
    'ORCL:DISK3' ATTRIBUTE 'compatible.asm'='11.2.0.0.0' /* ASMCA */
    Wed Jun 23 13:27:44 2010
    WARNING: failed to online diskgroup resource ora.DATA.dg (unable to communicate with CRSD/OHASD)
    NOTE: cache deleting context for group DATA 1/-423277942
    SUCCESS: ALTER DISKGROUP ALL DISMOUNT /* asm agent */
    Wed Jun 23 13:28:06 2010
    WARNING: failed to offline diskgroup resource ora.DATA.dg (unable to communicate with CRSD/OHASD)
    oraInventory/logs/installActions2010-06-23_12-45-22PM.log
    INFO: WARNING: Failed to load bean oracle.install.ivw.ha.bean.HAInstallSettings. Reason: [INS-07001] Value for property 'HAInstallSettings' not found in the bean store.
    INFO: WARNING: Failed to load bean oracle.install.ivw.crs.bean.CRSInstallSettings. Reason: [INS-07001] Value for property 'CRSInstallSettings' not found in the bean store.
    INFO: WARNING: Failed to load bean oracle.install.commons.net.support.SSHConnectivitySetupInfo. Reason: [INS-07001] Value for property 'SSHConnectivitySetupInfo' not found in the bean store.
    INFO: WARNING: Failed to load bean oracle.install.library.util.cluster.ClusterConfig. Reason: [INS-07001] Value for property 'ClusterConfig' not found in the bean store.
    INFO: INFO: Network Time Protocol (NTP): This task verifies cluster time synchronization on clusters that use Network Time Protocol (NTP).
    INFO: INFO: Severity:CRITICAL
    INFO: INFO: OverallStatus:VERIFICATION_FAILED
    INFO: Install Phase 2 JRE files in Scratch :0
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    SEVERE: occured inside verify methodPRCI-1108 : Failed to check CRS running state for CRS home /u01/app/11.2.0/grid on node fred0225
    PRCT-1003 : Failed to run "crsctl" on node "fred0225"
    11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_fred0224.log
    2010-06-23 13:25:50: Removing "/etc/rc.d/rc3.d/S96ohasd"
    2010-06-23 13:25:50: Removing file /etc/rc.d/rc3.d/S96ohasd
    2010-06-23 13:25:50: Failure with return code 1 from command rm /etc/rc.d/rc3.d/S96ohasd
    2010-06-23 13:25:50: Failed to remove file:
    2010-06-23 13:25:50: Creating a link "/etc/rc.d/rc3.d/S96ohasd" pointing to /etc/init.d/ohasd
    11.2.0/grid/log/fred0224/alertfred0224.log
    [cssd(20957)]CRS-1709:Lease acquisition failed for node fred0224 because no voting file has been configured; Details at (:CSSNM00031:) in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log
    2010-06-23 13:27:01.900
    [cssd(20957)]CRS-1601:CSSD Reconfiguration complete. Active nodes are fred0224
    [client(21266)]CRS-1001:The OCR was formatted using version 3.
    2010-06-23 13:27:52.824
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:54.360
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK1; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.397
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK2; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.463
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK3; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.969
    [cssd(20957)]CRS-1626:A Configuration change request completed successfully
    [client(21266)]CRS-1006:The OCR location +DATA is inaccessible. Details in /u01/app/11.2.0/grid/log/fred0224/client/ocrconfig_21266.log.
    2010-06-23 13:27:49.187
    [client(21266)]CRS-1001:The OCR was formatted using version 3.
    2010-06-23 13:27:52.824
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:54.360
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK1; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.397
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK2; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.463
    [cssd(20957)]CRS-1605:CSSD voting file is online: ORCL:DISK3; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:27:54.969
    [cssd(20957)]CRS-1626:A Configuration change request completed successfully
    2010-06-23 13:27:54.987
    [cssd(20957)]CRS-1601:CSSD Reconfiguration complete. Active nodes are fred0224 .
    2010-06-23 13:27:54.999
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:57.101
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:27:59.191
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:28:01.284
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:28:03.402
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:28:13.267
    [ctssd(21023)]CRS-2405:The Cluster Time Synchronization Service on host fred0224 is shutdown by user
    2010-06-23 13:28:25.144
    [cssd(20957)]CRS-1603:CSSD on node fred0224 shutdown by user.
    2010-06-23 13:28:25.183
    [cssd(20957)]CRS-1625:Node fred0224, number 1, was manually shut down
    2010-06-23 13:28:43.406
    [cssd(21926)]CRS-1713:CSSD daemon is started in clustered mode
    2010-06-23 13:30:08.067
    [cssd(21926)]CRS-1707:Lease acquisition for node fred0224 number 1 completed
    2010-06-23 13:30:08.084
    [cssd(21926)]CRS-1605:CSSD voting file is online: ORCL:DISK3; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:30:08.101
    [cssd(21926)]CRS-1605:CSSD voting file is online: ORCL:DISK2; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:30:08.142
    [cssd(21926)]CRS-1605:CSSD voting file is online: ORCL:DISK1; details in /u01/app/11.2.0/grid/log/fred0224/cssd/ocssd.log.
    2010-06-23 13:30:25.819
    [cssd(21926)]CRS-1601:CSSD Reconfiguration complete. Active nodes are fred0224 .
    2010-06-23 13:30:27.065
    [ctssd(22150)]CRS-2403:The Cluster Time Synchronization Service on host fred0224 is in observer mode.
    2010-06-23 13:30:27.072
    [ctssd(22150)]CRS-2407:The new Cluster Time Synchronization Service reference node is host fred0224.
    2010-06-23 13:30:28.064
    [ctssd(22150)]CRS-2401:The Cluster Time Synchronization Service started on host fred0224.
    2010-06-23 13:30:43.629
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:45.744
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:47.860
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:49.943
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:52.022
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:54.107
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:56.177
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:30:58.351
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:00.431
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:02.518
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:04.610
    [ohasd(19627)]CRS-2765:Resource 'ora.crsd' has failed on server 'fred0224'.
    2010-06-23 13:31:04.610
    [ohasd(19627)]CRS-2771:Maximum restart attempts reached for resource 'ora.crsd'; will not restart.
    11.2.0/grid/log/fred0224/client/ocrconfig_21266.log
    2010-06-23 13:27:48.267: [  OCRRAW][329010704]proprioo: Failed to open [+DATA]. Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
    2010-06-23 13:27:48.267: [  OCRRAW][329010704]proprioo: No OCR/OLR devices are usable
    2010-06-23 13:27:48.267: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.267: [  OCRRAW][329010704]proprinit: Could not open raw device
    2010-06-23 13:27:48.267: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.268: [ default][329010704]a_init:7!: Backend init unsuccessful : [26]
    2010-06-23 13:27:48.269: [ OCRCONF][329010704]Exporting OCR data to [OCRUPGRADEFILE]
    2010-06-23 13:27:48.269: [  OCRAPI][329010704]a_init:7!: Backend init unsuccessful : [33]
    2010-06-23 13:27:48.270: [ OCRCONF][329010704]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2010-06-23 13:27:48.418: [  OCRASM][329010704]proprasmo: kgfoCheckMount return [0]. Cannot proceed with dirty open.
    2010-06-23 13:27:48.419: [  OCRASM][329010704]proprasmo: Error in open/create file in dg [DATA]
    [  OCRASM][329010704]SLOS : [clsuSlosFormatDiag called with non-error slos.]
    2010-06-23 13:27:48.490: [  OCRRAW][329010704]proprioo: Failed to open [+DATA]. Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
    2010-06-23 13:27:48.490: [  OCRRAW][329010704]proprioo: No OCR/OLR devices are usable
    2010-06-23 13:27:48.490: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.490: [  OCRRAW][329010704]proprinit: Could not open raw device
    2010-06-23 13:27:48.490: [  OCRASM][329010704]proprasmcl: asmhandle is NULL
    2010-06-23 13:27:48.491: [ default][329010704]a_init:7!: Backend init unsuccessful : [26]
    2010-06-23 13:27:48.908: [  OCRRAW][329010704]propriogid:1_2: INVALID FORMAT
    2010-06-23 13:27:48.909: [  OCRRAW][329010704]proprior: Header check from OCR device 0 offset 0 failed (26).
    2010-06-23 13:27:48.914: [  OCRRAW][329010704]ibctx: Failed to read the whole bootblock. Assumes invalid format.
    2010-06-23 13:27:48.914: [  OCRRAW][329010704]proprinit:problem reading the bootblock or superbloc 22
    2010-06-23 13:27:49.008: [  OCRRAW][329010704]propriogid:1_2: INVALID FORMAT
    2010-06-23 13:27:49.186: [  OCRRAW][329010704]iniconfig:No 92 configuration
    2010-06-23 13:27:49.348: [ OCRCONF][329010704]Initialized DATABASE keys
    2010-06-23 13:27:49.353: [ OCRCONF][329010704]Successfully set skgfr block 0
    2010-06-23 13:27:49.354: [ OCRCONF][329010704]Exiting [status=success]...
    11.2.0/grid/log/fred0224/client/ocrconfig_19232.log
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-06-23 13:25:12.749: [  OCROSD][2100141584]utread:3: Problem reading buffer 62af000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-06-23 13:25:12.749: [  OCRRAW][2100141584]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-06-23 13:25:12.749: [  OCRRAW][2100141584]proprioini: all disks are not OCR/OLR formatted
    2010-06-23 13:25:12.749: [  OCRRAW][2100141584]proprinit: Could not open raw device
    2010-06-23 13:25:12.749: [ default][2100141584]a_init:7!: Backend init unsuccessful : [26]
    2010-06-23 13:25:12.749: [ OCRCONF][2100141584]Exporting OCR data to [OCRUPGRADEFILE]
    2010-06-23 13:25:12.750: [  OCRAPI][2100141584]a_init:7!: Backend init unsuccessful : [33]
    2010-06-23 13:25:12.750: [ OCRCONF][2100141584]There was no previous version of OCR. error:[PROCL-33: Oracle Local Registry is not configured]
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-06-23 13:25:12.750: [  OCROSD][2100141584]utread:3: Problem reading buffer 62b0000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-06-23 13:25:12.750: [  OCRRAW][2100141584]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    11.2.0/grid/log/fred0224/client/crsctl.log
    2010-06-23 13:27:54.326: [    GPnP][448580000]clsgpnp_profileGetSequenceRef: [at clsgpnp.c:841] Result: (0) CLSGPNP_OK. seq of p=0x8a77e80 is '5'=5
    2010-06-23 13:27:54.329: [ CSSCLNT][448580000]clsssinit: error(32 PROC-32: Cluster Ready Services on the local node is not running Messaging error [9]) in OCR initialization
    2010-06-23 13:27:54.329: [ CSSCLNT][448580000]clsssVoteDiskUpdate: failed to retrieve current configuration from OCR, return code 21
    11.2.0/grid/log/fred0224/crsd/crsd.log
    2010-06-23 13:27:51.885: [ CLSINET][1103303248] Failed to find interfaces to match required attribs
    2010-06-23 13:27:51.885: [  OCRAPI][1103303248]clsu_get_private_ip_addresses: clsinet_GetNetData failed (). Return [7]
    2010-06-23 13:27:51.885: [GIPCXCPT][1103303248] gipcShutdownF: skipping shutdown, count 2, from [ clsinet.c : 1732], ret gipcretSuccess (0)
    2010-06-23 13:27:51.888: [GIPCXCPT][1103303248] gipcShutdownF: skipping shutdown, count 1, from [ clsgpnp0.c : 1021], ret gipcretSuccess (0)
    [  OCRAPI][1103303248]a_init_clsss: failed to call clsu_get_private_ip_addr (7)
    2010-06-23 13:27:51.891: [  OCRAPI][1103303248]a_init:13!: Clusterware init unsuccessful : [44]
    2010-06-23 13:27:51.891: [  CRSOCR][1103303248] OCR context init failure. Error: PROC-44: Error in network address and interface operations Network address and interface operations error [7]
    2010-06-23 13:27:51.891: [    CRSD][1103303248][PANIC] CRSD exiting: Could not init OCR, code: 44
    11.2.0/grid/log/fred0224/gpnpd/gpnpd.log
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: [at clsgpnpou.c:243] OCR is not ready yet - not trying to open at DEFAULT level
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: GPnP api clsgpnpou_initocrcx failed
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: GPnP error code : 59 (CLSGPNP_OCR_NOSRV)
    2010-06-23 13:26:35.783: [    GPnP][1050106896]clsgpnpou_initocrcx: [at clsgpnpou.c:284] EXIT (59) CLSGPNP_OCR_NOSRV
    2010-06-23 13:26:36.718: [    GPnP][1050106896]clsgpnpcf_readf: [at clsgpnpcf.c:525] SlfLengthn profile
    Internal Error Information:
    Category: SLF_NOENT(-5)
    Operation: stat failed
    Location: SlfStat1
    Other:
    Dep: 2
    Dep Message: No such file or directory
    11.2.0/grid/log/fred0224/agent/ohasd/oracssdmonitor_root/oracssdmonitor_root.log
    2010-06-23 13:26:37.604: [ USRTHRD][1116006720] clsnomon_main: starting omon
    2010-06-23 13:26:37.606: [ CSSCLNT][1116006720]clssscConnect: gipc request failed with 29 (0x16)
    2010-06-23 13:26:37.606: [ CSSCLNT][1116006720]clsssInitNative: connect failed, rc 29
    11.2.0/grid/log/fred0224/agent/ohasd/orarootagent_root/orarootagent_root.log
    2010-06-23 13:27:52.802: [    AGFW][1159006528] Executing command: check for resource: ora.crsd 1 1
    2010-06-23 13:27:52.802: [ COMMCRS][1159006528]clscsendx: (0xc186ae0) Physical connection (0xc1863e0) not active
    [  clsdmc][1159006528]Failed to send meta message to connection [(ADDRESS=(PROTOCOL=ipc)(KEY=fred0224DBG_CRSD))][11]
    2010-06-23 13:27:52.803: [ora.crsd][1159006528] [check] Error = error 11 encountered when sending messages to CRSD
    2010-06-23 13:27:52.821: [ora.crsd][1159006528] [check] Calling PID check for daemon
    2010-06-23 13:27:52.821: [ora.crsd][1159006528] [check] Trying to check PID = 21311
    2010-06-23 13:27:52.821: [ COMMCRS][1159006528]clscsendx: (0xc186ae0) Connection not active

    Hi Fred,
    What was network problem? I have same issue in 2 X SLES11 VM guest environment.
    From crsd.log during Startup
    2010-09-17 10:54:46.631: [ CRSMAIN][3460179712] Connecting to the CSS Daemon
    2010-09-17 10:54:46.679: [ CRSMAIN][3460179712] Initializing OCR
    2010-09-17 10:54:46.681: [  OCRAPI][3460179712]clsu_get_private_ip_addr: Calling clsu_get_private_ip_addresses to get first private ip
    2010-09-17 10:54:46.681: [  OCRAPI][3460179712]Check namebufs
    2010-09-17 10:54:46.681: [  OCRAPI][3460179712]Finished checking namebufs
    2010-09-17 10:54:46.681: [    GIPC][3460179712] gipcCheckInitialization: possible incompatible non-threaded init from [clsinet.c : 3229], original from [clsss.c : 5011]
    Thanks
    Cheers Dusan

Maybe you are looking for

  • How to connect database to mobile device

    hi, i want to know how can connect my mobile phone to my oracle database. i want to send a sms (student roll number)& want to get the marks of that student. what i need prerequisites to do this & what should be the steps to install this . thxs

  • Connecting itouch to internet problem

    I am trying to connect my itouch to the internet through my U-verse 2Wire wireless gateway. I have to use a WEP ket to access the internet using my computer. Anyone know how to set up the wep key on an itouch?

  • Journal Line can not drill down (Solved)

    When I check one journal and want to dirlldown, the system said this function isn't available for my responsibility. Can someone help me on this and tell me where to assign the drilldown function to a responsibility? Edited by: Jerome.Yin on May 5, 2

  • Error: Exception condition "GUID_FOR_LOGSYS_CHANGED" raised

    Hi, We recently did a client refresh/copy of one of our backend (R/3) systems. So I checked and re configured (where necessary) the following tables in R/3: CRMCONSUM CRMSUBTAB CRMRFCPAR CRMPAROLTP I only had to recreate the logical system for CRMRFC

  • Anybody else billing and customer service issues?

    I recently was charged $100+ over my usual monthly charge. When I asked for an explanation VW could not provide an explanation and they could not adjust the charge because there was no supervisor available at that time. They apologized because their