Jump to content

Talk:Courier Mail Server

From ArchWiki
Latest comment: 14 January by Cedilla in topic Confusing page name

Re: This section, I'm not sure if this package is maintained and setup to run with systemd, so rather than guessing if systemctl start authdaemond would work, I left it for someone who knows. Axanon (talk) 17:49, 19 December 2012 (UTC)Reply

Configuring Courier Bad Example

The section Configuring Courier's first example, shown below, has EOALIASES at the end of the file. When used with Courier version 0.78.3-2, the script makealiases calls /etc/courier/aliases/* and then loops through the resulting expansion. This causes any file with a name alphabetically before systems to be used first, which results in makealiases failing with: aliasexp: ERR: /etc/courier/aliases/system: syntax error, line 0.

# cat > /etc/courier/aliases/domain1 << EOALIASES
user1@domain1:        user1@domain1
user.user1@domain1:   user1@domain1
u.user1@domain1:      user1@domain1
userer1@domain1:      user1@domain1
looser1@domain1:      user1@domain1
EOALIASES

So I think this is a poor example to use and should be changed. --Vi1i (talk) 20:47, 31 August 2018 (UTC)Reply

Confusing page name

This is a follow-up of my comment here Talk:Courier Email Server#c-Cedilla-20250114145200-Page renamming / moving.

I believe the title and the content of this page is confusing. The page is not about the particular software but a specific way of seting it up.

This could be potentially moved to HowTo:courier-mta with authuserdb, vmail and IMAP/POP3.

Cedilla (talk) 14:58, 14 January 2025 (UTC)Reply