pastermay.blogg.se

Vmware zimbra email client
Vmware zimbra email client









  1. #Vmware zimbra email client install#
  2. #Vmware zimbra email client code#

Set message_cachedir="~/.mutt/cache/bodies" # Location to save cached mail bodies Set imap_check_subscribed="yes" # Check 'subscribed' folders only Set hostname="" # Set your hostname in the headers Set header_cache="~/.mutt/cache/headers" # Location to save cached mail headers Set envelope_from="yes" # Use quoted-printable encoded message when "From " is at the beginning of a line Set edit_headers="yes" # Edit the headers when composing a message Set certificate_file="~/.mutt/certs" # SASL2 certificate location Set charset="utf-8" # Set the character encoding to UTF8 Set askcc="yes" # Ask for Cc: recipients when composing a message Set askbcc="yes" # Ask for Bcc: recipients when composing a message

#Vmware zimbra email client code#

I have added some extra configuration (~/.mutt/muttrc) in addition to the code above but that is not required but I have found it useful

vmware zimbra email client

This post does not describe how you can have mutt to remember your encrypted password using GPG key. This setup will request for your password every time you start mutt and every time you send email. You are now ready to start mutt as a console email client. $ touch ~/.mutt/sig.txt$ touch ~/.mutt/aliases Mutt will complain about missing files mentioned in the configuration above if you do not create them first Source ~/.mutt/lists # Store any mailing lists here, and respond to the list, rather than "reply to all"Create the file if it does not already exist Source ~/.mutt/aliases # Alias file to store your "address book" Set ssl_force_tls="yes" # Force TLS rather than SSL. Set spoolfile="imaps:///Inbox" # Where your inbox is located on Zimbra Set sort_alias="alias" # Sort the alias file by alias Set signature="~/.mutt/sig.txt" # Your email signature, if any Set reverse_alias="yes" # If email is saved in your alias file, show the name of the mail Set record="+Sent" # Save sent mail to "/Sent" on Zimbra Set realname="First Last" # Your first name and last name Set postponed="+Drafts" # Saving postponed messages on Zimbra for later Set mail_check="60" # Poll every 60 seconds rather than waiting 24 minutes for new mail Set imap_user="username" # Your IMAP username Set imap_idle="yes" # Use IMAP IDLE for pushing mail

vmware zimbra email client

Set folder="imaps://" # The remote Zimbra IMAP URI Set copy="yes" # Save sent mail on Zimbra

vmware zimbra email client

#Vmware zimbra email client install#

This is actually a an extended version of a post I did in 2009 titled Configure mutt for Zimbra and IMAP but this time I have added more options to the mutt config file.This example was tested on a Ubuntu 10.04 LTS server with Zimbra version 8.0.5 but will most likely be working on other versions as well.First you need to install the mutt email client.Next you need to configure mutt so that it knows where to look for emails.My config file ~/.mutt/muttrc file looks something like this











Vmware zimbra email client