/titanic_44/usr/src/pkg/manifests/ |
H A D | service-network-smtp-sendmail.mf | 34 dir path=etc/mail group=mail 35 dir path=etc/mail/cf group=mail 36 dir path=etc/mail/cf/cf group=mail 37 dir path=etc/mail/cf/domain group=mail 38 dir path=etc/mail/cf/feature group=mail 39 dir path=etc/mail/cf/m4 group=mail 40 dir path=etc/mail/cf/mailer group=mail 41 dir path=etc/mail/cf/ostype group=mail 42 dir path=etc/mail/cf/sh group=mail 71 file path=etc/mail/aliases original_name=SUNWsndm:etc/mail/aliases \ [all …]
|
H A D | system-library.man3mail.inc | 17 file path=usr/share/man/man3mail/maillock.3mail 18 link path=usr/share/man/man3mail/mailunlock.3mail target=maillock.3mail 19 link path=usr/share/man/man3mail/touchlock.3mail target=maillock.3mail
|
/titanic_44/usr/src/man/man3mail/ |
H A D | Makefile | 19 MANSECT= 3mail 21 MANFILES= maillock.3mail 23 MANLINKS= mailunlock.3mail \ 24 touchlock.3mail 26 mailunlock.3mail := LINKSRC = maillock.3mail 28 touchlock.3mail := LINKSRC = maillock.3mail
|
/titanic_44/usr/src/cmd/mail/ |
H A D | cksaved.c | 53 char save[MAXFILENAME], mail[MAXFILENAME]; local 55 cat(mail, maildir, user); 70 if (stat(mail, &stbuf) != 0) { 77 if (link(save, mail) != 0) { 89 if (rename(save, mail) != 0) { 104 if ((Ostream = fopen(mail, "a")) == NULL) { 107 program, mail);
|
H A D | Makefile | 27 BINPROG= mail 54 CPROG= mail 58 ROOTMAILD= $(ROOTLIB)/mail 96 $(ROOTBIN)/mail := FILEMODE = 02511 109 mail: $(MAILOBJS) target 118 $(RM) $@; $(SYMLINK) mail $@ 127 $(RM) $(OBJS) $(MAILOBJS) mail
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 97 MAILDIR=/var/mail 174 ) | mail $MAILTO 186 (echo "uudemon.cleanup: unable to chdir to $LOGDIR/$i") | mail $MAILTO 227 (echo "Subject: cleanup"; echo; cat $OLD/uucleanup) | mail $MAILTO 249 (echo "uudemon.cleanup: unable to chdir to $d") | mail $MAILTO 276 (echo "Subject: cores"; echo; cat $TMP) | mail $MAILTO 300 (echo "Subject: uucp requests"; echo; cat $TMP) | mail $MAILTO 308 (echo "Subject: uucp DENIED"; echo; cat $TMP) | mail $MAILTO 314 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO 320 (echo "Subject: $CORRUPT"; echo; cat $TMP) | mail $MAILTO [all …]
|
H A D | uudemon.admin | 110 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO 115 (echo "Subject: passwd check"; echo; cat $TMP) | mail $MAILTO
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | receipt.c | 58 char *mail, *s; in receipt() local 61 if ((mail = value("sendmail")) == 0) in receipt() 63 mail = SENDMAIL; in receipt() 65 mail = MAIL; in receipt() 69 snprintf(buf, sizeof (buf), "%s %s", mail, skin(nameof(mp))); in receipt()
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | Makefile | 32 LIBPROG= mail.local smrsh 48 mail.local := LDLIBS += -lsocket -lnsl -lmail -lldap 83 mail.local: mail.local.o ../libsmutil/libsmutil.a ../libsm/libsm.a 84 $(LINK.c) mail.local.o -o $@ $(LDLIBS) ../libsmutil/libsmutil.a \ 115 install: all $(ROOTPROG) $(ROOTLIB)/mail.local $(ROOTLIB)/smrsh \
|
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | setadmin.c | 64 &adm.mail, "mail", 134 int mail = 0; in setadminFile() local 162 mail = 1; in setadminFile() 183 if (!mail) { in setadminFile() 184 adm.mail = DEFMAIL; /* if we don't assign anything to it */ in setadminFile()
|
/titanic_44/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 31 ehlo SEND Send as mail [RFC821] 32 ehlo SOML Send as mail or terminal [RFC821] 33 ehlo SAML Send as mail and terminal [RFC821] 48 mail MAIL From:<sender> [ <parameters> ] 49 mail Specifies the sender. Parameters are ESMTP extensions. 50 mail See "HELP DSN" for details. 80 soml Send or mail. If the user is logged in, send directly, 81 soml otherwise mail. Not supported in this implementation. 83 saml Send and mail. Send directly to the user's terminal, 84 saml and also mail a letter. Not supported in this
|
H A D | aliases | 37 # The following alias is required by the mail protocol, RFC 2821 38 # Set it to the address of a HUMAN who deals with this system's mail problems. 60 # Aliases to handle mail to programs or files, eg news or vacation 71 # Alias for a person, so they can receive mail by several names:
|
H A D | Makefile | 35 ROOTETCMAIL = $(ROOTETC)/mail 64 $(RM) $@; $(SYMLINK) mail/aliases $@
|
H A D | smtp-sendmail | 103 /usr/bin/logger -p mail.crit "$ERRMSG1" 104 /usr/bin/logger -p mail.crit "$ERRMSG2"
|
/titanic_44/usr/src/cmd/sendmail/cf/ |
H A D | README | 194 related files, /etc/mail. The new files available for sendmail 8.9 -- 195 the class {R} /etc/mail/relay-domains and the access database 196 /etc/mail/access -- take advantage of this new directory. Beginning with 205 /etc/bitdomain /etc/mail/bitdomain 206 /etc/domaintable /etc/mail/domaintable 207 /etc/genericstable /etc/mail/genericstable 208 /etc/uudomain /etc/mail/uudomain 209 /etc/virtusertable /etc/mail/virtusertable 210 /etc/userdb /etc/mail/userdb 212 /etc/aliases /etc/mail/aliases [all …]
|
H A D | Makefile | 39 ROOTETCMAIL = $(ROOTETC)/mail 162 $(RM) $(ROOTLIB)/mail 163 $(SYMLINK) ../../etc/mail/cf $(ROOTLIB)/mail
|
/titanic_44/usr/src/cmd/sendmail/cf/ostype/ |
H A D | solaris2.m4 | 15 # have mail.local installed. It is my understanding that this is 23 ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', `/usr/lib/mail.local')') 25 ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail.local -d $u')')
|
H A D | solaris2.ml.m4 | 15 # have mail.local installed. It is my understanding that this is 23 ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', `/usr/lib/mail.local')') 25 ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail.local -d $u')')
|
H A D | solaris2.pre5.m4 | 16 # use mail as local mailer which are usually version before 2.5. 25 ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -f $g -d $u')')
|
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | quit.c | 263 if (!started || (adm.mail == NULL)) in mailmsg() 266 len = strlen(adm.mail) + sizeof (MAILCMD) + 2; in mailmsg() 273 (void) snprintf(cmd, len, "%s %s", MAILCMD, adm.mail); in mailmsg()
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslog.conf | 34 *.err;kern.debug;daemon.notice;mail.crit /var/adm/messages 45 mail.debug ifdef(`LOGHOST', /var/log/syslog, @loghost)
|
/titanic_44/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 61 ALIASES = /etc/mail/aliases 244 @cp $(ALIASES) $(YPDBDIR)/$(DOM)/mail.aliases; 245 @/usr/lib/sendmail -bi -oA$(YPDBDIR)/$(DOM)/mail.aliases; 246 $(MKALIAS) $(YPDBDIR)/$(DOM)/mail.aliases $(YPDBDIR)/$(DOM)/mail.byaddr; 247 @rm $(YPDBDIR)/$(DOM)/mail.aliases; 250 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) mail.aliases; fi 251 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) mail.byaddr; fi
|
/titanic_44/usr/src/cmd/sendmail/cf/feature/ |
H A D | local_lmtp.m4 | 23 ifdef(`confEBINDIR', confEBINDIR, `/usr/libexec')`/mail.local', 27 ifelse(len(X`'_ARG2_), `1', `mail.local -l', _ARG2_))
|
/titanic_44/usr/src/man/man1b/ |
H A D | Makefile | 41 mail.1b \ 61 Mail.1b := LINKSRC = mail.1b
|
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | quit.c | 430 if (!installStarted || pkgaskFlag || (adm.mail == NULL)) { in mailmsg() 434 len = strlen(adm.mail) + sizeof (MAILCMD) + 2; in mailmsg() 441 (void) snprintf(cmd, len, "%s %s", MAILCMD, adm.mail); in mailmsg()
|