/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-network-smtp-sendmail.p5m | 36 link path=etc/aliases target=./mail/aliases mediator=mta \ 38 dir path=etc/mail group=mail 39 file path=etc/mail/aliases original_name=SUNWsndm:etc/mail/aliases preserve=true 40 dir path=etc/mail/cf group=mail 41 file path=etc/mail/cf/README group=mail mode=0444 42 dir path=etc/mail/cf/cf group=mail 43 file path=etc/mail/cf/cf/Makefile group=mail mode=0444 44 link path=etc/mail/cf/cf/main.cf target=sendmail.cf 45 link path=etc/mail/cf/cf/main.mc target=sendmail.mc 46 file path=etc/mail/cf/cf/sendmail.cf group=mail mode=0444 [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
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | cksaved.c | 51 char save[MAXFILENAME], mail[MAXFILENAME]; local 53 cat(mail, maildir, user); 68 if (stat(mail, &stbuf) != 0) { 75 if (link(save, mail) != 0) { 87 if (rename(save, mail) != 0) { 102 if ((Ostream = fopen(mail, "a")) == NULL) { 105 program, mail);
|
H A D | Makefile | 28 BINPROG= mail 53 CPROG= mail 57 ROOTMAILD= $(ROOTLIB)/mail 95 $(ROOTBIN)/mail := FILEMODE = 02511 108 mail: $(MAILOBJS) target 117 $(RM) $@; $(SYMLINK) mail $@ 123 $(RM) $(OBJS) $(MAILOBJS) mail
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | setadmin.c | 64 &adm.mail, "mail", 131 int mail = 0; in setadminFile() local 159 mail = 1; in setadminFile() 180 if (!mail) { in setadminFile() 181 adm.mail = DEFMAIL; /* if we don't assign anything to it */ in setadminFile()
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
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 \
|
/illumos-gate/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 $@
|
/illumos-gate/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
|
/illumos-gate/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')')
|
/illumos-gate/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()
|
/illumos-gate/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)
|
/illumos-gate/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
|
/illumos-gate/usr/src/ |
H A D | Targetdirs | 148 /etc/mail \ 149 /etc/mail/cf \ 150 /etc/mail/cf/cf \ 151 /etc/mail/cf/domain \ 152 /etc/mail/cf/feature \ 153 /etc/mail/cf/m4 \ 154 /etc/mail/cf/mailer \ 155 /etc/mail/cf/ostype \ 156 /etc/mail/cf/sh \ 377 /var/mail \ [all …]
|
/illumos-gate/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_))
|
/illumos-gate/usr/src/man/man1b/ |
H A D | Makefile | 41 mail.1b \ 61 Mail.1b := LINKSRC = mail.1b
|
/illumos-gate/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()
|