Sponsored Content
Full Discussion: Email broken
Operating Systems OS X (Apple) Email broken Post 302480564 by timgolding on Wednesday 15th of December 2010 09:25:23 AM
Old 12-15-2010
Email broken

Hi my email appears to be broken. Well the whole server is barley responding. I can log in through ssh and look at the system.log file

Code:
sudo tail -f -n 1000 /var/log/system.log

When i do this the errors being recorded is off the scale. E.g 100's of entries per second. The errors are complaing about the database. And nobody can connect to the server. Here is some of the log
Code:
Dec 15 14:07:40 localhost imap[2207]: auxpropfunc error generic failure 
Dec 15 14:07:40 localhost imap[2207]: DBERROR: opening /var/imap/mailboxes.db: Cannot allocate memory
Dec 15 14:07:40 localhost imap[2207]: DBERROR: opening /var/imap/mailboxes.db: cyrusdb error
Dec 15 14:07:40 localhost imap[2207]: Fatal error: can't read mailboxes file
Dec 15 14:07:40 localhost master[427]: service imap pid 2207 in READY state: terminated abnormally
Dec 15 14:07:40 localhost imap[2211]: auxpropfunc error generic failure 
Dec 15 14:07:40 localhost imap[2211]: DBERROR: opening /var/imap/mailboxes.db: Cannot allocate memory
Dec 15 14:07:40 localhost imap[2211]: DBERROR: opening /var/imap/mailboxes.db: cyrusdb error
Dec 15 14:07:40 localhost imap[2211]: Fatal error: can't read mailboxes file
Dec 15 14:07:40 localhost master[427]: service imap pid 2211 in READY state: terminated abnormally
Dec 15 14:07:40 localhost imap[2212]: auxpropfunc error generic failure 
Dec 15 14:07:40 localhost imap[2212]: DBERROR: opening /var/imap/mailboxes.db: Cannot allocate memory
Dec 15 14:07:40 localhost imap[2212]: DBERROR: opening /var/imap/mailboxes.db: cyrusdb error
Dec 15 14:07:40 localhost imap[2212]: Fatal error: can't read mailboxes file
Dec 15 14:07:40 localhost master[427]: service imap pid 2212 in READY state: terminated abnormally
Dec 15 14:07:40 localhost lmtpunix[2210]: auxpropfunc error generic failure 
Dec 15 14:07:40 localhost lmtpunix[2210]: DBERROR: opening /var/imap/deliver.db: Cannot allocate memory
Dec 15 14:07:40 localhost lmtpunix[2210]: DBERROR: opening /var/imap/deliver.db: cyrusdb error
Dec 15 14:07:40 localhost lmtpunix[2210]: FATAL: lmtpd: unable to init duplicate delivery database
Dec 15 14:07:40 localhost master[427]: service lmtpunix pid 2210 in READY state: terminated abnormally

I can see there's something wrong with email but what should i do about it.
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Broken

Ok i am running Linux, or rather was. I can not longer do anything. This was a dns server amoungst other things. It will no longer boot. I have used a startup disk, but how can i recover the OS? I need help and urgently. Please someone thanks (3 Replies)
Discussion started by: ollyparkhouse
3 Replies

2. UNIX for Dummies Questions & Answers

broken pipe?

Hi there, I try to use: > find * | ls but it just gave me one level of ' ls '. and it said: > find * | ls dir1 dir2 f1 f2 f3 Broken Pipe > what is broken pipe? how can i fix it? thks Gusla (3 Replies)
Discussion started by: gusla
3 Replies

3. UNIX for Advanced & Expert Users

Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win)

Hi A) I am able to send eMail using mailx from a UNIX ( solaris 8 ) host to my Outlook-email-ID : FName.Surname@Citigroup.com ( This is NOT my actual -eMail-ID). But in Outlook the "From :" eMail address is displayed as " usr1@unix-host1.unregistered.email.citicorp.com " .i.e the words... (2 Replies)
Discussion started by: Vetrivela
2 Replies

4. UNIX and Linux Applications

pipe broken

hi i have a server, and i have a web site and i installed apache in the /usr/local/apache/logs i have a file and i have this problem (32)Broken pipe: core_output_filter: writing data to the network plz help me how i can resolve this plz it's urgent th (1 Reply)
Discussion started by: abir2
1 Replies

5. Debian

[Lenny] I seem to have broken X...

I have been running Debian Lenny on this current PC for about a year. Since installation, I have had no major issues. Last night, I lazily tapped out: $ sudo aptitude update $ sudo aptitude upgrade I quickly scanned what it said would be changed and did not notice anything that may be... (12 Replies)
Discussion started by: Elric of Grans
12 Replies

6. UNIX for Dummies Questions & Answers

new to ldap, send email to a ou or group, and see a list from email client

hi, i'm running openldap on ubuntu 10.04, creating new items with apache directory studio (windows version). i use the ldap just as an address book to our small office (email clients are windows live mail 2009, 2011, microsoft outlook 2007 and 2010). a. i cant see a list of the contacts,... (0 Replies)
Discussion started by: V4705
0 Replies

7. Shell Programming and Scripting

Using top command to email if process is exceeding 25% and sending an email alert if so

This is my first time writing a script and Im having some trouble, Im trying to use the top command to monitor processes and the amount of CPU usage they require, my aim is to get an email if a process takes over a certain percentage of CPU usage I tried grep Obviosly that hasnt worked, Any... (8 Replies)
Discussion started by: jay02
8 Replies
GIT-IMAP-SEND(1)						    Git Manual							  GIT-IMAP-SEND(1)

NAME
git-imap-send - Send a collection of patches from stdin to an IMAP folder SYNOPSIS
git imap-send [-v] [-q] [--[no-]curl] DESCRIPTION
This command uploads a mailbox generated with git format-patch into an IMAP drafts folder. This allows patches to be sent as other email is when using mail clients that cannot read mailbox files directly. The command also works with any general mailbox in which emails have the fields "From", "Date", and "Subject" in that order. Typical usage is something like: git format-patch --signoff --stdout --attach origin | git imap-send OPTIONS
-v, --verbose Be verbose. -q, --quiet Be quiet. --curl Use libcurl to communicate with the IMAP server, unless tunneling into it. Ignored if Git was built without the USE_CURL_FOR_IMAP_SEND option set. --no-curl Talk to the IMAP server using git's own IMAP routines instead of using libcurl. Ignored if Git was built with the NO_OPENSSL option set. CONFIGURATION
To use the tool, imap.folder and either imap.tunnel or imap.host must be set to appropriate values. Variables imap.folder The folder to drop the mails into, which is typically the Drafts folder. For example: "INBOX.Drafts", "INBOX/Drafts" or "[Gmail]/Drafts". Required. imap.tunnel Command used to setup a tunnel to the IMAP server through which commands will be piped instead of using a direct network connection to the server. Required when imap.host is not set. imap.host A URL identifying the server. Use a imap:// prefix for non-secure connections and a imaps:// prefix for secure connections. Ignored when imap.tunnel is set, but required otherwise. imap.user The username to use when logging in to the server. imap.pass The password to use when logging in to the server. imap.port An integer port number to connect to on the server. Defaults to 143 for imap:// hosts and 993 for imaps:// hosts. Ignored when imap.tunnel is set. imap.sslverify A boolean to enable/disable verification of the server certificate used by the SSL/TLS connection. Default is true. Ignored when imap.tunnel is set. imap.preformattedHTML A boolean to enable/disable the use of html encoding when sending a patch. An html encoded patch will be bracketed with <pre> and have a content type of text/html. Ironically, enabling this option causes Thunderbird to send the patch as a plain/text, format=fixed email. Default is false. imap.authMethod Specify authenticate method for authentication with IMAP server. If Git was built with the NO_CURL option, or if your curl version is older than 7.34.0, or if you're running git-imap-send with the --no-curl option, the only supported method is CRAM-MD5. If this is not set then git imap-send uses the basic IMAP plaintext LOGIN command. Examples Using tunnel mode: [imap] folder = "INBOX.Drafts" tunnel = "ssh -q -C user@example.com /usr/bin/imapd ./Maildir 2> /dev/null" Using direct mode: [imap] folder = "INBOX.Drafts" host = imap://imap.example.com user = bob pass = p4ssw0rd Using direct mode with SSL: [imap] folder = "INBOX.Drafts" host = imaps://imap.example.com user = bob pass = p4ssw0rd port = 123 sslverify = false EXAMPLE
To submit patches using GMail's IMAP interface, first, edit your ~/.gitconfig to specify your account settings: [imap] folder = "[Gmail]/Drafts" host = imaps://imap.gmail.com user = user@gmail.com port = 993 sslverify = false You might need to instead use: folder = "[Google Mail]/Drafts" if you get an error that the "Folder doesn't exist". Once the commits are ready to be sent, run the following command: $ git format-patch --cover-letter -M --stdout origin/master | git imap-send Just make sure to disable line wrapping in the email client (GMail's web interface will wrap lines no matter what, so you need to use a real IMAP client). CAUTION
It is still your responsibility to make sure that the email message sent by your email program meets the standards of your project. Many projects do not like patches to be attached. Some mail agents will transform patches (e.g. wrap lines, send them as format=flowed) in ways that make them fail. You will get angry flames ridiculing you if you don't check this. Thunderbird in particular is known to be problematic. Thunderbird users may wish to visit this web page for more information: http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email SEE ALSO
git-format-patch(1), git-send-email(1), mbox(5) GIT
Part of the git(1) suite Git 2.17.1 10/05/2018 GIT-IMAP-SEND(1)
All times are GMT -4. The time now is 11:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy