Searched refs:postfix (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/postfix-255/Postfix.StartupItem/
H A DPostfix9 /usr/sbin/postfix start
11 /usr/sbin/postfix-watch
18 /usr/sbin/postfix stop
19 killall -1 postfix-watch 2> /dev/null
26 /usr/sbin/postfix reload
/macosx-10.10.1/Heimdal-398.1.2/windows/
H A Dmaint.el3 (defun generate-obj-macro (mname &optional postfix &rest slist)
27 (erepl (if postfix
28 (concat repl "\n" postfix "\n\n")
/macosx-10.10.1/postfix-255/
H A DMakefile2 # xbs-compatible wrapper Makefile for postfix
5 PROJECT=postfix
36 install :: copy-src apply-patches build-postfix install-postfix archive-strip-binaries \
59 #cd "$(BuildDirectory)/$(PROJECT)" && patch -p1 < "$(SRCROOT)/patches/postfix-2.9-patch03.txt"
60 #cd "$(BuildDirectory)/$(PROJECT)" && patch -p1 < "$(SRCROOT)/patches/postfix-2.9-patch04.txt"
66 build-postfix :
81 cd $(BuildDirectory)/postfix/src/smtpstone && make all
84 install-postfix :
86 @echo "*** executing $(SHELL) -x postfix
[all...]
/macosx-10.10.1/postfix-255/Postfix.ServerSetup/
H A Dpostfix_upgrade3 # Upgrade postfix
6 _main_cf="/etc/postfix/main.cf"
7 _main_cf_default="/etc/postfix/main.cf.default"
8 _master_cf="/etc/postfix/master.cf"
9 _master_cf_tmp="/etc/postfix/master.cf.tmp"
10 _master_cf_orig="/etc/postfix/master.cf.orig"
11 _master_cf_default="/etc/postfix/master.cf.default"
12 _postfix_data_dir="/var/run/postfix"
66 SA_ENABLED=`serveradmin settings mail:postfix:spam_scan_enabled | sed 's/^.*=//' | sed -e 's/^ *//'`
68 serveradmin settings mail:postfix
[all...]
H A Dset_credentials.sh6 /usr/sbin/postconf -e imap_submit_cred_file=/Library/Server/Mail/Config/postfix/submit.cred
10 if [ ! -e /Library/Server/Mail/Config/postfix/submit.cred ] ; then
11 hostname=`/usr/sbin/postconf -c /Library/Server/Mail/Config/postfix -h myhostname`
30 echo "submitcred version 1" > /Library/Server/Mail/Config/postfix/submit.cred
31 echo "$hostname|submit|$pw" >> /Library/Server/Mail/Config/postfix/submit.cred
33 chmod 600 /Library/Server/Mail/Config/postfix/submit.cred
H A Dpostfix_config3 # Configure postfix
6 _main_cf="/etc/postfix/main.cf"
7 _main_cf_default="/etc/postfix/main.cf.default"
8 _master_cf="/etc/postfix/master.cf"
9 _master_cf_tmp="/etc/postfix/master.cf.tmp"
10 _master_cf_orig="/etc/postfix/master.cf.orig"
11 _master_cf_default="/etc/postfix/master.cf.default"
12 _postfix_data_dir="/var/run/postfix"
93 # Set postfix owner and group IDs
100 /usr/sbin/postconf -e imap_submit_cred_file=/private/etc/postfix/submi
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dwritesrc.h42 * The prefix and postfix are optional (can be NULL) and are written first/last.
44 * The {} and declaration etc. need to be included in prefix/postfix or
51 const char *postfix);
62 const char *postfix);
66 * The {} and declaration etc. need to be included in prefix/postfix or
74 const char *postfix);
81 * The prefix and postfix are optional (can be NULL) and are written first/last.
83 * The {} and declaration etc. need to be included in prefix/postfix or
90 const char *postfix);
H A Dwritesrc.c104 const char *postfix) {
156 if(postfix!=NULL) {
157 fputs(postfix, f);
165 const char *postfix) {
168 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
171 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
172 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
181 const char *postfix) {
220 if(postfix!=NULL) {
221 fputs(postfix,
101 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) argument
162 usrc_writeUTrie2Arrays(FILE *f, const char *indexPrefix, const char *data32Prefix, const UTrie2 *pTrie, const char *postfix) argument
177 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
226 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) argument
[all...]
/macosx-10.10.1/system_cmds-643.1.1/chkpasswd.tproj/
H A Dstringops.h35 char *postfix(char *, char);
/macosx-10.10.1/postfix-255/postfix/conf/
H A Daliases26 postfix: root
H A Dpostfix-wrapper5 # postfix-wrapper 1
9 # postfix command
19 # manager. It simply applies commands such as "postfix start"
24 # To hook the postfix-wrapper multi-instance manager into
33 # # postfix command
39 # # postfix status
42 # The postfix(1) command invokes the postfix-wrapper command.
43 # This in turn applies the postfix(1) command to the default
48 # The postfix
[all...]
H A Dpostmulti-script200 # is treated as a non-slave instance by post-install via postfix(1).
208 # is treated as a non-slave instance by post-install via postfix(1).
210 postfix -c $config_directory set-permissions || exit 1
221 postfix -c "$config_directory" status >/dev/null 2>&1 &&
247 postfix -c "$config_directory" status >/dev/null 2>&1 &&
255 # XXX: Internal "postfix /some/cmd" interface.
257 postfix -c "$config_directory" /bin/sh -c "
265 postfix -c "$config_directory" /bin/sh -c "
H A Dpostfix-script5 # postfix-script 1
16 # postfix(1) Postfix administrative interface
33 "") echo This script must be run by the postfix command. 1>&2
38 LOGGER="$command_directory/postlog -t $MAIL_LOGTAG/postfix-script"
101 echo "Start postfix"
106 echo "Stop postfix"
119 $daemon_directory/postfix-script check-fatal || {
124 $daemon_directory/postfix-script check-warn
146 $daemon_directory/postfix-script stop
202 $daemon_directory/postfix
[all...]
/macosx-10.10.1/postfix-255/postfix/proto/
H A Daliases026 postfix: root
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dexpand_path.c53 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
93 _expand_bin_dir(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
115 if (postfix) {
116 if (strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0]))
143 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
241 _expand_csidl(krb5_context context, PTYPE folder, const char *postfix, char **ret) argument
257 if (postfix &&
258 strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) {
274 _expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
276 *ret = strdup(postfix);
285 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
301 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **str) argument
317 _expand_resources(krb5_context context, PTYPE param, const char *postfix, char **str) argument
352 _expand_env(krb5_context context, PTYPE param, const char *postfix, char **str) argument
374 _expand_null(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
393 const char * postfix; member in struct:token
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dtmpfile.cpp107 * Generate a temporary name template with a postfix
116 const char *postfix = use_short_postfix ? postfix_short : postfix_long; local
118 if (postfix)
119 postlen = strlen(postfix);
123 strcat(templ, postfix);
/macosx-10.10.1/postfix-255/postfix/examples/chroot-setup/
H A DLINUX263 POSTFIX_DIR=${POSTFIX_DIR-/var/spool/postfix}
91 postfix reload
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dinline-and-minify-stylesheets-and-scripts.py51 def inline(match, minifier, prefix, postfix):
59 return '%s%s%s' % (prefix, importContent, postfix)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpPrototype.cpp141 char postfix[5] = { '/', 0, 0, 0, 0 }; local
144 postfix[index++] = 'g';
146 postfix[index++] = 'i';
148 postfix[index] = 'm';
151 return JSValue::encode(jsMakeNontrivialString(exec, "/", source, postfix));
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A Dgenerator.pl81 $postfix{$function} = ";";
89 $postfix{$function} = ") == CSSM_INVALID_HANDLE)\n return $noDataReturnError{$type};";
94 $postfix{$function} = ")\n return $noDataReturnError{$type};";
212 ${prefix{$function}}findSession<${type}PluginSession>($lookupHandle).$function($actuals{$function})${postfix{$function}}
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A Dgenerator.pl81 $postfix{$function} = ";";
89 $postfix{$function} = ") == CSSM_INVALID_HANDLE)\n return $noDataReturnError{$type};";
94 $postfix{$function} = ")\n return $noDataReturnError{$type};";
212 ${prefix{$function}}findSession<${type}PluginSession>($lookupHandle).$function($actuals{$function})${postfix{$function}}
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-pcomplete.el53 (defcustom erc-pcomplete-nick-postfix ": "
109 (pcomplete-erc-nicks erc-pcomplete-nick-postfix t))))
215 (defun pcomplete-erc-nicks (&optional postfix ignore-self)
229 postfix)
233 (defun pcomplete-erc-all-nicks (&optional postfix)
238 (setq nicks (cons (concat nick postfix) nicks)))
/macosx-10.10.1/postfix-255/Postfix.Config/
H A Dpostfix-files4 # This file controls the postfix-install script for installation of
33 # p=preserve existing file, do not replace (postfix-install).
81 $daemon_directory/postfix-files:f:root:-:644
82 $daemon_directory/postfix-script:f:root:-:755
83 $daemon_directory/postfix-wrapper:f:root:-:755
103 $command_directory/postfix:f:root:-:755
130 $config_directory/postfix-files:f:root:-:644:o
136 $config_directory/postfix-script:f:root:-:755:o
137 $config_directory/postfix-script-sgid:f:root:-:755:o
138 $config_directory/postfix
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dby_dir.c265 const char *postfix=""; local
275 postfix="";
282 postfix="r";
334 postfix,k);
340 postfix,k);
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dja-dic-utl.el48 (defvar skkdic-postfix nil
49 "Nested alist for SETSUBIJI (postfix) entries of SKK dictionary.")
78 (defun skkdic-merge-head-and-tail (heads tails postfix)
82 (if (or (not postfix)
86 (if (or postfix
95 (defun skkdic-lookup-key (seq len &optional postfix prefer-noun)
102 Optional 3rd arg POSTFIX non-nil means SETSUBIJI (postfix) are also
149 (if postfix
151 (let ((break (max (- len (car skkdic-postfix)) 1))
152 entry-head entry-postfix entry
[all...]

Completed in 298 milliseconds

123