Re: [PATCH] gnu: Add sendmail

2016-09-24 Thread Alex Kost
Alex Vong (2016-09-24 16:22 +0800) wrote: > Alex Kost writes: > >> John Darrington (2016-09-17 12:11 +0200) wrote: >> >>> On Sat, Sep 17, 2016 at 05:38:26PM +0800, Alex Vong wrote: >> [...] >>> > > + "contrib/mmuegel" "devtools/bin/configure.sh") >>> > > +

Re: [PATCH] gnu: Add sendmail

2016-09-24 Thread Alex Vong
Alex Kost writes: > John Darrington (2016-09-17 12:11 +0200) wrote: > >> On Sat, Sep 17, 2016 at 05:38:26PM +0800, Alex Vong wrote: > [...] >> > > + "contrib/mmuegel" "devtools/bin/configure.sh") >> > > + (("/bin/sh") (which "bash"))) >>

Re: [PATCH] gnu: Add sendmail

2016-09-18 Thread Alex Kost
John Darrington (2016-09-17 12:11 +0200) wrote: > On Sat, Sep 17, 2016 at 05:38:26PM +0800, Alex Vong wrote: [...] > > > +"contrib/mmuegel" > "devtools/bin/configure.sh") > > > + (("/bin/sh") (which "bash"))) > > > + > >

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread John Darrington
On Sat, Sep 17, 2016 at 05:38:26PM +0800, Alex Vong wrote: Hi, John Darrington writes: > They need more than that. They need the binary to be installed > setuid. So these > cannot be run as package tests. They must be tested

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread Alex Vong
Hi, John Darrington writes: > They need more than that. They need the binary to be installed > setuid. So these > cannot be run as package tests. They must be tested after the > as-yet-to-be-written > service is installed. But I'll update the comment to make it

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread John Darrington
On Sat, Sep 17, 2016 at 10:50:35AM +0200, John Darrington wrote: On Sat, Sep 17, 2016 at 12:51:20PM +0800, Alex Vong wrote: > +"contrib/mmuegel" "devtools/bin/configure.sh") > + (("/bin/sh") (which "bash"))) > +

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread John Darrington
On Sat, Sep 17, 2016 at 12:51:20PM +0800, Alex Vong wrote: Hello, Thanks for the patch. I do not know how to set up a mail server, so I can only comment on generic things. You will have to wait for sysadmin to help :) John Darrington writes:

Re: [PATCH] gnu: Add sendmail

2016-09-16 Thread Alex Vong
Hello, Thanks for the patch. I do not know how to set up a mail server, so I can only comment on generic things. You will have to wait for sysadmin to help :) John Darrington writes: > * gnu/packages/mail.scm (sendmail): New variable. > --- > gnu/packages/mail.scm | 80 >