Re: [PATCH] services: Add opensmtpd-service.

2016-11-26 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> Also, I find that my slow box is unable start this opensmtpd service >> during a fresh boot. ‘smtpd’ has a timeout of 10s hardcoded, I patched >> that to 60s to make it fully start. But it turns out that >> ‘read

Re: [PATCH] services: Add opensmtpd-service.

2016-11-26 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > Also, I find that my slow box is unable start this opensmtpd service > during a fresh boot. ‘smtpd’ has a timeout of 10s hardcoded, I patched > that to 60s to make it fully start. But it turns out that > ‘read-pid-file’ of shepherd has a timeout of 5s, so

Re: [PATCH] services: Add opensmtpd service.

2016-11-25 Thread Ludovic Courtès
宋文武 skribis: > * gnu/services/mail.scm (): New record type. > (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. > (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. > (opensmtpd-service-type): New variable. > * doc/guix.texi (Mail Services): Document it. [...

Re: [PATCH] services: Add opensmtpd-service.

2016-11-24 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/services/mail.scm (): New record type. >> (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. >> (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. >> (opensmtpd-service-type): New variable. >> (op

[PATCH] services: Add opensmtpd service.

2016-11-24 Thread 宋文武
* gnu/services/mail.scm (): New record type. (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. (opensmtpd-service-type): New variable. * doc/guix.texi (Mail Services): Document it. --- doc/guix.texi | 4

Re: [PATCH] services: Add opensmtpd-service.

2016-11-23 Thread Ludovic Courtès
宋文武 skribis: > * gnu/services/mail.scm (): New record type. > (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. > (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. > (opensmtpd-service-type): New variable. > (opensmtpd-service): New procedure. > * doc/guix.te

[PATCH] services: Add opensmtpd-service.

2016-11-18 Thread 宋文武
* gnu/services/mail.scm (): New record type. (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. (opensmtpd-service-type): New variable. (opensmtpd-service): New procedure. * doc/guix.texi (Mail Services): Documen