Hi, is there /usr/bin/sendmail equivalent for Haraka? Of course msmtp/ssmtp could be used, but they depend on running server. Postfix approach seems to be more simple/reliable: /usr/bin/sendmail just put mail to postfix's maildrop queue directory.
Seems it's fairly simple to add plugin which watches some directory, parses files and add result to outbound queue, right?
godsflaw has quit
godsflaw joined the channel
endre
haraka watches its outbound dir iirc
vk2
you mean $CONF/queue? if it's true, then writing submit utility is easy (it will just need to add json header).. thanks, I'll check