Project

General

Profile

Actions

Bug #3189

closed

Allow DragonFly Mail Agent to accept an alternate config via command line switch

Added by iang almost 5 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Vendor software
Target version:
Start date:
06/05/2019
Due date:
% Done:

0%

Estimated time:

Description

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?

Actions #1

Updated by daftaupe over 2 years ago

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.

Actions #2

Updated by daftaupe about 1 year ago

  • Category changed from Feature request to Vendor software
  • Status changed from New to Closed
  • Assignee set to daftaupe

This is issue is a duplicate of https://github.com/corecode/dma/issues/113. I'm closing this one, please follow what's going in the upstream project repository.

Regards,

Actions

Also available in: Atom PDF