[DragonFlyBSD - Bug #3189] 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
Mon Aug 16 00:42:00 PDT 2021


Issue #3189 has been updated by daftaupe.


Hello,

a bit late, but DMA is developped in its own repository : https://github.com/corecode/dma

Maybe you should discuss the modification there as it's not DragonFly specific.

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

* Author: iang
* Status: New
* Priority: Normal
* Assignee: 
* Category: Feature request
* Target version: 6.2
----------------------------------------
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