> Most likely sendmail is not restarting properly after you add a new site.
Hi Ken, I reasoned that the ticking/unticking was restarting sendmail, thanks for confirming. In truth it's probably quicker doing what I'm doing in the GUI than SSHing in and using the command line. I don't like things that are broken though. Does anyone know why I have to restart sendmail every time I add a new site so as to get the new users working? As I say I think this is a bug in BlueOnyx. Jason Ozin -----Original Message----- From: Ken Marcus - Precision Web Hosting, Inc [mailto:[email protected]] Sent: 09 February 2010 16:47 To: [email protected]; BlueOnyx General Mailing List Subject: Re: [BlueOnyx:03530] SMTP Relay Issues ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Tuesday, February 09, 2010 2:17 AM Subject: [BlueOnyx:03530] SMTP Relay Issues > Does this make sense to anyone: > > I add a new domain and make sure it is enabled for email. > I add a user to that domain and make sure she is enabled for email. > > Mail to that user is refused until I go to the GUI: > Server Management > Network Services > Email > Untick Enable SMTP Auth > Save > Tick Enable SMTP Auth > Save > > I think this is a bug. > As I say does this make sense to anyone? > > Jason > Jason Most likely sendmail is not restarting properly after you add a new site. >From the command line you could /etc/rc.d/init.d/sendmail stop sleep 3 killall -9 sendmail /etc/rc.d/init.d/sendmail start ---- Ken Marcus Ecommerce Web Hosting by Precision Web Hosting, Inc. http://www.precisionweb.net _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
