Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Marcus MERIGHI
gil...@poolp.org (Gilles Chehade), 2016.05.05 (Thu) 16:51 (CEST): > On Thu, May 05, 2016 at 11:42:44AM -0300, Mariano Baragiola wrote: > > On 05/05/16 10:59, Edgar Pettijohn wrote: > > >How is it activated to do so? > > > > I mean it autostarts when I reboot the VPS. > > I did it with rcctl

virtual user and forwarding

2016-05-05 Thread Peter Fraser
My scenario: I have a OpenBSD processing email for several domains, doing virus scanning, and spam processing. The OpenBSD system was running sendmail and I would like to convert it to smtpd All the incoming email is then forwarded on to one of two Microsoft Exchange servers, depending upon

Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Mischa Peters
Hi All, There was an awesome utility once, daedalus. Written in Ruby though. :) http://portsmon.freebsd.org/portoverview.py?category=sysutils=daedalus Mischa -- > On 05 May 2016, at 17:30, Edgar Pettijohn wrote: > > You could have a cron job check that it's running

Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Edgar Pettijohn
You could have a cron job check that it's running and if not restart it. Plus the email cron sends would give you a time frame to look for in the logs. Sent from my iPhone > On May 5, 2016, at 9:58 AM, Mariano Baragiola > wrote: > >> On 05/05/16 11:51, Gilles

Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Mariano Baragiola
On 05/05/16 11:51, Gilles Chehade wrote: No it shouldn't autostart when it crashes. It shouldn't crash either. Can you provide more details ? logs before the crash ? Noted. Is it a way to autostart it again if it crashes? I just added the verbosity flag to smtpd, so I guess I'll have more

Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Gilles Chehade
On Thu, May 05, 2016 at 11:42:44AM -0300, Mariano Baragiola wrote: > On 05/05/16 10:59, Edgar Pettijohn wrote: > > > > > >How is it activated to do so? > > > > I mean it autostarts when I reboot the VPS. > I did it with rcctl enable smtpd. > Shouldn't by this autostart when it crashes? > No it

Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Mariano Baragiola
On 05/05/16 10:59, Edgar Pettijohn wrote: How is it activated to do so? I mean it autostarts when I reboot the VPS. I did it with rcctl enable smtpd. Shouldn't by this autostart when it crashes? Perhaps coming from a Debian background I got this wrong. Turn up the verbosity.

Re: Crashing once a day and not auto-starting back

2016-05-05 Thread Edgar Pettijohn
Sent from my iPhone > On May 5, 2016, at 8:17 AM, Mariano Baragiola > wrote: > > Hello misc@, sending again from different account. > Sorry if duplicate. > > I rented an OpenBSD 5.9-release amd64 VPS and updated it > to 5.9-stable with

Crashing once a day and not auto-starting back

2016-05-05 Thread Mariano Baragiola
Hello misc@, sending again from different account. Sorry if duplicate. I rented an OpenBSD 5.9-release amd64 VPS and updated it to 5.9-stable with https://stable.mtier.org/openup. Before submitting a ticket to the VPS provider, I wanted to see if I'm doing something wrong. Regularly, the smtpd

Re: How is it that someone can send mails if the account does not exist?

2016-05-05 Thread Gilles Chehade
On Wed, May 04, 2016 at 06:57:24PM -0500, Ultramedia Libertad wrote: > Hello > Hello, > How is it that someone can send mails if the account does not exist? > The short answer is that this is how SMTP works, and this is what allows several cool features to be usable out of the box. If