E-Mail account

We offer E-Mail accounts with these options:

Get your account now!

Drop an e-mail to order@lugh.ch with

  1. Your first- and last name
  2. The e-mail address you wish
  3. Optional: list of aliases pointing to your future e-mail address

Client configuration

Generic configuration (applies to all clients)

Receive (IMAP)
--------------
Host:                   mail.lugh.ch
Port:                   993
Connection:             SSL
Authentication type:    Password
Username:               username@lugh.ch

Send (SMTP)
-----------
Host:                   mail.lugh.ch
Port:                   25
Connection:             STARTTLS
Authentication type:    Password
Username:               username@lugh.ch

Mozilla Thunderbird

coming soon.

iPhone

iPhone e-mail settings

mutt

## REQUIRED SETTINGS
## -----------------
# remote mailbox
set folder="imaps://username@mail.lugh.ch"
set spoolfile="imaps://username@mail.lugh.ch/"

# Personal stuff
set realname="Firstname Lastname"
set from="username@lugh.ch"
set use_from=yes

# Encryption settings
set ssl_starttls=yes
set ssl_force_tls=yes

# Default folders
set record="=Sent"
set postponed="=Drafts"
set trash="=Trash"
# unset imap_passive

set config_charset=utf-8

## OPTIONAL SETTINGS
## -----------------
# Show "From:" header while composing
set edit_headers=yes
# Envelope == From
set use_envelope_from=yes

# Locally cache IMAP headers
set header_cache="$HOME/.mutt_header_cache"

# Mailing lists
subscribe debian-user-german@lists.debian.org dovecot@dovecot.org

# New mail polling
set imap_check_subscribed
set mail_check=60

# Show download progress
set net_inc=10

# Only show these headers
ignore *
unignore from date subject to cc
unignore x-mailer: x-spam-score: content-type:</pre>