| From | Sent On | Attachments |
|---|
| Subject: | Re: [courier-users] Re: Courier Problems When Rebooting Solaris | |
|---|---|---|
| From: | Neil Gruending (ne...@gruending.net) | |
| Date: | Nov 29, 2000 9:31:20 am | |
| List: | net.sourceforge.lists.courier-users | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Neil Gruending | Nov 26, 2000 4:22 pm | |
| Tabor J. Wells | Nov 26, 2000 6:30 pm | |
| Andrew McNamara | Nov 26, 2000 7:09 pm | |
| Sam Varshavchik | Nov 26, 2000 7:47 pm | |
| Larry Moore | Nov 26, 2000 9:08 pm | |
| Neil Gruending | Nov 28, 2000 3:53 pm | |
| Sam Varshavchik | Nov 28, 2000 6:13 pm | |
| Brian Kolaci | Nov 28, 2000 6:37 pm | |
| Sam Varshavchik | Nov 28, 2000 8:26 pm | |
| Neil Gruending | Nov 29, 2000 9:31 am | |
| Sam Varshavchik | Nov 29, 2000 2:55 pm |
| Subject: | Re: [courier-users] Re: Courier Problems When Rebooting Solaris | |
|---|---|---|
| From: | Neil Gruending (ne...@gruending.net) | |
| Date: | Nov 29, 2000 9:31:20 am | |
| List: | net.sourceforge.lists.courier-users | |
So I'm SOL then? There's got to be a way to do this in solaris. I've got other deamons that can write to the console without blocking it...
Neil
On Wed, Nov 29, 2000 at 04:26:25AM +0000, Sam Varshavchik wrote:
Brian Kolaci writes:
> > Is this a valid fix? > > No. Errors from couriertcpd should not be allowed to disappear into a > bitbucket, just like that. Error output from couriertcpd may contain > valuable logging or debugging information, and every effort should be made > to throw them in front of someone's eyeballs. /dev/null certainly isn't > the right place.
I agree, how about using syslog ? Then the administrator can have it go to the console and/or system logfiles.
The syslog interface is a system call interface, to which you can't exactly attach a file descriptor. There is actually some code in there for a short utility to read from a pipe and dump all messages to syslog, but that will require some additional setup.
-- Sam
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/courier-users

