| /src/etc/ |
| mailer.conf | 10 # The following configuration is correct for Postfix. 12 # Notes for running postfix: 13 # - postfix configuration requires either 15 # to be set in /etc/postfix/main.cf 16 # - postfix does not listen on the network 18 # configure /etc/postfix/main.cf and then uncomment 19 # the smtp service in /etc/postfix/master.cf 21 sendmail /usr/libexec/postfix/sendmail 22 mailq /usr/libexec/postfix/sendmail 23 newaliases /usr/libexec/postfix/sendmai [all...] |
| /src/distrib/syspkg/sets/base/base-postfix-bin/ |
| Makefile | 3 PKGBASE=base-postfix-bin
|
| /src/distrib/syspkg/sets/base/base-postfix-examples/ |
| Makefile | 3 PKGBASE=base-postfix-examples
|
| /src/distrib/syspkg/sets/base/base-postfix-root/ |
| Makefile | 3 PKGBASE=base-postfix-root
|
| /src/distrib/syspkg/sets/base/base-postfix-usr/ |
| Makefile | 3 PKGBASE=base-postfix-usr
|
| /src/distrib/syspkg/sets/etc/etc-postfix-etc/ |
| Makefile | 3 PKGBASE=etc-postfix-etc
|
| /src/distrib/syspkg/sets/etc/etc-postfix-rc/ |
| Makefile | 3 PKGBASE=etc-postfix-rc
|
| /src/distrib/syspkg/sets/man/man-postfix-catman/ |
| Makefile | 3 PKGBASE=man-postfix-catman
|
| /src/distrib/syspkg/sets/man/man-postfix-man/ |
| Makefile | 3 PKGBASE=man-postfix-man
|
| /src/distrib/syspkg/sets/misc/misc-postfix-examples/ |
| Makefile | 3 PKGBASE=misc-postfix-examples
|
| /src/etc/rc.d/ |
| postfix | 3 # $NetBSD: postfix,v 1.20 2023/12/25 08:37:08 kre Exp $ 13 name="postfix" 36 # exists and postfix isn't running at this point (unless forcestart 79 _postfix_path="/usr/libexec/postfix/sendmail" 82 if [ "${postfix}" != "check" ]; then 83 echo "${postfix}" 87 echo "WARNING: default postfix not used as not selected in mailer.conf" >&2 102 postfix=$(check_use_postfix)
|
| Makefile | 48 CONFIGFILES+= postfix
|
| /src/distrib/utils/embedded/conf/ |
| evbarm.conf | 73 if $minwrites && $postfix; then 74 mkdir ${mnt}/etc/postfix 76 sed -e 's/fifo/unix/' < ${release}/etc/postfix/master.cf > \ 77 ${mnt}/etc/postfix/master.cf)
|
| evbmips.conf | 73 if $minwrites && $postfix; then 74 mkdir ${mnt}/etc/postfix 76 sed -e 's/fifo/unix/' < ${release}/etc/postfix/master.cf > \ 77 ${mnt}/etc/postfix/master.cf)
|
| evbppc.conf | 73 if $minwrites && $postfix; then 74 mkdir ${mnt}/etc/postfix 76 sed -e 's/fifo/unix/' < ${release}/etc/postfix/master.cf > \ 77 ${mnt}/etc/postfix/master.cf)
|
| x86.conf | 62 if $minwrites && $postfix; then 63 mkdir ${mnt}/etc/postfix 65 sed -e 's/fifo/unix/' < ${release}/etc/postfix/master.cf > \ 66 ${mnt}/etc/postfix/master.cf)
|
| /src/tests/usr.bin/indent/ |
| opt_pcs.c | 117 int postfix = step++(); variable 125 int postfix = step++ (); variable
|
| /src/distrib/syspkg/sets/misc/ |
| Makefile | 10 SUBDIR+=misc-postfix-examples
|
| /src/distrib/syspkg/sets/etc/ |
| Makefile | 30 SUBDIR+=etc-postfix-etc 31 SUBDIR+=etc-postfix-rc
|
| /src/distrib/syspkg/sets/base/ |
| Makefile | 106 SUBDIR+=base-postfix-bin 107 SUBDIR+=base-postfix-examples 108 SUBDIR+=base-postfix-root 109 SUBDIR+=base-postfix-usr
|
| /src/distrib/utils/embedded/ |
| mkimage | 66 postfix=false 67 [ "${MKPOSTFIX:-yes}" = no ] || postfix=true 128 if $postfix; then 130 tmpfs /var/spool/postfix tmpfs rw,union,-s20M 131 tmpfs /var/db/postfix tmpfs rw,union,-s1M 157 # Also for the postfix stuff below
|
| /src/distrib/syspkg/sets/man/ |
| Makefile | 77 SUBDIR+=man-postfix-catman 78 SUBDIR+=man-postfix-man
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_request.c | 257 rq->ring->head = rq->postfix; 411 request->ring->vaddr + request->postfix); 1207 if (rq->infix == rq->postfix) 1216 if (rq->postfix < head) { 1220 memset(vaddr + head, 0, rq->postfix - head); 1221 rq->infix = rq->postfix; 1310 rq->postfix = intel_ring_offset(rq, cs);
|
| /src/etc/defaults/ |
| rc.conf | 238 # The default setting for postfix here is YES, but gets re-examined by 239 # the rc.d/postfix startup script when it runs. The script sets 241 # be re-evaluated. If the value of $postfix after this is "check", 243 # postfix. If not, it does print a warning and does not start postfix 245 postfix=${_rc_d_postfix:-YES}
|
| /src/sbin/restore/ |
| interactive.c | 77 char postfix; /* postfix character */ member in struct:afile 616 fp->postfix = ' '; 620 fp->postfix = '@'; 625 fp->postfix = '='; 630 fp->postfix = '#'; 634 fp->postfix = '%'; 640 fp->postfix = '/'; 642 fp->postfix = ' '; 673 if (fp->postfix != ' ' [all...] |