mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-08 17:51:57 +00:00
chasquid: Load and resolve aliases
This patch integrates the aliases resolution into the daemon and queue. The queue now will resolve aliases at Put time.
This commit is contained in:
@@ -75,4 +75,6 @@ func logConfig(c *Config) {
|
||||
glog.Infof(" Monitoring address: %s", c.MonitoringAddress)
|
||||
glog.Infof(" MDA: %s %v", c.MailDeliveryAgentBin, c.MailDeliveryAgentArgs)
|
||||
glog.Infof(" Data directory: %s", c.DataDir)
|
||||
glog.Infof(" Suffix separators: %s", c.SuffixSeparators)
|
||||
glog.Infof(" Drop characters: %s", c.DropCharacters)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user