This is an old revision of the document!


Configuration examples for paclink-unix email clients

Mozilla Thunderbird

Unix movemail config Steps

  1. Edit > Account settings…
  2. Select 'Movemail' option in account wizard, hit Next.
  3. Set up user information - Your Name 'Jon Doe' ←- displayed name on emails.
  4. Set email address to 'your_user_name_here at localhost' ←- no .com / .net / .org suffix.
  5. Set 'Outgoing Server' to 'localhost'
  6. Account name - I just set this to 'my_user_name at localhost'.
    • You can set it to 'local mail' or 'mail from my machine', etc.
  7. Now you will get a summary page that asks you to confirm the following information:
Account Name: my_account_name at localhost
Email Address: my_account_name at localhost
Incoming Server Type: MOVEMAIL
Outgoing User Name: my_user_name
Outgoing Server Name (SMTP): localhost

mutt

Install mutt

  • As root
apt-get install mutt

Configure mutt

mkdir -p ~/Maildir/{,cur,tmp,new}
mkdir -p ~/Maildir/inbox/{,cur,tmp,new}
mkdir -p ~/Maildir/sent/{,cur,tmp,new}
mkdir -p ~/Maildir/drafts/{,cur,tmp,new}
mkdir -p ~/Maildir/trash/{,cur,tmp,new}
mkdir -p ~/Maildir/attachments/{,cur,tmp,new}
  • Copy the following mutt .muttrc config file to your home dir and personalize
    • Do not run mutt until you have edited this file: example .muttrc file
    • Make sure that you have configured you mail client Reply-To: to be a valid winlink address. ie:
      • Reply-To: ke7kro@winlink.org

Running mutt in a script or command line

  • Create a mail message in a text file
  • Subject is: //WL2K R/ Test msg
mutt -s "//WL2K R/ Test msg" callsign>@winlink.org < mail_message_file_name
mutt -s "//WL2K R/ Test msg" -a /tmp/file.tar.gz you@cyberciti.biz < /tmp/mailmessage.txt
  • Multiple attachments use -a for each attachment
mutt -s//WL2K R/ Test msg” -a attach1 -a attach2 -a attach3 vivek@nixcraft.co.in < /tmp/mailmessage.txt
  • Send e-mail to multiple users, separate addresses with a comma
mutt -s//WL2K R/” kg6geu@winlink.org, ke7kro@winlink.org  < /tmp/mailmessage.txt

WEB Based Email Clients

  • There are a number of choices for web based e-mail clients, google is your friend
plu/email_client_config.1474821675.txt.gz · Last modified: 2016/09/25 09:41 by gunn
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0