2 messages in net.sourceforge.lists.courier-users[courier-users] locals, hosteddomains...
FromSent OnAttachments
chester c youngSep 23, 2004 4:35 pm 
Jerry AmundsonSep 24, 2004 6:50 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] locals, hosteddomains, esmtpacceptmailfor - try 2Actions...
From:chester c young (ches@yahoo.com)
Date:Sep 23, 2004 4:35:45 pm
List:net.sourceforge.lists.courier-users

second attempt at understanding:

a domain is either local hosted relay

local domains are kept in the file locals, using the format 1) mydomain.com 2) .mydomain.com the second representing all subdomains of mydomain.com

hosted domains are kept in the files or directory hosteddomains (if a directory, its files are catenated together) using the format 1) mydomain.com 2) .mydomain.com 3) myalias.com<tab>mydomain.com the third representing an alias, where myalias.com is rewritten as mydomain.com.

all domains are kept in files in the esmtpacceptmailfor.dir, contains all of the domains in locals and hosteddomains as well as domains for which that instance of Courier will accept and relay mail (backup MX, for example). the format is 1) mydomain.com 2) myalias.com ?) there is no .mydomain.com syntax ?) if the domain is specified, subdomains are also listened for

the primary difference between locals and hosteddomains is that the domain does not need to be specified for locals - indeed, in aliases, the domain cannot be specified, either in mail or maildrop, if the domain is in locals.

locals is sync'd with makealiases; hosteddomains is sync'd with makehosteddomains; esmpthosteddomains is sync'd with makeacceptmailfor.