Questions tagged [courier]

14 questions
18
votes
4 answers

How do I create a new folder in Mutt

I want to create a new folder from within Mutt. I use Maildir format to store the folders on the machine I am running Mutt on. (I also view the mail remotely using courier IMAP but this doesnt involve Mutt) Edited to clarify role of IMAP
justintime
  • 3,361
11
votes
2 answers

Outlook 2016 View Plain Text Email in Font like Courier

I want to view all plain text email messages in a font like courier where each letter takes the same amount of space. (Computer generated reports are a mess to look at otherwise.) Anyone know how to change this setting in Office 2016?
Jeff
  • 361
3
votes
2 answers

AjentiV Mail Server Setup

AjentiV recently added support for mail server/ mail forward. I have been trying to get mail working on my domain but I have never set up courier or exim. I was wondering if anyone has instructions on Ajenti V mail setup.
user314295
  • 31
  • 1
  • 2
3
votes
1 answer

Securing smtp with login

I have a ispconfig server, and it seems that someone is using it to send spam. I got about 130 "Mail Delivery System" emails about declined send email. This spammer uses my email address as sent from address, so I get all these email addresses to my…
2
votes
1 answer

Troubleshooting my home mail server setup

I've got some small domain names that I host on my home server and would like to get some basic email addresses for those domains. I set up an Ubuntu 12.04 server and followed the instructions here for setting up a mail server with Postfix and…
2
votes
1 answer

Why does courier imap stall on access?

I have the following situation: I have a home server running debian stable that handles my emails. It is a getmei/postfix/courier combination. On my desktop PC I use debian stable with kde and as mail client kmail/kontact (as imap(s) client). The…
1
vote
0 answers

What font is CourierLatin1

I have a pdf I need to, using Acrobat Professional, change a few characters in. The problem is that when I do I get an error message that the font is not available. Viewing properties for these characters reveals that the font is called…
d-b
  • 956
1
vote
1 answer

Make courier automatically create a maildir

I'm currently setting up an email server using postfix and courier. postfix is configured to check the email accounts into a MySQL database. For example when I send an email to "john.doe@example.com", postfix checks whether "john.doe" is in the…
Tomaka17
  • 133
1
vote
2 answers

Ubuntu server: Trouble setting up Courier-IMAP server

I'm running Ubuntu server 11.10 and trying to set up an IMAP server with Courier-IMAP. I followed guide here: https://help.ubuntu.com/community/Courier which is basically nothing more than apt-get install courier-imap. The problem comes when I try…
shanet
  • 207
1
vote
1 answer

Copying dovecot maildir to another server with courier maildir

i just moved all my mailboxes first from one server to the new one by using rsync. After that i created the folders using Thunderbird to have same folder structure like on old server. Then i copied all mail files into the folders. Now when i…
1
vote
1 answer

Dovecot and two types of password encryption in virtual user's DB field

I need to migrate from Courier IMAP to Dovecot IMAP. Can Dovecot IMAP use two types of encrypted passwords on a virtual user's database password field? I have database with a password field that is encrypted in MySQL format encrypt (MD5) so its…
Kenny
  • 31
  • 7
0
votes
0 answers

Postfix/Courier - list known email accounts or addresses

I'm trying to set up an IMAP server. Its a new server in a migration. I thought I completed all the steps from Virtual mailboxes with courier-imap and postfix, but apparently I have missed something. When I run the migration tool (imapsync) I am…
jww
  • 12,722
0
votes
2 answers

With exim4 and notmuch, should .Archive be a file or a folder?

I'm following The Hacker's Replacement for Gmail, using (as suggested) Debian 7 on a VPS. If I configure it for "normal" IMAP I can successfully receive email into INBOX. So I'm doing something right. However the idea here is instead to put the mail…
0
votes
0 answers

Using Courier Imap to deliver Getmail Folder

I am running ubuntu and I have a script that runs getmail and pulls mail from 10 different mailboxes by imap and places in a folder called ~/allmail. I have then changed the maildir in courier to look in allmail/ Thinking that would be all I try to…