Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/postfix Initial import of raw distribution from Wei...



details:   https://anonhg.NetBSD.org/src/rev/a54d7aa3d4ae
branches:  trunk
changeset: 485541:a54d7aa3d4ae
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Apr 30 18:52:26 2000 +0000

description:
Initial import of raw distribution from Weitse Venema

diffstat:

 gnu/dist/postfix/.indent.pro                       |   111 +
 gnu/dist/postfix/.printfck                         |    25 +
 gnu/dist/postfix/0README                           |   159 +
 gnu/dist/postfix/BEWARE                            |     9 +
 gnu/dist/postfix/COMPATIBILITY                     |    55 +
 gnu/dist/postfix/DEBUG_README                      |   136 +
 gnu/dist/postfix/HISTORY                           |  3672 ++++++++++++++++++++
 gnu/dist/postfix/INSTALL                           |   478 ++
 gnu/dist/postfix/INSTALL.sh                        |   341 +
 gnu/dist/postfix/LDAP_README                       |   203 +
 gnu/dist/postfix/LICENSE                           |   221 +
 gnu/dist/postfix/MYSQL_README                      |    89 +
 gnu/dist/postfix/Makefile                          |    18 +
 gnu/dist/postfix/Makefile.in                       |    47 +
 gnu/dist/postfix/Makefile.init                     |    18 +
 gnu/dist/postfix/PCRE_README                       |    47 +
 gnu/dist/postfix/PORTING                           |    23 +
 gnu/dist/postfix/RELEASE_NOTES                     |   468 ++
 gnu/dist/postfix/RESTRICTION_CLASS                 |    24 +
 gnu/dist/postfix/TODO                              |   274 +
 gnu/dist/postfix/ULTRIX_README                     |    34 +
 gnu/dist/postfix/UUCP_README                       |     4 +
 gnu/dist/postfix/auxiliary/rmail/rmail             |     8 +
 gnu/dist/postfix/bounce/.indent.pro                |   111 +
 gnu/dist/postfix/bounce/.printfck                  |    25 +
 gnu/dist/postfix/bounce/Makefile.in                |   121 +
 gnu/dist/postfix/bounce/bounce.c                   |   302 +
 gnu/dist/postfix/bounce/bounce_append_service.c    |   124 +
 gnu/dist/postfix/bounce/bounce_cleanup.c           |   177 +
 gnu/dist/postfix/bounce/bounce_notify_service.c    |   501 ++
 gnu/dist/postfix/bounce/bounce_service.h           |    45 +
 gnu/dist/postfix/cleanup/.indent.pro               |   111 +
 gnu/dist/postfix/cleanup/.printfck                 |    25 +
 gnu/dist/postfix/cleanup/Makefile.in               |   290 +
 gnu/dist/postfix/cleanup/cleanup.c                 |   494 ++
 gnu/dist/postfix/cleanup/cleanup.h                 |   158 +
 gnu/dist/postfix/cleanup/cleanup_envelope.c        |   157 +
 gnu/dist/postfix/cleanup/cleanup_extracted.c       |   153 +
 gnu/dist/postfix/cleanup/cleanup_map11.c           |   163 +
 gnu/dist/postfix/cleanup/cleanup_map1n.c           |   133 +
 gnu/dist/postfix/cleanup/cleanup_masquerade.c      |   173 +
 gnu/dist/postfix/cleanup/cleanup_message.c         |   501 ++
 gnu/dist/postfix/cleanup/cleanup_out.c             |   118 +
 gnu/dist/postfix/cleanup/cleanup_out_recipient.c   |    74 +
 gnu/dist/postfix/cleanup/cleanup_rewrite.c         |   103 +
 gnu/dist/postfix/cleanup/cleanup_skip.c            |    59 +
 gnu/dist/postfix/cleanup/cleanup_state.c           |   138 +
 gnu/dist/postfix/conf/LICENSE                      |   221 +
 gnu/dist/postfix/conf/access                       |    69 +
 gnu/dist/postfix/conf/aliases                      |   152 +
 gnu/dist/postfix/conf/canonical                    |   115 +
 gnu/dist/postfix/conf/main.cf                      |   383 ++
 gnu/dist/postfix/conf/master.cf                    |    77 +
 gnu/dist/postfix/conf/postfix-script               |     3 +
 gnu/dist/postfix/conf/postfix-script-diff          |    22 +
 gnu/dist/postfix/conf/postfix-script-nosgid        |   243 +
 gnu/dist/postfix/conf/postfix-script-sgid          |   244 +
 gnu/dist/postfix/conf/relocated                    |    80 +
 gnu/dist/postfix/conf/sample-aliases.cf            |    35 +
 gnu/dist/postfix/conf/sample-canonical.cf          |    48 +
 gnu/dist/postfix/conf/sample-debug.cf              |    32 +
 gnu/dist/postfix/conf/sample-ldap.cf               |    19 +
 gnu/dist/postfix/conf/sample-local.cf              |   182 +
 gnu/dist/postfix/conf/sample-misc.cf               |   288 +
 gnu/dist/postfix/conf/sample-pcre.cf               |    52 +
 gnu/dist/postfix/conf/sample-rate.cf               |    59 +
 gnu/dist/postfix/conf/sample-regexp.cf             |    21 +
 gnu/dist/postfix/conf/sample-relocated.cf          |    21 +
 gnu/dist/postfix/conf/sample-resource.cf           |   100 +
 gnu/dist/postfix/conf/sample-rewrite.cf            |    51 +
 gnu/dist/postfix/conf/sample-smtp.cf               |   150 +
 gnu/dist/postfix/conf/sample-smtpd.cf              |   379 ++
 gnu/dist/postfix/conf/sample-transport.cf          |    18 +
 gnu/dist/postfix/conf/sample-virtual.cf            |    23 +
 gnu/dist/postfix/conf/transport                    |   122 +
 gnu/dist/postfix/conf/virtual                      |   105 +
 gnu/dist/postfix/dns/.indent.pro                   |   111 +
 gnu/dist/postfix/dns/.printfck                     |    25 +
 gnu/dist/postfix/dns/Makefile.in                   |   104 +
 gnu/dist/postfix/dns/dns.h                         |   143 +
 gnu/dist/postfix/dns/dns_lookup.c                  |   491 ++
 gnu/dist/postfix/dns/dns_rr.c                      |   195 +
 gnu/dist/postfix/dns/dns_strerror.c                |    69 +
 gnu/dist/postfix/dns/dns_strtype.c                 |   200 +
 gnu/dist/postfix/dns/test_dns_lookup.c             |    96 +
 gnu/dist/postfix/error/.indent.pro                 |   111 +
 gnu/dist/postfix/error/.printfck                   |    25 +
 gnu/dist/postfix/error/Makefile.in                 |    67 +
 gnu/dist/postfix/error/error.c                     |   182 +
 gnu/dist/postfix/examples/chroot-setup/AIX42       |    11 +
 gnu/dist/postfix/examples/chroot-setup/BSDI2       |     3 +
 gnu/dist/postfix/examples/chroot-setup/BSDI3       |     3 +
 gnu/dist/postfix/examples/chroot-setup/FREEBSD3    |     3 +
 gnu/dist/postfix/examples/chroot-setup/FreeBSD2    |     3 +
 gnu/dist/postfix/examples/chroot-setup/HPUX10      |    21 +
 gnu/dist/postfix/examples/chroot-setup/HPUX9       |    21 +
 gnu/dist/postfix/examples/chroot-setup/IRIX5       |    39 +
 gnu/dist/postfix/examples/chroot-setup/IRIX6       |    39 +
 gnu/dist/postfix/examples/chroot-setup/LINUX2      |    18 +
 gnu/dist/postfix/examples/chroot-setup/NETBSD1     |     3 +
 gnu/dist/postfix/examples/chroot-setup/NEXTSTEP3   |    31 +
 gnu/dist/postfix/examples/chroot-setup/OPENSTEP4   |    31 +
 gnu/dist/postfix/examples/chroot-setup/OSF1        |    21 +
 gnu/dist/postfix/examples/chroot-setup/Solaris2    |    74 +
 gnu/dist/postfix/examples/virtual-setup/BSDI2      |     5 +
 gnu/dist/postfix/examples/virtual-setup/FREEBSD2   |     5 +
 gnu/dist/postfix/examples/virtual-setup/LINUX2     |     3 +
 gnu/dist/postfix/fsstone/.indent.pro               |   111 +
 gnu/dist/postfix/fsstone/.printfck                 |    25 +
 gnu/dist/postfix/fsstone/Makefile.in               |    62 +
 gnu/dist/postfix/fsstone/fsstone.c                 |   211 +
 gnu/dist/postfix/global/.indent.pro                |   111 +
 gnu/dist/postfix/global/.printfck                  |    25 +
 gnu/dist/postfix/global/Makefile.in                |   918 +++++
 gnu/dist/postfix/global/been_here.c                |   248 +
 gnu/dist/postfix/global/been_here.h                |    49 +
 gnu/dist/postfix/global/bounce.c                   |   187 +
 gnu/dist/postfix/global/bounce.h                   |    60 +
 gnu/dist/postfix/global/canon_addr.c               |    67 +
 gnu/dist/postfix/global/canon_addr.h               |    36 +
 gnu/dist/postfix/global/cleanup_strerror.c         |    78 +
 gnu/dist/postfix/global/cleanup_user.h             |    51 +
 gnu/dist/postfix/global/clnt_stream.c              |   207 +
 gnu/dist/postfix/global/clnt_stream.h              |    40 +
 gnu/dist/postfix/global/config.h                   |    59 +
 gnu/dist/postfix/global/debug_peer.c               |   129 +
 gnu/dist/postfix/global/debug_peer.h               |    31 +
 gnu/dist/postfix/global/debug_process.c            |    62 +
 gnu/dist/postfix/global/debug_process.h            |    30 +
 gnu/dist/postfix/global/defer.c                    |   180 +
 gnu/dist/postfix/global/defer.h                    |    47 +
 gnu/dist/postfix/global/deliver_completed.c        |    60 +
 gnu/dist/postfix/global/deliver_completed.h        |    35 +
 gnu/dist/postfix/global/deliver_flock.c            |    76 +
 gnu/dist/postfix/global/deliver_flock.h            |    35 +
 gnu/dist/postfix/global/deliver_pass.c             |   172 +
 gnu/dist/postfix/global/deliver_pass.h             |    37 +
 gnu/dist/postfix/global/deliver_request.c          |   316 +
 gnu/dist/postfix/global/deliver_request.h          |    60 +
 gnu/dist/postfix/global/domain_list.c              |   131 +
 gnu/dist/postfix/global/domain_list.h              |    34 +
 gnu/dist/postfix/global/dot_lockfile.c             |   159 +
 gnu/dist/postfix/global/dot_lockfile.h             |    36 +
 gnu/dist/postfix/global/dot_lockfile_as.c          |    99 +
 gnu/dist/postfix/global/dot_lockfile_as.h          |    36 +
 gnu/dist/postfix/global/ext_prop.c                 |    72 +
 gnu/dist/postfix/global/ext_prop.h                 |    36 +
 gnu/dist/postfix/global/file_id.c                  |    77 +
 gnu/dist/postfix/global/file_id.h                  |    30 +
 gnu/dist/postfix/global/header_opts.c              |   122 +
 gnu/dist/postfix/global/header_opts.h              |    76 +
 gnu/dist/postfix/global/is_header.c                |    51 +
 gnu/dist/postfix/global/is_header.h                |    29 +
 gnu/dist/postfix/global/local_transport.c          |   159 +
 gnu/dist/postfix/global/local_transport.h          |    32 +
 gnu/dist/postfix/global/mail_addr.c                |    96 +
 gnu/dist/postfix/global/mail_addr.h                |    36 +
 gnu/dist/postfix/global/mail_addr_crunch.c         |   144 +
 gnu/dist/postfix/global/mail_addr_crunch.h         |    35 +
 gnu/dist/postfix/global/mail_addr_find.c           |   233 +
 gnu/dist/postfix/global/mail_addr_find.h           |    35 +
 gnu/dist/postfix/global/mail_addr_map.c            |   173 +
 gnu/dist/postfix/global/mail_addr_map.h            |    40 +
 gnu/dist/postfix/global/mail_command_read.c        |    69 +
 gnu/dist/postfix/global/mail_command_write.c       |    80 +
 gnu/dist/postfix/global/mail_conf.c                |   147 +
 gnu/dist/postfix/global/mail_conf.h                |   140 +
 gnu/dist/postfix/global/mail_conf_bool.c           |   155 +
 gnu/dist/postfix/global/mail_conf_int.c            |   193 +
 gnu/dist/postfix/global/mail_conf_raw.c            |   145 +
 gnu/dist/postfix/global/mail_conf_str.c            |   160 +
 gnu/dist/postfix/global/mail_connect.c             |   122 +
 gnu/dist/postfix/global/mail_copy.c                |   216 +
 gnu/dist/postfix/global/mail_copy.h                |    48 +
 gnu/dist/postfix/global/mail_date.c                |   141 +
 gnu/dist/postfix/global/mail_date.h                |    35 +
 gnu/dist/postfix/global/mail_error.c               |    76 +
 gnu/dist/postfix/global/mail_error.h               |    43 +
 gnu/dist/postfix/global/mail_flush.c               |    74 +
 gnu/dist/postfix/global/mail_flush.h               |    30 +
 gnu/dist/postfix/global/mail_open_ok.c             |   110 +
 gnu/dist/postfix/global/mail_open_ok.h             |    33 +
 gnu/dist/postfix/global/mail_params.c              |   343 +
 gnu/dist/postfix/global/mail_params.h              |   906 ++++
 gnu/dist/postfix/global/mail_pathname.c            |    44 +
 gnu/dist/postfix/global/mail_print.c               |   206 +
 gnu/dist/postfix/global/mail_proto.h               |   107 +
 gnu/dist/postfix/global/mail_queue.c               |   393 ++
 gnu/dist/postfix/global/mail_queue.h               |    58 +
 gnu/dist/postfix/global/mail_run.c                 |   147 +
 gnu/dist/postfix/global/mail_run.h                 |    31 +
 gnu/dist/postfix/global/mail_scan.c                |   271 +
 gnu/dist/postfix/global/mail_scan_dir.c            |    62 +
 gnu/dist/postfix/global/mail_scan_dir.h            |    35 +
 gnu/dist/postfix/global/mail_stream.c              |   266 +
 gnu/dist/postfix/global/mail_stream.h              |    55 +
 gnu/dist/postfix/global/mail_task.c                |    59 +
 gnu/dist/postfix/global/mail_task.h                |    29 +
 gnu/dist/postfix/global/mail_trigger.c             |    95 +
 gnu/dist/postfix/global/mail_version.h             |    32 +
 gnu/dist/postfix/global/maps.c                     |   245 +
 gnu/dist/postfix/global/maps.h                     |    44 +
 gnu/dist/postfix/global/mark_corrupt.c             |    56 +
 gnu/dist/postfix/global/mark_corrupt.h             |    35 +
 gnu/dist/postfix/global/mkmap.h                    |    49 +
 gnu/dist/postfix/global/mkmap_db.c                 |    96 +
 gnu/dist/postfix/global/mkmap_dbm.c                |    84 +
 gnu/dist/postfix/global/mkmap_open.c               |   168 +
 gnu/dist/postfix/global/mynetworks.c               |   111 +
 gnu/dist/postfix/global/mynetworks.h               |    30 +
 gnu/dist/postfix/global/mypwd.c                    |   233 +
 gnu/dist/postfix/global/mypwd.h                    |    43 +
 gnu/dist/postfix/global/namadr_list.c              |   139 +
 gnu/dist/postfix/global/namadr_list.h              |    34 +
 gnu/dist/postfix/global/off_cvt.c                  |   152 +
 gnu/dist/postfix/global/off_cvt.h                  |    37 +
 gnu/dist/postfix/global/opened.c                   |    82 +
 gnu/dist/postfix/global/opened.h                   |    36 +
 gnu/dist/postfix/global/own_inet_addr.c            |   123 +
 gnu/dist/postfix/global/own_inet_addr.h            |    36 +
 gnu/dist/postfix/global/peer_name.c                |   113 +
 gnu/dist/postfix/global/peer_name.h                |    39 +
 gnu/dist/postfix/global/pipe_command.c             |   502 ++
 gnu/dist/postfix/global/pipe_command.h             |    60 +
 gnu/dist/postfix/global/post_mail.c                |   243 +
 gnu/dist/postfix/global/post_mail.h                |    49 +
 gnu/dist/postfix/global/quote_822_local.c          |   222 +
 gnu/dist/postfix/global/quote_822_local.h          |    36 +
 gnu/dist/postfix/global/rec2stream.c               |    46 +
 gnu/dist/postfix/global/rec_streamlf.c             |   106 +
 gnu/dist/postfix/global/rec_streamlf.h             |    45 +
 gnu/dist/postfix/global/rec_type.c                 |    71 +
 gnu/dist/postfix/global/rec_type.h                 |    97 +
 gnu/dist/postfix/global/recdump.c                  |    55 +
 gnu/dist/postfix/global/recipient_list.c           |   110 +
 gnu/dist/postfix/global/recipient_list.h           |    46 +
 gnu/dist/postfix/global/record.c                   |   269 +
 gnu/dist/postfix/global/record.h                   |    59 +
 gnu/dist/postfix/global/remove.c                   |    71 +
 gnu/dist/postfix/global/resolve_clnt.c             |   263 +
 gnu/dist/postfix/global/resolve_clnt.h             |    55 +
 gnu/dist/postfix/global/resolve_local.c            |   136 +
 gnu/dist/postfix/global/resolve_local.h            |    31 +
 gnu/dist/postfix/global/rewrite_clnt.c             |   240 +
 gnu/dist/postfix/global/rewrite_clnt.h             |    39 +
 gnu/dist/postfix/global/sent.c                     |   101 +
 gnu/dist/postfix/global/sent.h                     |    40 +
 gnu/dist/postfix/global/smtp_stream.c              |   399 ++
 gnu/dist/postfix/global/smtp_stream.h              |    54 +
 gnu/dist/postfix/global/split_addr.c               |    82 +
 gnu/dist/postfix/global/split_addr.h               |    29 +
 gnu/dist/postfix/global/stream2rec.c               |    46 +
 gnu/dist/postfix/global/string_list.c              |   128 +
 gnu/dist/postfix/global/string_list.h              |    34 +
 gnu/dist/postfix/global/sys_exits.c                |   102 +
 gnu/dist/postfix/global/sys_exits.h                |    53 +
 gnu/dist/postfix/global/timed_ipc.c                |    76 +
 gnu/dist/postfix/global/timed_ipc.h                |    35 +
 gnu/dist/postfix/global/tok822.h                   |   117 +
 gnu/dist/postfix/global/tok822_find.c              |    69 +
 gnu/dist/postfix/global/tok822_node.c              |    76 +
 gnu/dist/postfix/global/tok822_parse.c             |   572 +++
 gnu/dist/postfix/global/tok822_resolve.c           |    64 +
 gnu/dist/postfix/global/tok822_rewrite.c           |    68 +
 gnu/dist/postfix/global/tok822_tree.c              |   307 +
 gnu/dist/postfix/html/Makefile.in                  |   123 +
 gnu/dist/postfix/html/access.5.html                |   134 +
 gnu/dist/postfix/html/aliases.5.html               |   200 +
 gnu/dist/postfix/html/architecture.html            |   112 +
 gnu/dist/postfix/html/backstage.html               |    71 +
 gnu/dist/postfix/html/basic.html                   |   357 +
 gnu/dist/postfix/html/big-picture.fig              |   159 +
 gnu/dist/postfix/html/big-picture.gif              |   Bin 
 gnu/dist/postfix/html/big-picture.html             |    76 +
 gnu/dist/postfix/html/bounce.8.html                |   134 +
 gnu/dist/postfix/html/canonical.5.html             |   200 +
 gnu/dist/postfix/html/cleanup.8.html               |   200 +
 gnu/dist/postfix/html/commands.html                |   110 +
 gnu/dist/postfix/html/delivering.html              |   139 +
 gnu/dist/postfix/html/error.8.html                 |   134 +
 gnu/dist/postfix/html/faq.html                     |  2203 +++++++++++
 gnu/dist/postfix/html/flow.fig                     |   129 +
 gnu/dist/postfix/html/goals.html                   |   133 +
 gnu/dist/postfix/html/inbound.fig                  |    85 +
 gnu/dist/postfix/html/inbound.gif                  |   Bin 
 gnu/dist/postfix/html/index.html                   |    52 +
 gnu/dist/postfix/html/local.8.html                 |   530 ++
 gnu/dist/postfix/html/master.8.html                |   200 +
 gnu/dist/postfix/html/motivation.html              |    60 +
 gnu/dist/postfix/html/outbound.fig                 |    97 +
 gnu/dist/postfix/html/outbound.gif                 |   Bin 
 gnu/dist/postfix/html/pickup.8.html                |   134 +
 gnu/dist/postfix/html/pipe.8.html                  |   266 +
 gnu/dist/postfix/html/postalias.1.html             |   200 +
 gnu/dist/postfix/html/postcat.1.html               |    68 +
 gnu/dist/postfix/html/postconf.1.html              |    68 +
 gnu/dist/postfix/html/postdrop.1.html              |   134 +
 gnu/dist/postfix/html/postfix.1.html               |   200 +
 gnu/dist/postfix/html/postkick.1.html              |   134 +
 gnu/dist/postfix/html/postlock.1.html              |   134 +
 gnu/dist/postfix/html/postlog.1.html               |    68 +
 gnu/dist/postfix/html/postmap.1.html               |   200 +
 gnu/dist/postfix/html/postsuper.1.html             |   134 +
 gnu/dist/postfix/html/qmgr.8.html                  |   398 ++
 gnu/dist/postfix/html/queuing.html                 |   116 +
 gnu/dist/postfix/html/rate.html                    |   405 ++
 gnu/dist/postfix/html/receiving.html               |   117 +
 gnu/dist/postfix/html/relocated.5.html             |   134 +
 gnu/dist/postfix/html/resource.html                |   277 +
 gnu/dist/postfix/html/rewrite.html                 |   475 ++
 gnu/dist/postfix/html/security.html                |   180 +
 gnu/dist/postfix/html/sendmail.1.html              |   398 ++
 gnu/dist/postfix/html/showq.8.html                 |    68 +
 gnu/dist/postfix/html/small-picture.fig            |   108 +
 gnu/dist/postfix/html/small-picture.gif            |   Bin 
 gnu/dist/postfix/html/smtp.8.html                  |   266 +
 gnu/dist/postfix/html/smtpd.8.html                 |   332 +
 gnu/dist/postfix/html/transport.5.html             |   200 +
 gnu/dist/postfix/html/trivial-rewrite.8.html       |   200 +
 gnu/dist/postfix/html/uce.html                     |  1071 +++++
 gnu/dist/postfix/html/virtual.5.html               |   200 +
 gnu/dist/postfix/local/.indent.pro                 |   111 +
 gnu/dist/postfix/local/.printfck                   |    25 +
 gnu/dist/postfix/local/Makefile.in                 |   421 ++
 gnu/dist/postfix/local/Musings                     |    39 +
 gnu/dist/postfix/local/alias.c                     |   321 +
 gnu/dist/postfix/local/biff_notify.c               |    94 +
 gnu/dist/postfix/local/biff_notify.h               |    30 +
 gnu/dist/postfix/local/command.c                   |   214 +
 gnu/dist/postfix/local/deliver_attr.c              |    89 +
 gnu/dist/postfix/local/delivered.c                 |   144 +
 gnu/dist/postfix/local/dotforward.c                |   252 +
 gnu/dist/postfix/local/file.c                      |   201 +
 gnu/dist/postfix/local/forward.c                   |   298 +
 gnu/dist/postfix/local/include.c                   |   198 +
 gnu/dist/postfix/local/indirect.c                  |    81 +
 gnu/dist/postfix/local/local.c                     |   640 +++
 gnu/dist/postfix/local/local.h                     |   216 +
 gnu/dist/postfix/local/local_expand.c              |   144 +
 gnu/dist/postfix/local/mailbox.c                   |   293 +
 gnu/dist/postfix/local/maildir.c                   |   167 +
 gnu/dist/postfix/local/recipient.c                 |   245 +
 gnu/dist/postfix/local/resolve.c                   |   153 +
 gnu/dist/postfix/local/token.c                     |   207 +
 gnu/dist/postfix/local/unknown.c                   |   126 +
 gnu/dist/postfix/makedefs                          |   261 +
 gnu/dist/postfix/man/Makefile.in                   |   120 +
 gnu/dist/postfix/man/man1/mailq.1                  |     1 +
 gnu/dist/postfix/man/man1/newaliases.1             |     1 +
 gnu/dist/postfix/man/man1/postalias.1              |   120 +
 gnu/dist/postfix/man/man1/postcat.1                |    40 +
 gnu/dist/postfix/man/man1/postconf.1               |    61 +
 gnu/dist/postfix/man/man1/postdrop.1               |    83 +
 gnu/dist/postfix/man/man1/postfix.1                |   110 +
 gnu/dist/postfix/man/man1/postkick.1               |    81 +
 gnu/dist/postfix/man/man1/postlock.1               |    95 +
 gnu/dist/postfix/man/man1/postlog.1                |    56 +
 gnu/dist/postfix/man/man1/postmap.1                |   127 +
 gnu/dist/postfix/man/man1/postsuper.1              |    68 +
 gnu/dist/postfix/man/man1/sendmail.1               |   244 +
 gnu/dist/postfix/man/man5/access.5                 |    86 +
 gnu/dist/postfix/man/man5/aliases.5                |   135 +
 gnu/dist/postfix/man/man5/canonical.5              |   130 +
 gnu/dist/postfix/man/man5/relocated.5              |    95 +
 gnu/dist/postfix/man/man5/transport.5              |   135 +
 gnu/dist/postfix/man/man5/virtual.5                |   120 +
 gnu/dist/postfix/man/man8/bounce.8                 |    96 +
 gnu/dist/postfix/man/man8/cleanup.8                |   137 +
 gnu/dist/postfix/man/man8/defer.8                  |     1 +
 gnu/dist/postfix/man/man8/error.8                  |    86 +
 gnu/dist/postfix/man/man8/local.8                  |   409 ++
 gnu/dist/postfix/man/man8/master.8                 |   142 +
 gnu/dist/postfix/man/man8/pickup.8                 |    86 +
 gnu/dist/postfix/man/man8/pipe.8                   |   171 +
 gnu/dist/postfix/man/man8/qmgr.8                   |   271 +
 gnu/dist/postfix/man/man8/showq.8                  |    65 +
 gnu/dist/postfix/man/man8/smtp.8                   |   172 +
 gnu/dist/postfix/man/man8/smtpd.8                  |   221 +
 gnu/dist/postfix/man/man8/trivial-rewrite.8        |   127 +
 gnu/dist/postfix/mantools/README                   |    17 +
 gnu/dist/postfix/mantools/ccformat                 |   206 +
 gnu/dist/postfix/mantools/enter                    |   145 +
 gnu/dist/postfix/mantools/mansect                  |   125 +
 gnu/dist/postfix/mantools/srctoman                 |   200 +
 gnu/dist/postfix/master/.indent.pro                |   111 +
 gnu/dist/postfix/master/.printfck                  |    25 +
 gnu/dist/postfix/master/Makefile.in                |   265 +
 gnu/dist/postfix/master/mail_server.h              |    65 +
 gnu/dist/postfix/master/master.c                   |   345 +
 gnu/dist/postfix/master/master.h                   |   170 +
 gnu/dist/postfix/master/master_avail.c             |   172 +
 gnu/dist/postfix/master/master_conf.c              |   136 +
 gnu/dist/postfix/master/master_ent.c               |   450 ++
 gnu/dist/postfix/master/master_listen.c            |   151 +
 gnu/dist/postfix/master/master_proto.c             |    87 +
 gnu/dist/postfix/master/master_proto.h             |    57 +
 gnu/dist/postfix/master/master_service.c           |   104 +
 gnu/dist/postfix/master/master_sig.c               |   191 +
 gnu/dist/postfix/master/master_spawn.c             |   304 +
 gnu/dist/postfix/master/master_status.c            |   192 +
 gnu/dist/postfix/master/master_vars.c              |    67 +
 gnu/dist/postfix/master/master_wakeup.c            |   150 +
 gnu/dist/postfix/master/multi_server.c             |   581 +++
 gnu/dist/postfix/master/single_server.c            |   550 ++
 gnu/dist/postfix/master/trigger_server.c           |   562 +++
 gnu/dist/postfix/pickup/.indent.pro                |   111 +
 gnu/dist/postfix/pickup/.printfck                  |    25 +
 gnu/dist/postfix/pickup/Makefile.in                |    76 +
 gnu/dist/postfix/pickup/pickup.c                   |   456 ++
 gnu/dist/postfix/pipe/.indent.pro                  |   111 +
 gnu/dist/postfix/pipe/.printfck                    |    25 +
 gnu/dist/postfix/pipe/Makefile.in                  |    84 +
 gnu/dist/postfix/pipe/pipe.c                       |   696 +++
 gnu/dist/postfix/postalias/.indent.pro             |   111 +
 gnu/dist/postfix/postalias/.printfck               |    25 +
 gnu/dist/postfix/postalias/Makefile.in             |    74 +
 gnu/dist/postfix/postalias/postalias.c             |   422 ++
 gnu/dist/postfix/postcat/.indent.pro               |   111 +
 gnu/dist/postfix/postcat/.printfck                 |    25 +
 gnu/dist/postfix/postcat/Makefile.in               |    65 +
 gnu/dist/postfix/postcat/postcat.c                 |   205 +
 gnu/dist/postfix/postconf/.indent.pro              |   111 +
 gnu/dist/postfix/postconf/.printfck                |    25 +
 gnu/dist/postfix/postconf/Makefile.in              |   100 +
 gnu/dist/postfix/postconf/extract.awk              |    24 +
 gnu/dist/postfix/postconf/local_table.h            |     1 +
 gnu/dist/postfix/postconf/local_vars.h             |     1 +
 gnu/dist/postfix/postconf/postconf.c               |   730 +++
 gnu/dist/postfix/postconf/smtp_table.h             |     2 +
 gnu/dist/postfix/postconf/smtp_vars.h              |     2 +
 gnu/dist/postfix/postdrop/.indent.pro              |   111 +
 gnu/dist/postfix/postdrop/.printfck                |    25 +
 gnu/dist/postfix/postdrop/Makefile.in              |    75 +
 gnu/dist/postfix/postdrop/postdrop.c               |   296 +
 gnu/dist/postfix/postfix/.indent.pro               |   111 +
 gnu/dist/postfix/postfix/.printfck                 |    25 +
 gnu/dist/postfix/postfix/Makefile.in               |    69 +
 gnu/dist/postfix/postfix/postfix.c                 |   233 +
 gnu/dist/postfix/postkick/.indent.pro              |   111 +
 gnu/dist/postfix/postkick/.printfck                |    25 +
 gnu/dist/postfix/postkick/Makefile.in              |    67 +
 gnu/dist/postfix/postkick/postkick.c               |   169 +
 gnu/dist/postfix/postlock/.indent.pro              |   111 +
 gnu/dist/postfix/postlock/.printfck                |    25 +
 gnu/dist/postfix/postlock/Makefile.in              |    68 +
 gnu/dist/postfix/postlock/postlock.c               |   247 +
 gnu/dist/postfix/postlog/.indent.pro               |   111 +
 gnu/dist/postfix/postlog/.printfck                 |    25 +
 gnu/dist/postfix/postlog/Makefile.in               |    70 +
 gnu/dist/postfix/postlog/postlog.c                 |   213 +
 gnu/dist/postfix/postmap/.indent.pro               |   111 +
 gnu/dist/postfix/postmap/.printfck                 |    25 +
 gnu/dist/postfix/postmap/Makefile.in               |    71 +
 gnu/dist/postfix/postmap/postmap.c                 |   376 ++
 gnu/dist/postfix/postsuper/.indent.pro             |   111 +
 gnu/dist/postfix/postsuper/.printfck               |    25 +
 gnu/dist/postfix/postsuper/Makefile.in             |    72 +
 gnu/dist/postfix/postsuper/postsuper.c             |   385 ++
 gnu/dist/postfix/qmgr/.indent.pro                  |   111 +
 gnu/dist/postfix/qmgr/.printfck                    |    25 +
 gnu/dist/postfix/qmgr/Makefile.in                  |   260 +
 gnu/dist/postfix/qmgr/qmgr.c                       |   511 ++
 gnu/dist/postfix/qmgr/qmgr.h                       |   320 +
 gnu/dist/postfix/qmgr/qmgr_active.c                |   392 ++
 gnu/dist/postfix/qmgr/qmgr_bounce.c                |    74 +
 gnu/dist/postfix/qmgr/qmgr_defer.c                 |   159 +
 gnu/dist/postfix/qmgr/qmgr_deliver.c               |   294 +
 gnu/dist/postfix/qmgr/qmgr_enable.c                |   107 +
 gnu/dist/postfix/qmgr/qmgr_entry.c                 |   207 +
 gnu/dist/postfix/qmgr/qmgr_message.c               |   788 ++++
 gnu/dist/postfix/qmgr/qmgr_move.c                  |    94 +
 gnu/dist/postfix/qmgr/qmgr_queue.c                 |   273 +
 gnu/dist/postfix/qmgr/qmgr_rcpt_list.c             |    96 +
 gnu/dist/postfix/qmgr/qmgr_scan.c                  |   159 +
 gnu/dist/postfix/qmgr/qmgr_transport.c             |   353 +
 gnu/dist/postfix/sendmail/.indent.pro              |   111 +
 gnu/dist/postfix/sendmail/.printfck                |    25 +
 gnu/dist/postfix/sendmail/Makefile.in              |    87 +
 gnu/dist/postfix/sendmail/sendmail.c               |   859 ++++
 gnu/dist/postfix/showq/.indent.pro                 |   111 +
 gnu/dist/postfix/showq/.printfck                   |    25 +
 gnu/dist/postfix/showq/Makefile.in                 |    77 +
 gnu/dist/postfix/showq/showq.c                     |   355 +
 gnu/dist/postfix/smtp/.indent.pro                  |   111 +
 gnu/dist/postfix/smtp/.printfck                    |    25 +
 gnu/dist/postfix/smtp/Makefile.in                  |   221 +
 gnu/dist/postfix/smtp/quote_821_local.c            |   159 +
 gnu/dist/postfix/smtp/quote_821_local.h            |    30 +
 gnu/dist/postfix/smtp/smtp.c                       |   365 +
 gnu/dist/postfix/smtp/smtp.h                       |   130 +
 gnu/dist/postfix/smtp/smtp_addr.c                  |   463 ++
 gnu/dist/postfix/smtp/smtp_addr.h                  |    31 +
 gnu/dist/postfix/smtp/smtp_chat.c                  |   270 +
 gnu/dist/postfix/smtp/smtp_connect.c               |   364 +
 gnu/dist/postfix/smtp/smtp_proto.c                 |   624 +++
 gnu/dist/postfix/smtp/smtp_session.c               |    74 +
 gnu/dist/postfix/smtp/smtp_state.c                 |    78 +
 gnu/dist/postfix/smtp/smtp_trouble.c               |   308 +
 gnu/dist/postfix/smtp/smtp_unalias.c               |   134 +
 gnu/dist/postfix/smtpd/.indent.pro                 |   111 +
 gnu/dist/postfix/smtpd/.printfck                   |    25 +
 gnu/dist/postfix/smtpd/Makefile.in                 |   218 +
 gnu/dist/postfix/smtpd/smtpd.c                     |  1380 +++++++
 gnu/dist/postfix/smtpd/smtpd.h                     |    90 +
 gnu/dist/postfix/smtpd/smtpd_chat.c                |   220 +
 gnu/dist/postfix/smtpd/smtpd_chat.h                |    30 +
 gnu/dist/postfix/smtpd/smtpd_check.c               |  2437 +++++++++++++
 gnu/dist/postfix/smtpd/smtpd_check.h               |    33 +
 gnu/dist/postfix/smtpd/smtpd_check.in              |   171 +
 gnu/dist/postfix/smtpd/smtpd_check.in2             |   115 +
 gnu/dist/postfix/smtpd/smtpd_check.ref             |   379 ++
 gnu/dist/postfix/smtpd/smtpd_check.ref2            |   231 +
 gnu/dist/postfix/smtpd/smtpd_check_access          |    10 +
 gnu/dist/postfix/smtpd/smtpd_peer.c                |   204 +
 gnu/dist/postfix/smtpd/smtpd_state.c               |   115 +
 gnu/dist/postfix/smtpd/smtpd_token.c               |   228 +
 gnu/dist/postfix/smtpd/smtpd_token.h               |    40 +
 gnu/dist/postfix/smtpd/smtpd_token.in              |    12 +
 gnu/dist/postfix/smtpd/smtpd_token.ref             |    84 +
 gnu/dist/postfix/smtpstone/.indent.pro             |   111 +
 gnu/dist/postfix/smtpstone/.printfck               |    25 +
 gnu/dist/postfix/smtpstone/Makefile.in             |    94 +
 gnu/dist/postfix/smtpstone/hashed-deferred         |    37 +
 gnu/dist/postfix/smtpstone/hashed-incoming         |    48 +
 gnu/dist/postfix/smtpstone/mx-deliver              |    20 +
 gnu/dist/postfix/smtpstone/mx-explode              |    33 +
 gnu/dist/postfix/smtpstone/mx-relay                |    20 +
 gnu/dist/postfix/smtpstone/performance             |    28 +
 gnu/dist/postfix/smtpstone/qmail-deliver           |    20 +
 gnu/dist/postfix/smtpstone/qmail-explode           |    20 +
 gnu/dist/postfix/smtpstone/qmail-relay             |    20 +
 gnu/dist/postfix/smtpstone/smtp-sink.c             |   368 ++
 gnu/dist/postfix/smtpstone/smtp-source.c           |   749 ++++
 gnu/dist/postfix/smtpstone/throughput              |    28 +
 gnu/dist/postfix/smtpstone/vmail-local             |    43 +
 gnu/dist/postfix/smtpstone/vmail-relay             |    57 +
 gnu/dist/postfix/spawn/.indent.pro                 |   111 +
 gnu/dist/postfix/spawn/.printfck                   |    25 +
 gnu/dist/postfix/spawn/Makefile.in                 |    70 +
 gnu/dist/postfix/spawn/spawn.c                     |   304 +
 gnu/dist/postfix/trivial-rewrite/.indent.pro       |   111 +
 gnu/dist/postfix/trivial-rewrite/.printfck         |    25 +
 gnu/dist/postfix/trivial-rewrite/Makefile.in       |   133 +
 gnu/dist/postfix/trivial-rewrite/resolve.c         |   270 +
 gnu/dist/postfix/trivial-rewrite/rewrite.c         |   231 +
 gnu/dist/postfix/trivial-rewrite/transport.c       |   135 +
 gnu/dist/postfix/trivial-rewrite/transport.h       |    31 +
 gnu/dist/postfix/trivial-rewrite/trivial-rewrite.c |   231 +
 gnu/dist/postfix/trivial-rewrite/trivial-rewrite.h |    47 +
 gnu/dist/postfix/util/.indent.pro                  |   111 +
 gnu/dist/postfix/util/.printfck                    |    25 +
 gnu/dist/postfix/util/Makefile.in                  |   904 ++++
 gnu/dist/postfix/util/argv.c                       |   132 +
 gnu/dist/postfix/util/argv.h                       |    44 +
 gnu/dist/postfix/util/argv_split.c                 |    77 +
 gnu/dist/postfix/util/attr.c                       |    78 +
 gnu/dist/postfix/util/attr.h                       |    33 +
 gnu/dist/postfix/util/basename.c                   |    49 +
 gnu/dist/postfix/util/binhash.c                    |   341 +
 gnu/dist/postfix/util/binhash.h                    |    58 +
 gnu/dist/postfix/util/chroot_uid.c                 |    88 +
 gnu/dist/postfix/util/chroot_uid.h                 |    29 +
 gnu/dist/postfix/util/clean_env.c                  |    65 +
 gnu/dist/postfix/util/clean_env.h                  |    30 +
 gnu/dist/postfix/util/close_on_exec.c              |    60 +
 gnu/dist/postfix/util/concatenate.c                |    67 +
 gnu/dist/postfix/util/connect.h                    |    37 +
 gnu/dist/postfix/util/dict.c                       |   545 ++
 gnu/dist/postfix/util/dict.h                       |   106 +
 gnu/dist/postfix/util/dict_db.c                    |   418 ++
 gnu/dist/postfix/util/dict_db.h                    |    36 +
 gnu/dist/postfix/util/dict_dbm.c                   |   399 ++
 gnu/dist/postfix/util/dict_dbm.h                   |    35 +
 gnu/dist/postfix/util/dict_env.c                   |    85 +
 gnu/dist/postfix/util/dict_env.h                   |    35 +
 gnu/dist/postfix/util/dict_ht.c                    |   102 +
 gnu/dist/postfix/util/dict_ht.h                    |    36 +
 gnu/dist/postfix/util/dict_ldap.c                  |   541 ++
 gnu/dist/postfix/util/dict_ldap.h                  |    31 +
 gnu/dist/postfix/util/dict_mysql.c                 |   544 ++
 gnu/dist/postfix/util/dict_mysql.h                 |    14 +
 gnu/dist/postfix/util/dict_ni.c                    |   195 +
 gnu/dist/postfix/util/dict_ni.h                    |    32 +
 gnu/dist/postfix/util/dict_nis.c                   |   236 +
 gnu/dist/postfix/util/dict_nis.h                   |    35 +
 gnu/dist/postfix/util/dict_nisplus.c               |    93 +
 gnu/dist/postfix/util/dict_nisplus.h               |    35 +
 gnu/dist/postfix/util/dict_open.c                  |   387 ++
 gnu/dist/postfix/util/dict_pcre.c                  |   386 ++
 gnu/dist/postfix/util/dict_pcre.h                  |    41 +
 gnu/dist/postfix/util/dict_regexp.c                |   409 ++
 gnu/dist/postfix/util/dict_regexp.h                |    40 +
 gnu/dist/postfix/util/dict_unix.c                  |   162 +
 gnu/dist/postfix/util/dict_unix.h                  |    35 +
 gnu/dist/postfix/util/dir_forest.c                 |   110 +
 gnu/dist/postfix/util/dir_forest.h                 |    35 +
 gnu/dist/postfix/util/doze.c                       |    71 +
 gnu/dist/postfix/util/dup2_pass_on_exec.c.test     |    60 +
 gnu/dist/postfix/util/environ.c                    |   156 +
 gnu/dist/postfix/util/events.c                     |   617 +++
 gnu/dist/postfix/util/events.h                     |    62 +
 gnu/dist/postfix/util/exec_command.c               |   111 +
 gnu/dist/postfix/util/exec_command.h               |    30 +
 gnu/dist/postfix/util/fifo_listen.c                |   110 +
 gnu/dist/postfix/util/fifo_open.c                  |    66 +
 gnu/dist/postfix/util/fifo_rdonly_bug.c            |   126 +
 gnu/dist/postfix/util/fifo_rdwr_bug.c              |    88 +
 gnu/dist/postfix/util/fifo_trigger.c               |   155 +
 gnu/dist/postfix/util/file_limit.c                 |    92 +
 gnu/dist/postfix/util/find_inet.c                  |    92 +
 gnu/dist/postfix/util/find_inet.h                  |    33 +
 gnu/dist/postfix/util/fsspace.c                    |   127 +
 gnu/dist/postfix/util/fsspace.h                    |    33 +
 gnu/dist/postfix/util/fullname.c                   |   110 +
 gnu/dist/postfix/util/fullname.h                   |    29 +
 gnu/dist/postfix/util/get_domainname.c             |    66 +
 gnu/dist/postfix/util/get_domainname.h             |    29 +
 gnu/dist/postfix/util/get_hostname.c               |    74 +
 gnu/dist/postfix/util/get_hostname.h               |    29 +
 gnu/dist/postfix/util/htable.c                     |   333 +
 gnu/dist/postfix/util/htable.h                     |    57 +
 gnu/dist/postfix/util/inet_addr_host.c             |    99 +
 gnu/dist/postfix/util/inet_addr_host.h             |    35 +
 gnu/dist/postfix/util/inet_addr_list.c             |    85 +
 gnu/dist/postfix/util/inet_addr_list.h             |    43 +
 gnu/dist/postfix/util/inet_addr_local.c            |   159 +
 gnu/dist/postfix/util/inet_addr_local.h            |    35 +
 gnu/dist/postfix/util/inet_connect.c               |   124 +
 gnu/dist/postfix/util/inet_listen.c                |   120 +
 gnu/dist/postfix/util/inet_trigger.c               |    91 +
 gnu/dist/postfix/util/inet_util.c                  |    61 +
 gnu/dist/postfix/util/inet_util.h                  |    29 +
 gnu/dist/postfix/util/iostuff.h                    |    48 +
 gnu/dist/postfix/util/line_wrap.c                  |   122 +
 gnu/dist/postfix/util/line_wrap.h                  |    31 +
 gnu/dist/postfix/util/listen.h                     |    42 +
 gnu/dist/postfix/util/lowercase.c                  |    43 +
 gnu/dist/postfix/util/lstat_as.c                   |    72 +
 gnu/dist/postfix/util/lstat_as.h                   |    30 +
 gnu/dist/postfix/util/mac_expand.c                 |   317 +
 gnu/dist/postfix/util/mac_expand.h                 |    47 +
 gnu/dist/postfix/util/mac_expand.in                |    18 +
 gnu/dist/postfix/util/mac_expand.ref               |    33 +
 gnu/dist/postfix/util/mac_parse.c                  |   191 +
 gnu/dist/postfix/util/mac_parse.h                  |    44 +
 gnu/dist/postfix/util/make_dirs.c                  |   116 +
 gnu/dist/postfix/util/make_dirs.h                  |    30 +
 gnu/dist/postfix/util/match_list.c                 |   193 +
 gnu/dist/postfix/util/match_list.h                 |    35 +
 gnu/dist/postfix/util/match_ops.c                  |   229 +
 gnu/dist/postfix/util/match_ops.h                  |    31 +
 gnu/dist/postfix/util/msg.c                        |   207 +
 gnu/dist/postfix/util/msg.h                        |    42 +
 gnu/dist/postfix/util/msg_output.c                 |   133 +
 gnu/dist/postfix/util/msg_output.h                 |    47 +
 gnu/dist/postfix/util/msg_syslog.c                 |   122 +
 gnu/dist/postfix/util/msg_syslog.h                 |    34 +
 gnu/dist/postfix/util/msg_vstream.c                |    87 +
 gnu/dist/postfix/util/msg_vstream.h                |    34 +
 gnu/dist/postfix/util/mvect.c                      |   110 +
 gnu/dist/postfix/util/mvect.h                      |    42 +
 gnu/dist/postfix/util/myflock.c                    |   132 +
 gnu/dist/postfix/util/myflock.h                    |    38 +
 gnu/dist/postfix/util/mymalloc.c                   |   190 +
 gnu/dist/postfix/util/mymalloc.h                   |    35 +
 gnu/dist/postfix/util/mystrtok.c                   |    92 +
 gnu/dist/postfix/util/name_mask.c                  |    72 +
 gnu/dist/postfix/util/name_mask.h                  |    35 +
 gnu/dist/postfix/util/non_blocking.c               |    66 +
 gnu/dist/postfix/util/open_as.c                    |    70 +
 gnu/dist/postfix/util/open_as.h                    |    30 +
 gnu/dist/postfix/util/open_limit.c                 |    80 +
 gnu/dist/postfix/util/open_lock.c                  |    75 +
 gnu/dist/postfix/util/open_lock.h                  |    41 +
 gnu/dist/postfix/util/peekfd.c                     |    60 +
 gnu/dist/postfix/util/percentm.c                   |    83 +
 gnu/dist/postfix/util/percentm.h                   |    35 +
 gnu/dist/postfix/util/posix_signals.c              |   126 +
 gnu/dist/postfix/util/posix_signals.h              |    59 +
 gnu/dist/postfix/util/printable.c                  |    51 +
 gnu/dist/postfix/util/read_wait.c                  |   102 +
 gnu/dist/postfix/util/readable.c                   |    88 +
 gnu/dist/postfix/util/readlline.c                  |    83 +
 gnu/dist/postfix/util/readlline.h                  |    39 +
 gnu/dist/postfix/util/ring.c                       |   121 +
 gnu/dist/postfix/util/ring.h                       |    45 +
 gnu/dist/postfix/util/safe.h                       |    30 +
 gnu/dist/postfix/util/safe_getenv.c                |    41 +
 gnu/dist/postfix/util/safe_open.c                  |   216 +
 gnu/dist/postfix/util/safe_open.h                  |    41 +
 gnu/dist/postfix/util/sane_accept.c                |    81 +
 gnu/dist/postfix/util/sane_accept.h                |    29 +
 gnu/dist/postfix/util/sane_fsops.h                 |    30 +
 gnu/dist/postfix/util/sane_link.c                  |    71 +
 gnu/dist/postfix/util/sane_rename.c                |    68 +
 gnu/dist/postfix/util/scan_dir.c                   |   203 +
 gnu/dist/postfix/util/scan_dir.h                   |    37 +
 gnu/dist/postfix/util/select_bug.c                 |    93 +
 gnu/dist/postfix/util/set_eugid.c                  |    57 +
 gnu/dist/postfix/util/set_eugid.h                  |    29 +
 gnu/dist/postfix/util/set_ugid.c                   |    58 +
 gnu/dist/postfix/util/set_ugid.h                   |    29 +
 gnu/dist/postfix/util/sigdelay.c                   |   117 +
 gnu/dist/postfix/util/sigdelay.h                   |    31 +
 gnu/dist/postfix/util/skipblanks.c                 |    43 +
 gnu/dist/postfix/util/spawn_command.c              |   298 +
 gnu/dist/postfix/util/spawn_command.h              |    42 +
 gnu/dist/postfix/util/split_at.c                   |    71 +
 gnu/dist/postfix/util/split_at.h                   |    35 +
 gnu/dist/postfix/util/stat_as.c                    |    72 +
 gnu/dist/postfix/util/stat_as.h                    |    30 +
 gnu/dist/postfix/util/stream_connect.c             |   103 +
 gnu/dist/postfix/util/stream_listen.c              |   102 +
 gnu/dist/postfix/util/stream_test.c                |   102 +
 gnu/dist/postfix/util/stream_trigger.c             |    89 +
 gnu/dist/postfix/util/stringops.h                  |    38 +
 gnu/dist/postfix/util/sys_compat.c                 |   236 +
 gnu/dist/postfix/util/sys_defs.h                   |   833 ++++
 gnu/dist/postfix/util/timed_connect.c              |   110 +
 gnu/dist/postfix/util/timed_connect.h              |    31 +
 gnu/dist/postfix/util/timed_wait.c                 |   122 +
 gnu/dist/postfix/util/timed_wait.h                 |    30 +
 gnu/dist/postfix/util/translit.c                   |    86 +
 gnu/dist/postfix/util/trigger.h                    |    33 +
 gnu/dist/postfix/util/trimblanks.c                 |    50 +
 gnu/dist/postfix/util/unix_connect.c               |   109 +
 gnu/dist/postfix/util/unix_listen.c                |   111 +
 gnu/dist/postfix/util/unix_trigger.c               |    89 +
 gnu/dist/postfix/util/unsafe.c                     |    54 +
 gnu/dist/postfix/util/username.c                   |    47 +
 gnu/dist/postfix/util/username.h                   |    29 +
 gnu/dist/postfix/util/valid_hostname.c             |   197 +
 gnu/dist/postfix/util/valid_hostname.h             |    33 +
 gnu/dist/postfix/util/valid_hostname.in            |    28 +
 gnu/dist/postfix/util/valid_hostname.ref           |    72 +
 gnu/dist/postfix/util/vbuf.c                       |   206 +
 gnu/dist/postfix/util/vbuf.h                       |    98 +
 gnu/dist/postfix/util/vbuf_print.c                 |   238 +
 gnu/dist/postfix/util/vbuf_print.h                 |    40 +
 gnu/dist/postfix/util/vstream.c                    |  1024 +++++
 gnu/dist/postfix/util/vstream.h                    |   135 +
 gnu/dist/postfix/util/vstream_popen.c              |   364 +
 gnu/dist/postfix/util/vstring.c                    |   484 ++
 gnu/dist/postfix/util/vstring.h                    |    98 +
 gnu/dist/postfix/util/vstring_vstream.c            |   180 +
 gnu/dist/postfix/util/vstring_vstream.h            |    54 +
 gnu/dist/postfix/util/watchdog.c                   |   232 +
 gnu/dist/postfix/util/watchdog.h                   |    35 +
 gnu/dist/postfix/util/writable.c                   |    88 +
 gnu/dist/postfix/util/write_buf.c                  |    75 +
 gnu/dist/postfix/util/write_wait.c                 |   102 +
 751 files changed, 110289 insertions(+), 0 deletions(-)

diffs (truncated from 113285 to 300 lines):

diff -r d48610e240fc -r a54d7aa3d4ae gnu/dist/postfix/.indent.pro
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/postfix/.indent.pro      Sun Apr 30 18:52:26 2000 +0000
@@ -0,0 +1,111 @@
+-TALIAS_TOKEN
+-TARGV
+-TBH_TABLE
+-TBINHASH
+-TBINHASH_INFO
+-TBOUNCE_STAT
+-TCLEANUP_STATE
+-TCLIENT_LIST
+-TCLNT_STREAM
+-TCONFIG_BOOL_FN_TABLE
+-TCONFIG_BOOL_TABLE
+-TCONFIG_INT_FN_TABLE
+-TCONFIG_INT_TABLE
+-TCONFIG_STR_FN_TABLE
+-TCONFIG_STR_TABLE
+-TDELIVER_ATTR
+-TDELIVER_REQUEST
+-TDICT
+-TDICT_DB
+-TDICT_DBM
+-TDICT_ENV
+-TDICT_HT
+-TDICT_LDAP
+-TDICT_MYSQL
+-TDICT_NI
+-TDICT_NIS
+-TDICT_NISPLUS
+-TDICT_NODE
+-TDICT_OPEN_INFO
+-TDICT_PCRE
+-TDICT_REGEXP
+-TDICT_REGEXP_RULE
+-TDICT_UNIX
+-TDNS_FIXED
+-TDNS_REPLY
+-TDNS_RR
+-TDOMAIN_LIST
+-TEXPAND_ATTR
+-TFILE
+-TFORWARD_INFO
+-THEADER_OPTS
+-THOST
+-THTABLE
+-THTABLE_INFO
+-TINET_ADDR_LIST
+-TINT_TABLE
+-TLOCAL_EXP
+-TLOCAL_STATE
+-TMAC_EXP
+-TMAC_HEAD
+-TMAC_PARSE
+-TMAIL_PRINT
+-TMAIL_SCAN
+-TMAPS
+-TMASTER_PROC
+-TMASTER_SERV
+-TMASTER_STATUS
+-TMBLOCK
+-TMKMAP
+-TMKMAP_OPEN_INFO
+-TMULTI_SERVER
+-TMVECT
+-TMYSQL_NAME
+-TNAMADR_LIST
+-TNAME_MASK
+-TPEER_NAME
+-TPICKUP_INFO
+-TPIPE_ATTR
+-TPIPE_PARAMS
+-TPLMYSQL
+-TQMGR_ENTRY
+-TQMGR_MESSAGE
+-TQMGR_QUEUE
+-TQMGR_RCPT_LIST
+-TQMGR_RECIPIENT
+-TQMGR_SCAN
+-TQMGR_TRANSPORT
+-TRECIPIENT
+-TRECIPIENT_LIST
+-TREC_TYPE_NAME
+-TRESOLVE_REPLY
+-TRESPONSE
+-TSCAN_DIR
+-TSCAN_INFO
+-TSCAN_OBJ
+-TSESSION
+-TSINGLE_SERVER
+-TSINK_COMMAND
+-TSINK_STATE
+-TSMTPD_CMD
+-TSMTPD_STATE
+-TSMTPD_TOKEN
+-TSMTP_ADDR
+-TSMTP_CMD
+-TSMTP_RESP
+-TSMTP_SESSION
+-TSMTP_STATE
+-TSOCKADDR_SIZE
+-TSPAWN_ATTR
+-TSTRING_TABLE
+-TSYS_EXITS_TABLE
+-TTOK822
+-TTRIGGER_SERVER
+-TUSER_ATTR
+-TVBUF
+-TVSTREAM
+-TVSTREAM_POPEN_ARGS
+-TVSTRING
+-TWAIT_STATUS_T
+-TWATCHDOG
+-TWATCH_FD
diff -r d48610e240fc -r a54d7aa3d4ae gnu/dist/postfix/.printfck
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/postfix/.printfck        Sun Apr 30 18:52:26 2000 +0000
@@ -0,0 +1,25 @@
+been_here_xt   2       0
+bounce_append  5       0
+cleanup_out_format     1       0
+defer_append   5       0
+mail_command   1       0
+mail_print     1       0
+msg_error      0       0
+msg_fatal      0       0
+msg_info       0       0
+msg_panic      0       0
+msg_warn       0       0
+opened 3       0
+post_mail_fprintf      1       0
+qmgr_message_bounce    2       0
+rec_fprintf    2       0
+sent   4       0
+smtp_cmd       1       0
+smtp_mesg_fail 2       0
+smtp_printf    1       0
+smtp_rcpt_fail 3       0
+smtp_site_fail 2       0
+udp_syslog     1       0
+vstream_fprintf        1       0
+vstream_printf 0       0
+vstring_sprintf        1       0
diff -r d48610e240fc -r a54d7aa3d4ae gnu/dist/postfix/0README
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/postfix/0README  Sun Apr 30 18:52:26 2000 +0000
@@ -0,0 +1,159 @@
+Purpose of this document
+========================
+
+This document provides a road map of the Postfix mail system source
+code distribution.  I suggest that you take a few minutes to read
+it, and then proceed with the installation instructions.
+
+Introduction
+============
+
+This is the first public release of the Postfix mail system. Thank
+you for your interest in this project. Send me a postcard if you
+like it. My postal address is below.
+
+You must read the LICENSE file, if you didn't do so already. A copy
+of the LICENSE must be distributed with every original, modified,
+complete, source, or binary copy of this software or parts thereof.
+I suggest that you keep a copy of the file in /etc/postfix/LICENSE.
+
+Purpose of the Postfix mail system
+==================================
+
+Postfix aims to be an alternative to the widely-used sendmail
+program.  Sendmail is responsible for 70% of all e-mail delivered
+on the Internet.  With an estimated 100 million users, that's an
+estimated 10 billion (10^10) messages daily. A stunning number.
+
+Although IBM supported the Postfix development, it abstains from
+control over its evolution. The goal is to have Postfix installed
+on as many systems as possible. To this end, the software is given
+away with no strings attached to it, so that it can evolve with
+input from and under control by its users.
+
+In other words, IBM releases Postfix only once. I will be around
+to guide its development for a limited time.
+
+On-line resources devoted to the Postfix mail system
+====================================================
+
+Web sites:
+
+    http://www.postfix.org/            current release information
+    http://www.ibm.com/alphaworks/     the original distribution site
+
+Mail addresses (please do NOT send mail to my address at work):
+
+    postfix-XXX%postfix.org@localhost          Postfix mailing lists
+    wietse%porcupine.org@localhost             the original author
+
+In order to subscribe to a mailing list, see http://www.postfix.org/.
+
+Acknowledgements
+================
+
+This release could not have happened without the input from a team
+of competent alpha testers. Their names appear in numerous places
+in the HISTORY file. I appreciate the input from my colleagues at
+the IBM Global Security Analysis Laboratory:  Paul Karger, Dave
+Safford, Douglas Schales, and Leendert van Doorn.  I also appreciate
+the support by Charles Palmer under whose leadership I began this
+project, and who had the privilege to name the software, twice.
+
+If you wish to express your appreciation for the Postfix software,
+you are welcome to send a postcard to:
+
+       Wietse Venema
+       IBM T.J Watson Research Center
+       P.O. Box 704, 
+       Yorktown Heights, NY 10598
+       USA
+
+Roadmap of the Postfix source distribution
+==========================================
+
+Point your browser at html/index.html for Postfix documentation,
+for manual pages, and for the unavoidable Postfix FAQ. Expect to
+see updated versions on-line at http://www.postfix.org/
+
+Point your MANPATH environment variable at the `man' directory (use
+an absolute path) for UNIX-style on-line manual pages.  These pages
+are also available through the HTML interface, which allows you to
+navigate faster.
+
+The RELEASE_NOTES file describes new features, and lists incompatible
+changes with respect to previous Postfix versions.
+
+The INSTALL file provides a step-by-step guide for building and
+installing Postfix on many popular UNIX platforms.
+
+The COMPATIBILITY file lists features that Postfix does or does
+not yet implement, and how well it works with other software.
+
+The HISTORY file gives a detailed log of changes to the software.
+
+The PORTING file discusses how to go about porting Postfix to other
+UNIX platforms. Some people are looking into a port to Windows NT.
+We'll see. This software uses every trick in the book that I learned
+about UNIX.
+
+The TODO file lists things that still need to be done. If you want
+to set your teeth into one of those problems, drop me a note at
+wietse%porcupine.org@localhost to avoid duplication of effort.
+
+Documentation:
+
+    html/              HTML format
+    man/               UNIX on-line manual page format
+
+Example files:
+
+    conf/              sample configuration files
+    examples/          chroot environments, virtual domains
+
+Library routines:
+
+    dns/               DNS client library
+    global/            Postfix-specific support routines
+    util/              General-purpose support routines
+
+Command-line utilities:
+
+    postalias/         Alias database management
+    postcat/           List Postfix queue file
+    postconf/          Configuration utility
+    postfix/           Postfix administrative interface
+    postkick/          Postfix IPC for shell scripts
+    postlock/          Postfix locking for shell scripts
+    postlog/           Postfix logging for shell scripts
+    postmap/           Postfix lookup table management
+    sendmail/          Sendmail compatibility interface
+
+Postfix daemons:
+
+    bounce/            Bounce or defer mail
+    cleanup/           Canonicalize and enqueue mail
+    error/             Trivial error mailer
+    local/             Local delivery
+    master/            Postfix resident superserver
+    pickup/            Local pickup
+    pipe/              Pipe delivery
+    qmgr/              Queue manager
+    showq/             List Postfix queue status
+    smtp/              SMTP client
+    smtpd/             SMTP server
+    trivial-rewrite/   Address rewriting and resolving
+
+Test programs:
+
+    fsstone/           Measure file system overhead
+    smtpstone/         SMTP server torture test
+
+Miscellaneous:



Home | Main Index | Thread Index | Old Index