[DragonFlyBSD - Bug #3189] (New) Allow DragonFly Mail Agent to accept an alternate config via command line switch

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Wed Jun 5 03:37:02 PDT 2019


Issue #3189 has been reported by iang.

----------------------------------------
Bug #3189: Allow DragonFly Mail Agent to accept an alternate config via command line switch
http://bugs.dragonflybsd.org/issues/3189

* Author: iang
* Status: New
* Priority: Normal
* Assignee: 
* Category: Feature request
* Target version: master
----------------------------------------
If DMA could accept a path to a different config file when executed it would allow user the option of using different sending accounts.

This could be handy for situations where I want to send out via different smarthosts.

On line 578 of dma.c it shows the config path is hardcoded when compiled:
parse_conf(CONF_PATH "/dma.conf");

If this was changed to 
parse_conf(CONF_PATH CONF_SUB_PATH "/dma.conf");

The CONF_SUB_PATH could be something like hotmail or gmail or livemail etc.. and the relevant config could be pulled out and used.

This may have an effect on spooled messages, perhaps they should be in CONF_SUB_PATH as well.

Would this cause too many other issues? 




-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list