chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use system sendmail if available (rather than SMTP over TCP)
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 51dc835341221168139f0c5623e1cf2a3f3b1f5e..cc7e1e3756b6d54478795ba90c4d518e3fda620c 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-272,6
+272,9
@@
struct config {
/** @brief Default rights for a new user */
char *default_rights;
+ /** @brief Path to sendmail executable */
+ char *sendmail;
+
/** @brief SMTP server for sending mail */
char *smtp_server;