Searched refs:syslog (Results 1 - 15 of 15) sorted by relevance

/sendmail/contrib/
H A Dre-mqueue.pl209 &syslog('err', 'link(%s, %s/%s): %s', $dfile, $queueB, $dfile, $bang);
215 &syslog('err', 'link(%s, %s/%s): %s', $qfile, $queueB, $qfile, $bang);
223 &syslog('err', 'link(%s, %s/%s): %s', $xfile, $queueB, $xfile, $bang);
236 &syslog('err', 'unlink(%s): %s', $qfile, $bang);
242 &syslog('err', 'unlink(%s): %s', $dfile, $bang);
249 &syslog('err', 'unlink(%s): %s', $xfile, $bang);
256 &syslog('info', '%s moved to %s', $mfile, $queueB);
H A Ddoublebounce.pl81 syslog ('info', "Attempting to send to user $dest");
109 syslog('info', 'doublebounce successfully sent to %s', $dest);
118 # Set up syslog
123 syslog('info', 'Processing a doublebounce.');
131 syslog('err', "Unable to open temporary file $tmpfile");
137 syslog('err', "Unable to reopen temporary file $tmpfile");
199 syslog('info', "Trying to send to $addresses[2]{$addr} - $addresses[2]{\"From\"}");
206 syslog('info', 'Unable to find original sender, falling back.');
210 syslog('info', "Trying to send to $addresses[2]{$addr} - $addresses[2]{\"From\"}");
216 syslog('inf
[all...]
/sendmail/smrsh/
H A Dsmrsh.c69 #include <syslog.h>
130 syslog(LOG_WARNING, "command too long: %.40s", par);
178 syslog(LOG_ERR, "usage");
195 syslog(LOG_ERR, "too many specials: %.40s", SPECIALS);
213 syslog(LOG_WARNING, "command too long: %.40s", par);
240 syslog(LOG_CRIT, "uid %d: missing command to exec", (int) getuid());
301 syslog(LOG_CRIT, "uid %d: attempt to use \"%s\" (filename too long)",
320 syslog(LOG_CRIT, "uid %d: attempt to use \"%s\" (stat failed)",
338 syslog(LOG_CRIT, "uid %d: attempt to use \"%s\" (not a file)",
352 syslog(LOG_CRI
[all...]
/sendmail/libsm/
H A Dsyslogio.c15 #include <syslog.h>
25 ** This is a output file type that copies its output to the syslog daemon.
26 ** Each line of output is written as a separate syslog message.
28 ** any syslog file, and calling closelog() after all syslog output is complete.
29 ** The only state associated with a syslog file is 'int priority',
34 ** SM_SYSLOGOPEN -- open a file pointer to syslog
38 ** info -- priority level of the syslog messages
60 ** SM_SYSLOGREAD -- read function for syslog
63 ** It is an error to read syslog
[all...]
H A Dclock.c31 # include <syslog.h>
544 syslog(LOG_ERR, "sleep: interval=%u exceeds max value %d",
570 syslog(LOG_ERR, "sleep: sm_setevent(%u) failed", intvl);
H A Drpool.c24 # include <syslog.h>
446 syslog(LOG_NOTICE,
H A Dfindfp.c22 #include <syslog.h>
57 /* A file type for syslog communications */
62 SM_TIME_BLOCK, "syslog" };
/sendmail/libsmdb/
H A Dsmdb.c128 syslog(LOG_ERR, "cannot lockf(%s%s, fd=%d, type=%o, omode=%o, euid=%d)",
148 syslog(LOG_ERR, "cannot flock(%s%s, fd=%d, type=%o, omode=%o, euid=%d)",
/sendmail/libmilter/
H A Dlibmilter.h266 #define smi_log syslog
/sendmail/vacation/
H A Dvacation.c28 #include <syslog.h>
108 SYSLOG_T *msglog = syslog;
1169 ** end-users debugging without access to the syslog messages.
1172 ** i -- syslog log level
/sendmail/include/sm/
H A Dconf.h123 # define syslog hard_syslog macro
407 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */
1858 # define SM_CONF_SYSLOG 0 /* use sendmail decl of syslog() */
1986 # undef LOG /* syslog not available */
2267 # define SYSLOG_BUFSIZE 1024 /* allow full size syslog buffer */
2913 /* size of syslog buffer */
3012 ** If we don't have a system syslog, simulate it.
3027 # define SM_CONF_SYSLOG 1 /* syslog.h has prototype for syslog() */
3032 extern void syslog(in
[all...]
/sendmail/sendmail/
H A Dbf.c34 #include <syslog.h>
H A Dconf.c653 /* syslog map -- logs information to syslog */
654 MAPDEF("syslog", NULL, 0,
683 /* dprintf map -- logs information to syslog */
5358 ** SM_SYSLOG -- syslog wrapper to keep messages under SYSLOG_BUFSIZE
5361 ** level -- syslog level
5441 syslog(level, "%s", newstring);
5456 syslog(level, "%s: %s", id, newstring);
5512 syslog(level, "%s[%d]: %s ...", id, seq++, begin);
5527 syslog(leve
5560 # undef syslog macro
[all...]
H A Dsendmail.h76 # include <syslog.h>
2312 EXTERN bool LogUsrErrs; /* syslog user errors (e.g., SMTP RCPT cmd) */
/sendmail/mail.local/
H A Dmail.local.c67 #include <syslog.h>
1621 /* Log the message to syslog. */
1623 syslog(LOG_ERR, "%s", ErrBuf);

Completed in 182 milliseconds