tar -xf postfix-2.9.4.tar.gz make -f Makefile.in MAKELEVEL= Makefiles (echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp set +e; if cmp makedefs.tmp conf/makedefs.out; then rm makedefs.tmp; \ else mv makedefs.tmp conf/makedefs.out; fi >/dev/null 2>/dev/null set -e; for i in src/util src/global src/dns src/tls src/xsasl src/milter src/master src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr src/postmulti src/postscreen src/dnsblog src/tlsproxy; do \ (set -e; echo "[$i]"; cd $i; rm -f Makefile; \ make -f Makefile.in Makefile MAKELEVEL=) || exit 1; \ done; [src/util] cat ../../conf/makedefs.out Makefile.in >Makefile [src/global] cat ../../conf/makedefs.out Makefile.in >Makefile [src/dns] cat ../../conf/makedefs.out Makefile.in >Makefile [src/tls] cat ../../conf/makedefs.out Makefile.in >Makefile [src/xsasl] cat ../../conf/makedefs.out Makefile.in >Makefile [src/milter] cat ../../conf/makedefs.out Makefile.in >Makefile [src/master] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postfix] cat ../../conf/makedefs.out Makefile.in >Makefile [src/fsstone] cat ../../conf/makedefs.out Makefile.in >Makefile [src/smtpstone] cat ../../conf/makedefs.out Makefile.in >Makefile [src/sendmail] cat ../../conf/makedefs.out Makefile.in >Makefile [src/error] cat ../../conf/makedefs.out Makefile.in >Makefile [src/pickup] cat ../../conf/makedefs.out Makefile.in >Makefile [src/cleanup] cat ../../conf/makedefs.out Makefile.in >Makefile [src/smtpd] cat ../../conf/makedefs.out Makefile.in >Makefile [src/local] cat ../../conf/makedefs.out Makefile.in >Makefile [src/trivial-rewrite] cat ../../conf/makedefs.out Makefile.in >Makefile [src/qmgr] cat ../../conf/makedefs.out Makefile.in >Makefile [src/oqmgr] cat ../../conf/makedefs.out Makefile.in >Makefile [src/smtp] cat ../../conf/makedefs.out Makefile.in >Makefile [src/bounce] cat ../../conf/makedefs.out Makefile.in >Makefile [src/pipe] cat ../../conf/makedefs.out Makefile.in >Makefile [src/showq] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postalias] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postcat] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postconf] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postdrop] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postkick] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postlock] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postlog] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postmap] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postqueue] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postsuper] cat ../../conf/makedefs.out Makefile.in >Makefile [src/qmqpd] cat ../../conf/makedefs.out Makefile.in >Makefile [src/spawn] cat ../../conf/makedefs.out Makefile.in >Makefile [src/flush] cat ../../conf/makedefs.out Makefile.in >Makefile [src/verify] cat ../../conf/makedefs.out Makefile.in >Makefile [src/virtual] cat ../../conf/makedefs.out Makefile.in >Makefile [src/proxymap] cat ../../conf/makedefs.out Makefile.in >Makefile [src/anvil] cat ../../conf/makedefs.out Makefile.in >Makefile [src/scache] cat ../../conf/makedefs.out Makefile.in >Makefile [src/discard] cat ../../conf/makedefs.out Makefile.in >Makefile [src/tlsmgr] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postmulti] cat ../../conf/makedefs.out Makefile.in >Makefile [src/postscreen] cat ../../conf/makedefs.out Makefile.in >Makefile [src/dnsblog] cat ../../conf/makedefs.out Makefile.in >Makefile [src/tlsproxy] cat ../../conf/makedefs.out Makefile.in >Makefile rm -f Makefile; (cat conf/makedefs.out Makefile.in) >Makefile rm -f libexec/post-install && ln -f conf/post-install libexec/post-install rm -f libexec/postfix-files && ln -f conf/postfix-files libexec/postfix-files rm -f libexec/postfix-script && ln -f conf/postfix-script libexec/postfix-script rm -f libexec/postfix-wrapper && ln -f conf/postfix-wrapper libexec/postfix-wrapper rm -f libexec/main.cf && ln -f conf/main.cf libexec/main.cf rm -f libexec/master.cf && ln -f conf/master.cf libexec/master.cf rm -f libexec/postmulti-script && ln -f conf/postmulti-script libexec/postmulti-script set -e; for i in src/util src/global src/dns src/tls src/xsasl src/milter src/master src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr src/postmulti src/postscreen src/dnsblog src/tlsproxy; do \ (set -e; echo "[$i]"; cd $i; make 'CC=gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE ' update MAKELEVEL=) || exit 1; \ done [src/util] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c alldig.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c allprint.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c argv.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c argv_split.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_print0.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_print64.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_print_plain.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_scan0.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_scan64.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c attr_scan_plain.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c auto_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c base64_code.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c basename.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c binhash.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c chroot_uid.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c cidr_match.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c clean_env.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c close_on_exec.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c concatenate.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c ctable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_alloc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_cdb.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_cidr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_db.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_dbm.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_debug.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_env.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_ht.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_ni.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_nis.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_nisplus.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_open.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_pcre.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_regexp.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_sdbm.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_static.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_tcp.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_unix.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dir_forest.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c doze.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dummy_read.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dummy_write.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c duplex_pipe.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c environ.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c events.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c exec_command.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c fifo_listen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c fifo_trigger.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c file_limit.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c find_inet.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c fsspace.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c fullname.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c get_domainname.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c get_hostname.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c hex_code.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c hex_quote.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c host_port.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c htable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_addr_host.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_addr_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_addr_local.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_listen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_proto.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_trigger.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c line_wrap.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c lowercase.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c lstat_as.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c mac_expand.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c mac_parse.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c make_dirs.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c mask_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c match_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c match_ops.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c msg.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c msg_output.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c msg_syslog.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c msg_vstream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c mvect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c myaddrinfo.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c myflock.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c mymalloc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c myrand.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c mystrtok.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c name_code.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c name_mask.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c netstring.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c neuter.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c non_blocking.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c nvtable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c open_as.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c open_limit.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c open_lock.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c peekfd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c percentm.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c posix_signals.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c printable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c rand_sleep.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c read_wait.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c readable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c readlline.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c ring.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c safe_getenv.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c safe_open.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_accept.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_link.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_rename.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_socketpair.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_time.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c scan_dir.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c set_eugid.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c set_ugid.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sigdelay.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c skipblanks.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sock_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c spawn_command.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c split_at.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c split_nameval.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stat_as.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stream_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stream_listen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stream_recv_fd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stream_send_fd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stream_trigger.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sys_compat.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c timed_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c timed_read.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c timed_wait.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c timed_write.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c translit.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c trimblanks.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unescape.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_listen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_recv_fd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_send_fd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_trigger.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unsafe.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c uppercase.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c username.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c valid_hostname.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vbuf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vbuf_print.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vstream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vstream_popen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vstring.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vstring_vstream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c watchdog.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c writable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c write_buf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c write_wait.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c sane_basename.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c format_tv.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c allspace.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c allascii.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c load_file.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c killme_after.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c vstream_tweak.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_pass_listen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_pass_trigger.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c edit_file.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c inet_windowsize.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c unix_pass_fd_fix.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_cache.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c valid_utf_8.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_thash.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c ip_match.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c nbbio.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c stream_pass_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c base32_code.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_test.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_fail.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c msg_rate_delay.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c dict_surrogate.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -DLINUX3 -c warn_stat.c ar rv libutil.a alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o attr_scan_plain.o auto_clnt.o base64_code.o basename.o binhash.o chroot_uid.o cidr_match.o clean_env.o close_on_exec.o concatenate.o ctable.o dict.o dict_alloc.o dict_cdb.o dict_cidr.o dict_db.o dict_dbm.o dict_debug.o dict_env.o dict_ht.o dict_ni.o dict_nis.o dict_nisplus.o dict_open.o dict_pcre.o dict_regexp.o dict_sdbm.o dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o dummy_read.o dummy_write.o duplex_pipe.o environ.o events.o exec_command.o fifo_listen.o fifo_trigger.o file_limit.o find_inet.o fsspace.o fullname.o get_domainname.o get_hostname.o hex_code.o hex_quote.o host_port.o htable.o inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_connect.o inet_listen.o inet_proto.o inet_trigger.o line_wrap.o lowercase.o lstat_as.o mac_expand.o mac_parse.o make_dirs.o mask_addr.o match_list.o match_ops.o msg.o msg_output.o msg_syslog.o msg_vstream.o mvect.o myaddrinfo.o myflock.o mymalloc.o myrand.o mystrtok.o name_code.o name_mask.o netstring.o neuter.o non_blocking.o nvtable.o open_as.o open_limit.o open_lock.o peekfd.o percentm.o posix_signals.o printable.o rand_sleep.o read_wait.o readable.o readlline.o ring.o safe_getenv.o safe_open.o sane_accept.o sane_connect.o sane_link.o sane_rename.o sane_socketpair.o sane_time.o scan_dir.o set_eugid.o set_ugid.o sigdelay.o skipblanks.o sock_addr.o spawn_command.o split_at.o split_nameval.o stat_as.o stream_connect.o stream_listen.o stream_recv_fd.o stream_send_fd.o stream_trigger.o sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o unescape.o unix_connect.o unix_listen.o unix_recv_fd.o unix_send_fd.o unix_trigger.o unsafe.o uppercase.o username.o valid_hostname.o vbuf.o vbuf_print.o vstream.o vstream_popen.o vstring.o vstring_vstream.o watchdog.o writable.o write_buf.o write_wait.o sane_basename.o format_tv.o allspace.o allascii.o load_file.o killme_after.o vstream_tweak.o unix_pass_listen.o unix_pass_trigger.o edit_file.o inet_windowsize.o unix_pass_fd_fix.o dict_cache.o valid_utf_8.o dict_thash.o ip_match.o nbbio.o stream_pass_connect.o base32_code.o dict_test.o dict_fail.o msg_rate_delay.o dict_surrogate.o warn_stat.o ar: creating libutil.a a - alldig.o a - allprint.o a - argv.o a - argv_split.o a - attr_clnt.o a - attr_print0.o a - attr_print64.o a - attr_print_plain.o a - attr_scan0.o a - attr_scan64.o a - attr_scan_plain.o a - auto_clnt.o a - base64_code.o a - basename.o a - binhash.o a - chroot_uid.o a - cidr_match.o a - clean_env.o a - close_on_exec.o a - concatenate.o a - ctable.o a - dict.o a - dict_alloc.o a - dict_cdb.o a - dict_cidr.o a - dict_db.o a - dict_dbm.o a - dict_debug.o a - dict_env.o a - dict_ht.o a - dict_ni.o a - dict_nis.o a - dict_nisplus.o a - dict_open.o a - dict_pcre.o a - dict_regexp.o a - dict_sdbm.o a - dict_static.o a - dict_tcp.o a - dict_unix.o a - dir_forest.o a - doze.o a - dummy_read.o a - dummy_write.o a - duplex_pipe.o a - environ.o a - events.o a - exec_command.o a - fifo_listen.o a - fifo_trigger.o a - file_limit.o a - find_inet.o a - fsspace.o a - fullname.o a - get_domainname.o a - get_hostname.o a - hex_code.o a - hex_quote.o a - host_port.o a - htable.o a - inet_addr_host.o a - inet_addr_list.o a - inet_addr_local.o a - inet_connect.o a - inet_listen.o a - inet_proto.o a - inet_trigger.o a - line_wrap.o a - lowercase.o a - lstat_as.o a - mac_expand.o a - mac_parse.o a - make_dirs.o a - mask_addr.o a - match_list.o a - match_ops.o a - msg.o a - msg_output.o a - msg_syslog.o a - msg_vstream.o a - mvect.o a - myaddrinfo.o a - myflock.o a - mymalloc.o a - myrand.o a - mystrtok.o a - name_code.o a - name_mask.o a - netstring.o a - neuter.o a - non_blocking.o a - nvtable.o a - open_as.o a - open_limit.o a - open_lock.o a - peekfd.o a - percentm.o a - posix_signals.o a - printable.o a - rand_sleep.o a - read_wait.o a - readable.o a - readlline.o a - ring.o a - safe_getenv.o a - safe_open.o a - sane_accept.o a - sane_connect.o a - sane_link.o a - sane_rename.o a - sane_socketpair.o a - sane_time.o a - scan_dir.o a - set_eugid.o a - set_ugid.o a - sigdelay.o a - skipblanks.o a - sock_addr.o a - spawn_command.o a - split_at.o a - split_nameval.o a - stat_as.o a - stream_connect.o a - stream_listen.o a - stream_recv_fd.o a - stream_send_fd.o a - stream_trigger.o a - sys_compat.o a - timed_connect.o a - timed_read.o a - timed_wait.o a - timed_write.o a - translit.o a - trimblanks.o a - unescape.o a - unix_connect.o a - unix_listen.o a - unix_recv_fd.o a - unix_send_fd.o a - unix_trigger.o a - unsafe.o a - uppercase.o a - username.o a - valid_hostname.o a - vbuf.o a - vbuf_print.o a - vstream.o a - vstream_popen.o a - vstring.o a - vstring_vstream.o a - watchdog.o a - writable.o a - write_buf.o a - write_wait.o a - sane_basename.o a - format_tv.o a - allspace.o a - allascii.o a - load_file.o a - killme_after.o a - vstream_tweak.o a - unix_pass_listen.o a - unix_pass_trigger.o a - edit_file.o a - inet_windowsize.o a - unix_pass_fd_fix.o a - dict_cache.o a - valid_utf_8.o a - dict_thash.o a - ip_match.o a - nbbio.o a - stream_pass_connect.o a - base32_code.o a - dict_test.o a - dict_fail.o a - msg_rate_delay.o a - dict_surrogate.o a - warn_stat.o ranlib libutil.a cp libutil.a ../../lib ranlib ../../lib/libutil.a for i in argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h dict_fail.h warn_stat.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h dict_fail.h warn_stat.h [src/global] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c abounce.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c anvil_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c been_here.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_log.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c canon_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cfg_parser.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_strerror.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_strflags.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c clnt_stream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c conv_time.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c db_common.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c debug_peer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c debug_process.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c defer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c deliver_completed.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c deliver_flock.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c deliver_pass.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c deliver_request.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dict_ldap.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dict_mysql.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dict_pgsql.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dict_proxy.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dict_sqlite.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c domain_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dot_lockfile.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dot_lockfile_as.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dsb_scan.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dsn.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dsn_buf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dsn_mask.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dsn_print.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dsn_util.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c ehlo_mask.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c ext_prop.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c file_id.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c flush_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c header_opts.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c header_token.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c input_transp.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c int_filt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c is_header.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c log_adhoc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_addr_crunch.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_addr_find.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_addr_map.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_command_client.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_command_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_bool.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_int.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_long.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_raw.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_str.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_time.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_copy.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_date.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_dict.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_error.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_flush.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_open_ok.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_params.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_pathname.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_queue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_run.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_scan_dir.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_stream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_task.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_trigger.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c maps.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mark_corrupt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c match_parent_style.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mbox_conf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mbox_open.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mime_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_cdb.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_db.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_dbm.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_open.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_sdbm.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c msg_stats_print.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c msg_stats_scan.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mynetworks.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mypwd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c namadr_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c off_cvt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c opened.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c own_inet_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c pipe_command.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c post_mail.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c quote_821_local.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c quote_822_local.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rcpt_buf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rcpt_print.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rec_attr_map.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rec_streamlf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rec_type.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c recipient_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c record.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c remove.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c resolve_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c resolve_local.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rewrite_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c scache_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c scache_multi.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c scache_single.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c sent.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_stream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c split_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c string_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c strip_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c sys_exits.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c timed_ipc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tok822_find.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tok822_node.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tok822_parse.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tok822_resolve.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tok822_rewrite.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tok822_tree.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c trace.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c user_acl.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c valid_mailhost_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c verify.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c verify_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c verp_sender.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c wildcard_inet_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xtext.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c delivered_hdr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c fold_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c header_body_checks.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_proxy.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c data_redirect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c match_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_nint.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c addr_match_list.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_conf_nbool.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_reply_footer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c safe_ultostr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c verify_sender_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dict_memcache.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_version.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c memcache_proto.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c server_acl.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mkmap_fail.c ar rv libglobal.a abounce.o anvil_clnt.o been_here.o bounce.o bounce_log.o canon_addr.o cfg_parser.o cleanup_strerror.o cleanup_strflags.o clnt_stream.o conv_time.o db_common.o debug_peer.o debug_process.o defer.o deliver_completed.o deliver_flock.o deliver_pass.o deliver_request.o dict_ldap.o dict_mysql.o dict_pgsql.o dict_proxy.o dict_sqlite.o domain_list.o dot_lockfile.o dot_lockfile_as.o dsb_scan.o dsn.o dsn_buf.o dsn_mask.o dsn_print.o dsn_util.o ehlo_mask.o ext_prop.o file_id.o flush_clnt.o header_opts.o header_token.o input_transp.o int_filt.o is_header.o log_adhoc.o mail_addr.o mail_addr_crunch.o mail_addr_find.o mail_addr_map.o mail_command_client.o mail_command_server.o mail_conf.o mail_conf_bool.o mail_conf_int.o mail_conf_long.o mail_conf_raw.o mail_conf_str.o mail_conf_time.o mail_connect.o mail_copy.o mail_date.o mail_dict.o mail_error.o mail_flush.o mail_open_ok.o mail_params.o mail_pathname.o mail_queue.o mail_run.o mail_scan_dir.o mail_stream.o mail_task.o mail_trigger.o maps.o mark_corrupt.o match_parent_style.o mbox_conf.o mbox_open.o mime_state.o mkmap_cdb.o mkmap_db.o mkmap_dbm.o mkmap_open.o mkmap_sdbm.o msg_stats_print.o msg_stats_scan.o mynetworks.o mypwd.o namadr_list.o off_cvt.o opened.o own_inet_addr.o pipe_command.o post_mail.o quote_821_local.o quote_822_local.o rcpt_buf.o rcpt_print.o rec_attr_map.o rec_streamlf.o rec_type.o recipient_list.o record.o remove.o resolve_clnt.o resolve_local.o rewrite_clnt.o scache_clnt.o scache_multi.o scache_single.o sent.o smtp_stream.o split_addr.o string_list.o strip_addr.o sys_exits.o timed_ipc.o tok822_find.o tok822_node.o tok822_parse.o tok822_resolve.o tok822_rewrite.o tok822_tree.o trace.o user_acl.o valid_mailhost_addr.o verify.o verify_clnt.o verp_sender.o wildcard_inet_addr.o xtext.o delivered_hdr.o fold_addr.o header_body_checks.o mkmap_proxy.o data_redirect.o match_service.o mail_conf_nint.o addr_match_list.o mail_conf_nbool.o smtp_reply_footer.o safe_ultostr.o verify_sender_addr.o dict_memcache.o mail_version.o memcache_proto.o server_acl.o mkmap_fail.o ar: creating libglobal.a a - abounce.o a - anvil_clnt.o a - been_here.o a - bounce.o a - bounce_log.o a - canon_addr.o a - cfg_parser.o a - cleanup_strerror.o a - cleanup_strflags.o a - clnt_stream.o a - conv_time.o a - db_common.o a - debug_peer.o a - debug_process.o a - defer.o a - deliver_completed.o a - deliver_flock.o a - deliver_pass.o a - deliver_request.o a - dict_ldap.o a - dict_mysql.o a - dict_pgsql.o a - dict_proxy.o a - dict_sqlite.o a - domain_list.o a - dot_lockfile.o a - dot_lockfile_as.o a - dsb_scan.o a - dsn.o a - dsn_buf.o a - dsn_mask.o a - dsn_print.o a - dsn_util.o a - ehlo_mask.o a - ext_prop.o a - file_id.o a - flush_clnt.o a - header_opts.o a - header_token.o a - input_transp.o a - int_filt.o a - is_header.o a - log_adhoc.o a - mail_addr.o a - mail_addr_crunch.o a - mail_addr_find.o a - mail_addr_map.o a - mail_command_client.o a - mail_command_server.o a - mail_conf.o a - mail_conf_bool.o a - mail_conf_int.o a - mail_conf_long.o a - mail_conf_raw.o a - mail_conf_str.o a - mail_conf_time.o a - mail_connect.o a - mail_copy.o a - mail_date.o a - mail_dict.o a - mail_error.o a - mail_flush.o a - mail_open_ok.o a - mail_params.o a - mail_pathname.o a - mail_queue.o a - mail_run.o a - mail_scan_dir.o a - mail_stream.o a - mail_task.o a - mail_trigger.o a - maps.o a - mark_corrupt.o a - match_parent_style.o a - mbox_conf.o a - mbox_open.o a - mime_state.o a - mkmap_cdb.o a - mkmap_db.o a - mkmap_dbm.o a - mkmap_open.o a - mkmap_sdbm.o a - msg_stats_print.o a - msg_stats_scan.o a - mynetworks.o a - mypwd.o a - namadr_list.o a - off_cvt.o a - opened.o a - own_inet_addr.o a - pipe_command.o a - post_mail.o a - quote_821_local.o a - quote_822_local.o a - rcpt_buf.o a - rcpt_print.o a - rec_attr_map.o a - rec_streamlf.o a - rec_type.o a - recipient_list.o a - record.o a - remove.o a - resolve_clnt.o a - resolve_local.o a - rewrite_clnt.o a - scache_clnt.o a - scache_multi.o a - scache_single.o a - sent.o a - smtp_stream.o a - split_addr.o a - string_list.o a - strip_addr.o a - sys_exits.o a - timed_ipc.o a - tok822_find.o a - tok822_node.o a - tok822_parse.o a - tok822_resolve.o a - tok822_rewrite.o a - tok822_tree.o a - trace.o a - user_acl.o a - valid_mailhost_addr.o a - verify.o a - verify_clnt.o a - verp_sender.o a - wildcard_inet_addr.o a - xtext.o a - delivered_hdr.o a - fold_addr.o a - header_body_checks.o a - mkmap_proxy.o a - data_redirect.o a - match_service.o a - mail_conf_nint.o a - addr_match_list.o a - mail_conf_nbool.o a - smtp_reply_footer.o a - safe_ultostr.o a - verify_sender_addr.o a - dict_memcache.o a - mail_version.o a - memcache_proto.o a - server_acl.o a - mkmap_fail.o ranlib libglobal.a cp libglobal.a ../../lib ranlib ../../lib/libglobal.a for i in abounce.h anvil_clnt.h been_here.h bounce.h bounce_log.h canon_addr.h cfg_parser.h cleanup_user.h clnt_stream.h config.h conv_time.h db_common.h debug_peer.h debug_process.h defer.h deliver_completed.h deliver_flock.h deliver_pass.h deliver_request.h dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h dict_sqlite.h domain_list.h dot_lockfile.h dot_lockfile_as.h dsb_scan.h dsn.h dsn_buf.h dsn_mask.h dsn_print.h dsn_util.h ehlo_mask.h ext_prop.h file_id.h flush_clnt.h header_opts.h header_token.h input_transp.h int_filt.h is_header.h lex_822.h log_adhoc.h mail_addr.h mail_addr_crunch.h mail_addr_find.h mail_addr_map.h mail_conf.h mail_copy.h mail_date.h mail_dict.h mail_error.h mail_flush.h mail_open_ok.h mail_params.h mail_proto.h mail_queue.h mail_run.h mail_scan_dir.h mail_stream.h mail_task.h mail_version.h maps.h mark_corrupt.h match_parent_style.h mbox_conf.h mbox_open.h mime_state.h mkmap.h msg_stats.h mynetworks.h mypwd.h namadr_list.h off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h qmgr_user.h qmqp_proto.h quote_821_local.h quote_822_local.h quote_flags.h rcpt_buf.h rcpt_print.h rec_attr_map.h rec_streamlf.h rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h rewrite_clnt.h scache.h sent.h smtp_stream.h split_addr.h string_list.h strip_addr.h sys_exits.h timed_ipc.h tok822.h trace.h user_acl.h valid_mailhost_addr.h verify.h verify_clnt.h verp_sender.h wildcard_inet_addr.h xtext.h delivered_hdr.h fold_addr.h header_body_checks.h data_redirect.h match_service.h addr_match_list.h smtp_reply_footer.h safe_ultostr.h verify_sender_addr.h dict_memcache.h memcache_proto.h server_acl.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 abounce.h anvil_clnt.h been_here.h bounce.h bounce_log.h canon_addr.h cfg_parser.h cleanup_user.h clnt_stream.h config.h conv_time.h db_common.h debug_peer.h debug_process.h defer.h deliver_completed.h deliver_flock.h deliver_pass.h deliver_request.h dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h dict_sqlite.h domain_list.h dot_lockfile.h dot_lockfile_as.h dsb_scan.h dsn.h dsn_buf.h dsn_mask.h dsn_print.h dsn_util.h ehlo_mask.h ext_prop.h file_id.h flush_clnt.h header_opts.h header_token.h input_transp.h int_filt.h is_header.h lex_822.h log_adhoc.h mail_addr.h mail_addr_crunch.h mail_addr_find.h mail_addr_map.h mail_conf.h mail_copy.h mail_date.h mail_dict.h mail_error.h mail_flush.h mail_open_ok.h mail_params.h mail_proto.h mail_queue.h mail_run.h mail_scan_dir.h mail_stream.h mail_task.h mail_version.h maps.h mark_corrupt.h match_parent_style.h mbox_conf.h mbox_open.h mime_state.h mkmap.h msg_stats.h mynetworks.h mypwd.h namadr_list.h off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h qmgr_user.h qmqp_proto.h quote_821_local.h quote_822_local.h quote_flags.h rcpt_buf.h rcpt_print.h rec_attr_map.h rec_streamlf.h rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h rewrite_clnt.h scache.h sent.h smtp_stream.h split_addr.h string_list.h strip_addr.h sys_exits.h timed_ipc.h tok822.h trace.h user_acl.h valid_mailhost_addr.h verify.h verify_clnt.h verp_sender.h wildcard_inet_addr.h xtext.h delivered_hdr.h fold_addr.h header_body_checks.h data_redirect.h match_service.h addr_match_list.h smtp_reply_footer.h safe_ultostr.h verify_sender_addr.h dict_memcache.h memcache_proto.h server_acl.h [src/dns] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_lookup.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_rr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_strerror.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_strtype.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_rr_to_pa.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_sa_to_rr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_rr_eq_sa.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dns_rr_to_sa.c ar rv libdns.a dns_lookup.o dns_rr.o dns_strerror.o dns_strtype.o dns_rr_to_pa.o dns_sa_to_rr.o dns_rr_eq_sa.o dns_rr_to_sa.o ar: creating libdns.a a - dns_lookup.o a - dns_rr.o a - dns_strerror.o a - dns_strtype.o a - dns_rr_to_pa.o a - dns_sa_to_rr.o a - dns_rr_eq_sa.o a - dns_rr_to_sa.o ranlib libdns.a cp libdns.a ../../lib ranlib ../../lib/libdns.a for i in dns.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 dns.h [src/tls] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_prng_dev.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_prng_egd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_prng_file.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_prng_exch.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_stream.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_bio_ops.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_misc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_dh.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_rsa.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_verify.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_certkey.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_session.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_client.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_scache.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_mgr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_seed.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_level.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_proxy_clnt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_proxy_print.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tls_proxy_scan.c ar rv libtls.a tls_prng_dev.o tls_prng_egd.o tls_prng_file.o tls_prng_exch.o tls_stream.o tls_bio_ops.o tls_misc.o tls_dh.o tls_rsa.o tls_verify.o tls_certkey.o tls_session.o tls_client.o tls_server.o tls_scache.o tls_mgr.o tls_seed.o tls_level.o tls_proxy_clnt.o tls_proxy_print.o tls_proxy_scan.o ar: creating libtls.a a - tls_prng_dev.o a - tls_prng_egd.o a - tls_prng_file.o a - tls_prng_exch.o a - tls_stream.o a - tls_bio_ops.o a - tls_misc.o a - tls_dh.o a - tls_rsa.o a - tls_verify.o a - tls_certkey.o a - tls_session.o a - tls_client.o a - tls_server.o a - tls_scache.o a - tls_mgr.o a - tls_seed.o a - tls_level.o a - tls_proxy_clnt.o a - tls_proxy_print.o a - tls_proxy_scan.o ranlib libtls.a cp libtls.a ../../lib ranlib ../../lib/libtls.a for i in tls.h tls_prng.h tls_scache.h tls_mgr.h tls_proxy.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 tls.h tls_prng.h tls_scache.h tls_mgr.h tls_proxy.h [src/xsasl] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_cyrus_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_cyrus_log.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_cyrus_security.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_client.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_cyrus_client.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c xsasl_dovecot_server.c ar rv libxsasl.a xsasl_server.o xsasl_cyrus_server.o xsasl_cyrus_log.o xsasl_cyrus_security.o xsasl_client.o xsasl_cyrus_client.o xsasl_dovecot_server.o ar: creating libxsasl.a a - xsasl_server.o a - xsasl_cyrus_server.o a - xsasl_cyrus_log.o a - xsasl_cyrus_security.o a - xsasl_client.o a - xsasl_cyrus_client.o a - xsasl_dovecot_server.o ranlib libxsasl.a cp libxsasl.a ../../lib ranlib ../../lib/libxsasl.a for i in xsasl.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 xsasl.h [src/milter] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c milter.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c milter8.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c milter_macros.c ar rv libmilter.a milter.o milter8.o milter_macros.o ar: creating libmilter.a a - milter.o a - milter8.o a - milter_macros.o ranlib libmilter.a cp libmilter.a ../../lib ranlib ../../lib/libmilter.a for i in milter.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 milter.h [src/master] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c single_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c multi_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c trigger_server.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_proto.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mail_flow.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c event_server.c ar rv libmaster.a single_server.o multi_server.o trigger_server.o master_proto.o mail_flow.o event_server.o ar: creating libmaster.a a - single_server.o a - multi_server.o a - trigger_server.o a - master_proto.o a - mail_flow.o a - event_server.o ranlib libmaster.a cp libmaster.a ../../lib/libmaster.a ranlib ../../lib/libmaster.a gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_conf.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_ent.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_sig.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_avail.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_spawn.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_status.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_listen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_vars.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_wakeup.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_watch.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c master_flow.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o master master.o master_conf.o master_ent.o master_sig.o master_avail.o master_spawn.o master_service.o master_status.o master_listen.o master_vars.o master_wakeup.o master_watch.o master_flow.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp master ../../libexec for i in mail_server.h master_proto.h mail_flow.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 mail_server.h master_proto.h mail_flow.h [src/postfix] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postfix.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postfix postfix.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postfix ../../bin [src/fsstone] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c fsstone.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o fsstone fsstone.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp fsstone ../../libexec/fsstone [src/smtpstone] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp-source.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o smtp-source smtp-source.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp smtp-source ../../bin/smtp-source gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp-sink.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o smtp-sink smtp-sink.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp smtp-sink ../../bin/smtp-sink gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmqp-source.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o qmqp-source qmqp-source.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp qmqp-source ../../bin/qmqp-source gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmqp-sink.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o qmqp-sink qmqp-sink.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp qmqp-sink ../../bin/qmqp-sink [src/sendmail] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c sendmail.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o sendmail sendmail.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp sendmail ../../bin [src/error] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c error.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o error error.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp error ../../libexec [src/pickup] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c pickup.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o pickup pickup.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp pickup ../../libexec [src/cleanup] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_out.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_envelope.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_message.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_extracted.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_rewrite.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_map11.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_map1n.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_masquerade.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_out_recipient.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_init.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_api.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_bounce.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_milter.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_body_edit.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_region.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c cleanup_final.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o cleanup cleanup.o cleanup_out.o cleanup_envelope.o cleanup_message.o cleanup_extracted.o cleanup_state.o cleanup_rewrite.o cleanup_map11.o cleanup_map1n.o cleanup_masquerade.o cleanup_out_recipient.o cleanup_init.o cleanup_api.o cleanup_addr.o cleanup_bounce.o cleanup_milter.o cleanup_body_edit.o cleanup_region.o cleanup_final.o ../../lib/libmaster.a ../../lib/libmilter.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp cleanup ../../libexec [src/smtpd] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_token.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_check.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_chat.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_peer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_sasl_proto.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_sasl_glue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_proxy.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_xforward.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_dsn_fix.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_milter.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_resolve.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtpd_expand.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o smtpd smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o smtpd_proxy.o smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolve.o smtpd_expand.o ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libdns.a ../../lib/libxsasl.a ../../lib/libmilter.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp smtpd ../../libexec [src/local] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c alias.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c command.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dotforward.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c file.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c forward.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c include.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c indirect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c local.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mailbox.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c recipient.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c resolve.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c token.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c deliver_attr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c maildir.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c biff_notify.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c unknown.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c local_expand.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o local alias.o command.o dotforward.o file.o forward.o include.o indirect.o local.o mailbox.o recipient.o resolve.o token.o deliver_attr.o maildir.o biff_notify.o unknown.o local_expand.o bounce_workaround.c ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp local ../../libexec [src/trivial-rewrite] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c trivial-rewrite.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c rewrite.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c resolve.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c transport.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o trivial-rewrite trivial-rewrite.o rewrite.o resolve.o transport.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp trivial-rewrite ../../libexec/trivial-rewrite [src/qmgr] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_active.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_transport.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_queue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_entry.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_message.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_deliver.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_move.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_job.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_peer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_defer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_enable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_scan.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_bounce.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_error.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_feedback.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o qmgr qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o qmgr_deliver.o qmgr_move.o qmgr_job.o qmgr_peer.o qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o qmgr_feedback.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp qmgr ../../libexec/qmgr [src/oqmgr] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_active.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_transport.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_queue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_entry.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_message.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_deliver.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_move.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_defer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_enable.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_scan.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_bounce.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_error.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmgr_feedback.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o qmgr qmgr.o qmgr_active.o qmgr_transport.o qmgr_queue.o qmgr_entry.o qmgr_message.o qmgr_deliver.o qmgr_move.o qmgr_defer.o qmgr_enable.o qmgr_scan.o qmgr_bounce.o qmgr_error.o qmgr_feedback.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp qmgr ../../libexec/oqmgr [src/smtp] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_connect.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_proto.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_chat.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_session.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_addr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_trouble.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_rcpt.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_sasl_proto.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_sasl_glue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_reuse.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_map11.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c smtp_sasl_auth_cache.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o smtp smtp.o smtp_connect.o smtp_proto.o smtp_chat.o smtp_session.o smtp_addr.o smtp_trouble.o smtp_state.o smtp_rcpt.o smtp_sasl_proto.o smtp_sasl_glue.o smtp_reuse.o smtp_map11.o smtp_sasl_auth_cache.o ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libdns.a ../../lib/libxsasl.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp smtp ../../libexec [src/bounce] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_append_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_notify_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_cleanup.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_notify_util.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_notify_verp.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_one_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_warn_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_trace_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_template.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c bounce_templates.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o bounce bounce.o bounce_append_service.o bounce_notify_service.o bounce_cleanup.o bounce_notify_util.o bounce_notify_verp.o bounce_one_service.o bounce_warn_service.o bounce_trace_service.o bounce_template.o bounce_templates.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp bounce ../../libexec rm -f ../../conf/bounce.cf.default perl annotate.pl ../../conf/bounce.cf.default [src/pipe] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c pipe.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o pipe pipe.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp pipe ../../libexec [src/showq] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c showq.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o showq showq.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp showq ../../libexec [src/postalias] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postalias.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postalias postalias.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postalias ../../bin [src/postcat] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postcat.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postcat postcat.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postcat ../../bin [src/postconf] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf.c awk -f extract.awk ../*/*.c | /bin/sh touch makes_dummy gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_builtin.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_edit.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_main.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_master.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_misc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_node.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_other.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_service.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_unused.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_user.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_dbms.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -o postconf postconf.o postconf_builtin.o postconf_edit.o postconf_main.o postconf_master.o postconf_misc.o postconf_node.o postconf_other.o postconf_service.o postconf_unused.o postconf_user.o postconf_dbms.o ../../lib/libxsasl.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postconf ../../bin rm -f ../../conf/main.cf.default (echo "# DO NOT EDIT THIS FILE. EDIT THE MAIN.CF FILE INSTEAD. THE"; \ echo "# TEXT HERE JUST SHOWS DEFAULT SETTINGS BUILT INTO POSTFIX."; \ echo "#"; ./postconf -d -c ../../conf) | \ egrep -v '^(myhostname|mydomain|mynetworks) ' >../../conf/main.cf.default [src/postdrop] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postdrop.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postdrop postdrop.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postdrop ../../bin [src/postkick] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postkick.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postkick postkick.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postkick ../../bin [src/postlock] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postlock.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postlock postlock.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postlock ../../bin [src/postlog] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postlog.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postlog postlog.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postlog ../../bin [src/postmap] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postmap.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postmap postmap.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postmap ../../bin [src/postqueue] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postqueue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postqueue postqueue.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postqueue ../../bin [src/postsuper] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postsuper.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postsuper postsuper.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postsuper ../../bin [src/qmqpd] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmqpd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmqpd_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c qmqpd_peer.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o qmqpd qmqpd.o qmqpd_state.o qmqpd_peer.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libdns.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp qmqpd ../../libexec [src/spawn] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c spawn.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o spawn spawn.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp spawn ../../libexec [src/flush] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c flush.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o flush flush.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp flush ../../libexec [src/verify] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c verify.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o verify verify.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp verify ../../libexec [src/virtual] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c virtual.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c mailbox.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c recipient.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c deliver_attr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c maildir.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c unknown.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o virtual virtual.o mailbox.o recipient.o deliver_attr.o maildir.o unknown.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp virtual ../../libexec [src/proxymap] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c proxymap.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o proxymap proxymap.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp proxymap ../../libexec [src/anvil] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c anvil.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o anvil anvil.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp anvil ../../libexec [src/scache] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c scache.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o scache scache.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp scache ../../libexec [src/discard] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c discard.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o discard discard.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp discard ../../libexec [src/tlsmgr] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tlsmgr.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o tlsmgr tlsmgr.o ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp tlsmgr ../../libexec [src/postmulti] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postmulti.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postmulti postmulti.o ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postmulti ../../bin [src/postscreen] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_dict.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_dnsbl.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_early.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_smtpd.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_misc.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_tests.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_send.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_starttls.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c postscreen_expand.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o postscreen postscreen.o postscreen_dict.o postscreen_dnsbl.o postscreen_early.o postscreen_smtpd.o postscreen_misc.o postscreen_state.o postscreen_tests.o postscreen_send.o postscreen_starttls.o postscreen_expand.o ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp postscreen ../../libexec [src/dnsblog] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c dnsblog.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o dnsblog dnsblog.o ../../lib/libdns.a ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp dnsblog ../../libexec [src/tlsproxy] gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tlsproxy.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -c tlsproxy_state.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=i486 -mtune=i686 -I. -I../../include -DLINUX3 -o tlsproxy tlsproxy.o tlsproxy_state.o ../../lib/libtls.a ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lssl -lcrypto -L/usr/lib -lpcre -ldb -lnsl -lresolv cp tlsproxy ../../libexec set -e; for i in src/util src/global src/dns src/tls src/xsasl src/milter src/master src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr src/postmulti src/postscreen src/dnsblog src/tlsproxy; do \ (set -e; echo "[$i]"; cd $i; make 'CC=gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE ' update MAKELEVEL=) || exit 1; \ done [src/util] for i in argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h dict_fail.h warn_stat.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h dict_fail.h warn_stat.h [src/global] for i in abounce.h anvil_clnt.h been_here.h bounce.h bounce_log.h canon_addr.h cfg_parser.h cleanup_user.h clnt_stream.h config.h conv_time.h db_common.h debug_peer.h debug_process.h defer.h deliver_completed.h deliver_flock.h deliver_pass.h deliver_request.h dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h dict_sqlite.h domain_list.h dot_lockfile.h dot_lockfile_as.h dsb_scan.h dsn.h dsn_buf.h dsn_mask.h dsn_print.h dsn_util.h ehlo_mask.h ext_prop.h file_id.h flush_clnt.h header_opts.h header_token.h input_transp.h int_filt.h is_header.h lex_822.h log_adhoc.h mail_addr.h mail_addr_crunch.h mail_addr_find.h mail_addr_map.h mail_conf.h mail_copy.h mail_date.h mail_dict.h mail_error.h mail_flush.h mail_open_ok.h mail_params.h mail_proto.h mail_queue.h mail_run.h mail_scan_dir.h mail_stream.h mail_task.h mail_version.h maps.h mark_corrupt.h match_parent_style.h mbox_conf.h mbox_open.h mime_state.h mkmap.h msg_stats.h mynetworks.h mypwd.h namadr_list.h off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h qmgr_user.h qmqp_proto.h quote_821_local.h quote_822_local.h quote_flags.h rcpt_buf.h rcpt_print.h rec_attr_map.h rec_streamlf.h rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h rewrite_clnt.h scache.h sent.h smtp_stream.h split_addr.h string_list.h strip_addr.h sys_exits.h timed_ipc.h tok822.h trace.h user_acl.h valid_mailhost_addr.h verify.h verify_clnt.h verp_sender.h wildcard_inet_addr.h xtext.h delivered_hdr.h fold_addr.h header_body_checks.h data_redirect.h match_service.h addr_match_list.h smtp_reply_footer.h safe_ultostr.h verify_sender_addr.h dict_memcache.h memcache_proto.h server_acl.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 abounce.h anvil_clnt.h been_here.h bounce.h bounce_log.h canon_addr.h cfg_parser.h cleanup_user.h clnt_stream.h config.h conv_time.h db_common.h debug_peer.h debug_process.h defer.h deliver_completed.h deliver_flock.h deliver_pass.h deliver_request.h dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h dict_sqlite.h domain_list.h dot_lockfile.h dot_lockfile_as.h dsb_scan.h dsn.h dsn_buf.h dsn_mask.h dsn_print.h dsn_util.h ehlo_mask.h ext_prop.h file_id.h flush_clnt.h header_opts.h header_token.h input_transp.h int_filt.h is_header.h lex_822.h log_adhoc.h mail_addr.h mail_addr_crunch.h mail_addr_find.h mail_addr_map.h mail_conf.h mail_copy.h mail_date.h mail_dict.h mail_error.h mail_flush.h mail_open_ok.h mail_params.h mail_proto.h mail_queue.h mail_run.h mail_scan_dir.h mail_stream.h mail_task.h mail_version.h maps.h mark_corrupt.h match_parent_style.h mbox_conf.h mbox_open.h mime_state.h mkmap.h msg_stats.h mynetworks.h mypwd.h namadr_list.h off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h qmgr_user.h qmqp_proto.h quote_821_local.h quote_822_local.h quote_flags.h rcpt_buf.h rcpt_print.h rec_attr_map.h rec_streamlf.h rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h rewrite_clnt.h scache.h sent.h smtp_stream.h split_addr.h string_list.h strip_addr.h sys_exits.h timed_ipc.h tok822.h trace.h user_acl.h valid_mailhost_addr.h verify.h verify_clnt.h verp_sender.h wildcard_inet_addr.h xtext.h delivered_hdr.h fold_addr.h header_body_checks.h data_redirect.h match_service.h addr_match_list.h smtp_reply_footer.h safe_ultostr.h verify_sender_addr.h dict_memcache.h memcache_proto.h server_acl.h [src/dns] for i in dns.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 dns.h [src/tls] for i in tls.h tls_prng.h tls_scache.h tls_mgr.h tls_proxy.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 tls.h tls_prng.h tls_scache.h tls_mgr.h tls_proxy.h [src/xsasl] for i in xsasl.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 xsasl.h [src/milter] for i in milter.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 milter.h [src/master] for i in mail_server.h master_proto.h mail_flow.h; \ do \ cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 mail_server.h master_proto.h mail_flow.h [src/postfix] make: Nothing to be done for `update'. [src/fsstone] make: Nothing to be done for `update'. [src/smtpstone] make: Nothing to be done for `update'. [src/sendmail] make: Nothing to be done for `update'. [src/error] make: Nothing to be done for `update'. [src/pickup] make: Nothing to be done for `update'. [src/cleanup] make: Nothing to be done for `update'. [src/smtpd] make: Nothing to be done for `update'. [src/local] make: Nothing to be done for `update'. [src/trivial-rewrite] make: Nothing to be done for `update'. [src/qmgr] make: Nothing to be done for `update'. [src/oqmgr] make: Nothing to be done for `update'. [src/smtp] make: Nothing to be done for `update'. [src/bounce] make: Nothing to be done for `update'. [src/pipe] make: Nothing to be done for `update'. [src/showq] make: Nothing to be done for `update'. [src/postalias] make: Nothing to be done for `update'. [src/postcat] make: Nothing to be done for `update'. [src/postconf] make: Nothing to be done for `update'. [src/postdrop] make: Nothing to be done for `update'. [src/postkick] make: Nothing to be done for `update'. [src/postlock] make: Nothing to be done for `update'. [src/postlog] make: Nothing to be done for `update'. [src/postmap] make: Nothing to be done for `update'. [src/postqueue] make: Nothing to be done for `update'. [src/postsuper] make: Nothing to be done for `update'. [src/qmqpd] make: Nothing to be done for `update'. [src/spawn] make: Nothing to be done for `update'. [src/flush] make: Nothing to be done for `update'. [src/verify] make: Nothing to be done for `update'. [src/virtual] make: Nothing to be done for `update'. [src/proxymap] make: Nothing to be done for `update'. [src/anvil] make: Nothing to be done for `update'. [src/scache] make: Nothing to be done for `update'. [src/discard] make: Nothing to be done for `update'. [src/tlsmgr] make: Nothing to be done for `update'. [src/postmulti] make: Nothing to be done for `update'. [src/postscreen] make: Nothing to be done for `update'. [src/dnsblog] make: Nothing to be done for `update'. [src/tlsproxy] make: Nothing to be done for `update'. /bin/sh postfix-install -non-interactive -package Updating /home/djemos/postfix/pkg/usr/libexec/postfix/anvil... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/bounce... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/cleanup... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/discard... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/dnsblog... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/error... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/flush... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/local... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/main.cf... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/master.cf... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/master... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/oqmgr... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/pickup... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/pipe... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/post-install... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/postfix-files... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/postfix-script... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/postfix-wrapper... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/postmulti-script... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/postscreen... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/proxymap... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/qmgr... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/qmqpd... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/scache... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/showq... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/smtp... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/smtpd... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/spawn... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/tlsproxy... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/tlsmgr... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/trivial-rewrite... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/verify... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/virtual... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/nqmgr... Updating /home/djemos/postfix/pkg/usr/libexec/postfix/lmtp... Updating /home/djemos/postfix/pkg/usr/sbin/postalias... Updating /home/djemos/postfix/pkg/usr/sbin/postcat... Updating /home/djemos/postfix/pkg/usr/sbin/postconf... Updating /home/djemos/postfix/pkg/usr/sbin/postfix... Updating /home/djemos/postfix/pkg/usr/sbin/postkick... Updating /home/djemos/postfix/pkg/usr/sbin/postlock... Updating /home/djemos/postfix/pkg/usr/sbin/postlog... Updating /home/djemos/postfix/pkg/usr/sbin/postmap... Updating /home/djemos/postfix/pkg/usr/sbin/postmulti... Updating /home/djemos/postfix/pkg/usr/sbin/postsuper... Updating /home/djemos/postfix/pkg/usr/sbin/postdrop... Updating /home/djemos/postfix/pkg/usr/sbin/postqueue... Updating /home/djemos/postfix/pkg/usr/sbin/sendmail... Updating /home/djemos/postfix/pkg/usr/bin/newaliases... Updating /home/djemos/postfix/pkg/usr/bin/mailq... Updating /home/djemos/postfix/pkg/etc/postfix/LICENSE... Updating /home/djemos/postfix/pkg/etc/postfix/TLS_LICENSE... Updating /home/djemos/postfix/pkg/etc/postfix/access... Updating /home/djemos/postfix/pkg/etc/postfix/aliases... Updating /home/djemos/postfix/pkg/etc/postfix/bounce.cf.default... Updating /home/djemos/postfix/pkg/etc/postfix/canonical... Updating /home/djemos/postfix/pkg/etc/postfix/generic... Updating /home/djemos/postfix/pkg/etc/postfix/header_checks... Updating /home/djemos/postfix/pkg/etc/postfix/main.cf.default... Updating /home/djemos/postfix/pkg/etc/postfix/main.cf... Updating /home/djemos/postfix/pkg/etc/postfix/makedefs.out... Updating /home/djemos/postfix/pkg/etc/postfix/master.cf... Updating /home/djemos/postfix/pkg/etc/postfix/relocated... Updating /home/djemos/postfix/pkg/etc/postfix/transport... Updating /home/djemos/postfix/pkg/etc/postfix/virtual... Updating /home/djemos/postfix/pkg/usr/man/man1/mailq.1... Updating /home/djemos/postfix/pkg/usr/man/man1/newaliases.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postalias.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postcat.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postconf.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postdrop.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postfix.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postkick.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postlock.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postlog.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postmap.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postmulti.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postqueue.1... Updating /home/djemos/postfix/pkg/usr/man/man1/postsuper.1... Updating /home/djemos/postfix/pkg/usr/man/man1/sendmail.1... Updating /home/djemos/postfix/pkg/usr/man/man5/access.5... Updating /home/djemos/postfix/pkg/usr/man/man5/aliases.5... Updating /home/djemos/postfix/pkg/usr/man/man5/body_checks.5... Updating /home/djemos/postfix/pkg/usr/man/man5/bounce.5... Updating /home/djemos/postfix/pkg/usr/man/man5/canonical.5... Updating /home/djemos/postfix/pkg/usr/man/man5/cidr_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/generic.5... Updating /home/djemos/postfix/pkg/usr/man/man5/header_checks.5... Updating /home/djemos/postfix/pkg/usr/man/man5/ldap_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/master.5... Updating /home/djemos/postfix/pkg/usr/man/man5/memcache_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/mysql_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/sqlite_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/nisplus_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/pcre_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/pgsql_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/postconf.5... Updating /home/djemos/postfix/pkg/usr/man/man5/postfix-wrapper.5... Updating /home/djemos/postfix/pkg/usr/man/man5/regexp_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/relocated.5... Updating /home/djemos/postfix/pkg/usr/man/man5/tcp_table.5... Updating /home/djemos/postfix/pkg/usr/man/man5/transport.5... Updating /home/djemos/postfix/pkg/usr/man/man5/virtual.5... Updating /home/djemos/postfix/pkg/usr/man/man8/bounce.8... Updating /home/djemos/postfix/pkg/usr/man/man8/cleanup.8... Updating /home/djemos/postfix/pkg/usr/man/man8/anvil.8... Updating /home/djemos/postfix/pkg/usr/man/man8/defer.8... Updating /home/djemos/postfix/pkg/usr/man/man8/discard.8... Updating /home/djemos/postfix/pkg/usr/man/man8/dnsblog.8... Updating /home/djemos/postfix/pkg/usr/man/man8/error.8... Updating /home/djemos/postfix/pkg/usr/man/man8/flush.8... Updating /home/djemos/postfix/pkg/usr/man/man8/lmtp.8... Updating /home/djemos/postfix/pkg/usr/man/man8/local.8... Updating /home/djemos/postfix/pkg/usr/man/man8/master.8... Updating /home/djemos/postfix/pkg/usr/man/man8/oqmgr.8... Updating /home/djemos/postfix/pkg/usr/man/man8/pickup.8... Updating /home/djemos/postfix/pkg/usr/man/man8/pipe.8... Updating /home/djemos/postfix/pkg/usr/man/man8/postscreen.8... Updating /home/djemos/postfix/pkg/usr/man/man8/proxymap.8... Updating /home/djemos/postfix/pkg/usr/man/man8/qmgr.8... Updating /home/djemos/postfix/pkg/usr/man/man8/qmqpd.8... Updating /home/djemos/postfix/pkg/usr/man/man8/scache.8... Updating /home/djemos/postfix/pkg/usr/man/man8/showq.8... Updating /home/djemos/postfix/pkg/usr/man/man8/smtp.8... Updating /home/djemos/postfix/pkg/usr/man/man8/smtpd.8... Updating /home/djemos/postfix/pkg/usr/man/man8/spawn.8... Updating /home/djemos/postfix/pkg/usr/man/man8/tlsproxy.8... Updating /home/djemos/postfix/pkg/usr/man/man8/tlsmgr.8... Updating /home/djemos/postfix/pkg/usr/man/man8/trace.8... Updating /home/djemos/postfix/pkg/usr/man/man8/trivial-rewrite.8... Updating /home/djemos/postfix/pkg/usr/man/man8/verify.8... Updating /home/djemos/postfix/pkg/usr/man/man8/virtual.8... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/AAAREADME... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ADDRESS_CLASS_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ADDRESS_REWRITING_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ADDRESS_VERIFICATION_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/BACKSCATTER_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/BASIC_CONFIGURATION_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/BUILTIN_FILTER_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/CDB_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/CONNECTION_CACHE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/CONTENT_INSPECTION_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DATABASE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DB_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DEBUG_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DSN_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ETRN_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/FILTER_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/INSTALL... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/IPV6_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/LDAP_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/LINUX_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/LOCAL_RECIPIENT_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MAILDROP_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MEMCACHE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MILTER_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MULTI_INSTANCE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MYSQL_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SQLITE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/NFS_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/OVERVIEW... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/PACKAGE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/PCRE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/PGSQL_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/POSTSCREEN_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/QSHAPE_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/RELEASE_NOTES... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/RESTRICTION_CLASS_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SASL_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SCHEDULER_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SMTPD_ACCESS_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SMTPD_POLICY_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SMTPD_PROXY_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SOHO_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/STANDARD_CONFIGURATION_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/STRESS_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/TLS_LEGACY_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/TLS_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/TUNING_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ULTRIX_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/UUCP_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/VERP_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/VIRTUAL_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/XCLIENT_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/XFORWARD_README... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/ADDRESS_CLASS_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/ADDRESS_REWRITING_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/ADDRESS_VERIFICATION_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/BACKSCATTER_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/BASIC_CONFIGURATION_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/BUILTIN_FILTER_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/CDB_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/CONNECTION_CACHE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/CONTENT_INSPECTION_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/DATABASE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/DB_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/DEBUG_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/DSN_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/ETRN_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/FILTER_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/INSTALL.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/IPV6_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/LDAP_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/LINUX_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/LOCAL_RECIPIENT_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/MAILDROP_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/MILTER_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/MULTI_INSTANCE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/MYSQL_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SQLITE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/NFS_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/OVERVIEW.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/PACKAGE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/PCRE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/PGSQL_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/POSTSCREEN_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/QSHAPE_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/RESTRICTION_CLASS_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SASL_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SCHEDULER_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SMTPD_ACCESS_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SMTPD_POLICY_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SMTPD_PROXY_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/SOHO_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/STANDARD_CONFIGURATION_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/STRESS_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/TLS_LEGACY_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/TLS_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/TUNING_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/UUCP_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/VERP_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/VIRTUAL_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/XCLIENT_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/XFORWARD_README.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/access.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/aliases.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/anvil.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/bounce.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/canonical.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/cidr_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/cleanup.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/defer.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/discard.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/dnsblog.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/error.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/flush.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/generic.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/header_checks.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/index.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/ldap_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/lmtp.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/local.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/mailq.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/master.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/master.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/memcache_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/mysql_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/sqlite_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/nisplus_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/newaliases.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/oqmgr.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/pcre_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/pgsql_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/pickup.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/pipe.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postalias.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postcat.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postconf.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postconf.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postdrop.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix-logo.jpg... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix-manuals.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix-wrapper.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postkick.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postlock.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postlog.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postmap.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postmulti.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postqueue.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postscreen.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/postsuper.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/qshape.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/proxymap.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/qmgr.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/qmqp-sink.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/qmqp-source.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/qmqpd.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/regexp_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/relocated.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/sendmail.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/showq.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/smtp-sink.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/smtp-source.1.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/smtp.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/smtpd.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/spawn.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/tlsproxy.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/tcp_table.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/trace.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/transport.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/trivial-rewrite.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/verify.8.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/virtual.5.html... Updating /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html/virtual.8.html... patching file etc/postfix/main.cf /home/djemos/postfix/pkg: σύνολο 16 drwxr-xr-x 4 root root 4096 Σεπ 18 15:02 etc drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 install drwxr-xr-x 8 root root 4096 Σεπ 18 15:00 usr drwxr-xr-x 4 root root 4096 Σεπ 18 15:00 var /home/djemos/postfix/pkg/etc: σύνολο 8 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 postfix drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 rc.d /home/djemos/postfix/pkg/etc/postfix: σύνολο 216 -rw-r--r-- 1 root root 11942 Σεπ 18 15:00 LICENSE -rw-r--r-- 1 root root 1629 Σεπ 18 15:00 TLS_LICENSE -rw-r--r-- 1 root root 20876 Σεπ 18 15:00 access.new -rw-r--r-- 1 root root 8829 Σεπ 18 15:00 aliases.new -rw-r--r-- 1 root root 3548 Σεπ 18 15:00 bounce.cf.default -rw-r--r-- 1 root root 11681 Σεπ 18 15:00 canonical.new -rw-r--r-- 1 root root 9904 Σεπ 18 15:00 generic.new -rw-r--r-- 1 root root 21535 Σεπ 18 15:00 header_checks.new -rw-r--r-- 1 root root 32162 Σεπ 18 15:00 main.cf.default.new -rw-r--r-- 1 root root 26329 Σεπ 18 15:02 main.cf.new -rw-r--r-- 1 root root 687 Σεπ 18 15:00 makedefs.out.new -rw-r--r-- 1 root root 5663 Σεπ 18 15:00 master.cf.new -rw-r--r-- 1 root root 6816 Σεπ 18 15:00 relocated.new -rw-r--r-- 1 root root 12549 Σεπ 18 15:00 transport.new -rw-r--r-- 1 root root 12494 Σεπ 18 15:00 virtual.new /home/djemos/postfix/pkg/etc/rc.d: σύνολο 4 -rwxr-xr-x 1 root root 1442 Σεπ 18 15:02 rc.postfix /home/djemos/postfix/pkg/install: σύνολο 8 -rw-r--r-- 1 root root 594 Σεπ 18 15:02 doinst.sh -rw-r--r-- 1 root root 556 Σεπ 18 15:02 slack-desc /home/djemos/postfix/pkg/usr: σύνολο 24 drwxr-xr-x 2 root root 4096 Σεπ 18 15:00 bin drwxr-xr-x 3 root root 4096 Σεπ 18 15:00 doc drwxr-xr-x 3 root root 4096 Σεπ 18 15:00 libexec drwxr-xr-x 5 root root 4096 Σεπ 18 15:01 man drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 sbin drwxr-xr-x 3 root root 4096 Σεπ 18 14:49 src /home/djemos/postfix/pkg/usr/bin: σύνολο 0 lrwxrwxrwx 1 root root 23 Σεπ 18 15:00 mailq -> ../../usr/sbin/sendmail lrwxrwxrwx 1 root root 23 Σεπ 18 15:00 newaliases -> ../../usr/sbin/sendmail /home/djemos/postfix/pkg/usr/doc: σύνολο 4 drwxr-xr-x 4 root root 4096 Σεπ 18 15:02 postfix-2.9.4 /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4: σύνολο 876 -rw-r--r-- 1 root root 2882 Σεπ 18 15:02 AAAREADME -rw-r--r-- 1 root root 2961 Σεπ 18 15:02 COMPATIBILITY -rw-r--r-- 1 root root 1922 Σεπ 18 15:02 COPYRIGHT -rw-r--r-- 1 root root 624284 Σεπ 18 15:02 HISTORY -rw-r--r-- 1 root root 42292 Σεπ 18 15:02 INSTALL -rw-r--r-- 1 root root 17819 Σεπ 18 15:02 IPv6-ChangeLog -rw-r--r-- 1 root root 11942 Σεπ 18 15:02 LICENSE -rw-r--r-- 1 root root 1193 Σεπ 18 15:02 PORTING -rw-r--r-- 1 root root 4233 Σεπ 18 15:02 README -rw-r--r-- 1 root root 255 Σεπ 18 15:02 README.SPF -rw-r--r-- 1 root root 257 Σεπ 18 15:02 README.Slackware drwxr-xr-x 2 root root 4096 Σεπ 18 15:01 README_FILES -rw-r--r-- 1 root root 17048 Σεπ 18 15:02 RELEASE_NOTES -rw-r--r-- 1 root root 2315 Σεπ 18 15:02 TLS_ACKNOWLEDGEMENTS -rw-r--r-- 1 root root 106588 Σεπ 18 15:02 TLS_CHANGES -rw-r--r-- 1 root root 1629 Σεπ 18 15:02 TLS_LICENSE -rw-r--r-- 1 root root 5633 Σεπ 18 15:02 US_PATENT_6321267 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 html -rw-r--r-- 1 root root 602 Σεπ 18 15:02 readme2html /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES: σύνολο 1104 -rw-r--r-- 1 root root 2882 Σεπ 18 15:01 AAAREADME -rw-r--r-- 1 root root 9550 Σεπ 18 15:01 ADDRESS_CLASS_README -rw-r--r-- 1 root root 43708 Σεπ 18 15:01 ADDRESS_REWRITING_README -rw-r--r-- 1 root root 22217 Σεπ 18 15:01 ADDRESS_VERIFICATION_README -rw-r--r-- 1 root root 12788 Σεπ 18 15:01 BACKSCATTER_README -rw-r--r-- 1 root root 21412 Σεπ 18 15:01 BASIC_CONFIGURATION_README -rw-r--r-- 1 root root 14274 Σεπ 18 15:01 BUILTIN_FILTER_README -rw-r--r-- 1 root root 2755 Σεπ 18 15:01 CDB_README -rw-r--r-- 1 root root 9176 Σεπ 18 15:01 CONNECTION_CACHE_README -rw-r--r-- 1 root root 3365 Σεπ 18 15:01 CONTENT_INSPECTION_README -rw-r--r-- 1 root root 14481 Σεπ 18 15:01 DATABASE_README -rw-r--r-- 1 root root 7765 Σεπ 18 15:01 DB_README -rw-r--r-- 1 root root 18131 Σεπ 18 15:01 DEBUG_README -rw-r--r-- 1 root root 4431 Σεπ 18 15:01 DSN_README -rw-r--r-- 1 root root 11678 Σεπ 18 15:01 ETRN_README -rw-r--r-- 1 root root 29176 Σεπ 18 15:01 FILTER_README -rw-r--r-- 1 root root 42292 Σεπ 18 15:01 INSTALL -rw-r--r-- 1 root root 12010 Σεπ 18 15:01 IPV6_README -rw-r--r-- 1 root root 20914 Σεπ 18 15:01 LDAP_README -rw-r--r-- 1 root root 1678 Σεπ 18 15:01 LINUX_README -rw-r--r-- 1 root root 5784 Σεπ 18 15:01 LOCAL_RECIPIENT_README -rw-r--r-- 1 root root 5355 Σεπ 18 15:01 MAILDROP_README -rw-r--r-- 1 root root 2322 Σεπ 18 15:01 MEMCACHE_README -rw-r--r-- 1 root root 38267 Σεπ 18 15:01 MILTER_README -rw-r--r-- 1 root root 43414 Σεπ 18 15:01 MULTI_INSTANCE_README -rw-r--r-- 1 root root 4412 Σεπ 18 15:01 MYSQL_README -rw-r--r-- 1 root root 4847 Σεπ 18 15:01 NFS_README -rw-r--r-- 1 root root 20796 Σεπ 18 15:01 OVERVIEW -rw-r--r-- 1 root root 5599 Σεπ 18 15:01 PACKAGE_README -rw-r--r-- 1 root root 2934 Σεπ 18 15:01 PCRE_README -rw-r--r-- 1 root root 4503 Σεπ 18 15:01 PGSQL_README -rw-r--r-- 1 root root 35298 Σεπ 18 15:01 POSTSCREEN_README -rw-r--r-- 1 root root 37505 Σεπ 18 15:01 QSHAPE_README -rw-r--r-- 1 root root 17048 Σεπ 18 15:01 RELEASE_NOTES -rw-r--r-- 1 root root 6871 Σεπ 18 15:01 RESTRICTION_CLASS_README -rw-r--r-- 1 root root 65976 Σεπ 18 15:01 SASL_README -rw-r--r-- 1 root root 66986 Σεπ 18 15:01 SCHEDULER_README -rw-r--r-- 1 root root 15782 Σεπ 18 15:01 SMTPD_ACCESS_README -rw-r--r-- 1 root root 21505 Σεπ 18 15:01 SMTPD_POLICY_README -rw-r--r-- 1 root root 12033 Σεπ 18 15:01 SMTPD_PROXY_README -rw-r--r-- 1 root root 13012 Σεπ 18 15:01 SOHO_README -rw-r--r-- 1 root root 2213 Σεπ 18 15:01 SQLITE_README -rw-r--r-- 1 root root 25946 Σεπ 18 15:01 STANDARD_CONFIGURATION_README -rw-r--r-- 1 root root 20094 Σεπ 18 15:01 STRESS_README -rw-r--r-- 1 root root 52691 Σεπ 18 15:01 TLS_LEGACY_README -rw-r--r-- 1 root root 91318 Σεπ 18 15:01 TLS_README -rw-r--r-- 1 root root 24657 Σεπ 18 15:01 TUNING_README -rw-r--r-- 1 root root 2002 Σεπ 18 15:01 ULTRIX_README -rw-r--r-- 1 root root 5265 Σεπ 18 15:01 UUCP_README -rw-r--r-- 1 root root 7530 Σεπ 18 15:01 VERP_README -rw-r--r-- 1 root root 23850 Σεπ 18 15:01 VIRTUAL_README -rw-r--r-- 1 root root 9735 Σεπ 18 15:01 XCLIENT_README -rw-r--r-- 1 root root 8778 Σεπ 18 15:01 XFORWARD_README /home/djemos/postfix/pkg/usr/doc/postfix-2.9.4/html: σύνολο 3020 -rw-r--r-- 1 root root 13430 Σεπ 18 15:01 ADDRESS_CLASS_README.html -rw-r--r-- 1 root root 51867 Σεπ 18 15:01 ADDRESS_REWRITING_README.html -rw-r--r-- 1 root root 27760 Σεπ 18 15:01 ADDRESS_VERIFICATION_README.html -rw-r--r-- 1 root root 14875 Σεπ 18 15:01 BACKSCATTER_README.html -rw-r--r-- 1 root root 28727 Σεπ 18 15:01 BASIC_CONFIGURATION_README.html -rw-r--r-- 1 root root 16749 Σεπ 18 15:01 BUILTIN_FILTER_README.html -rw-r--r-- 1 root root 3342 Σεπ 18 15:01 CDB_README.html -rw-r--r-- 1 root root 12010 Σεπ 18 15:01 CONNECTION_CACHE_README.html -rw-r--r-- 1 root root 3659 Σεπ 18 15:01 CONTENT_INSPECTION_README.html -rw-r--r-- 1 root root 16805 Σεπ 18 15:01 DATABASE_README.html -rw-r--r-- 1 root root 8522 Σεπ 18 15:01 DB_README.html -rw-r--r-- 1 root root 20979 Σεπ 18 15:01 DEBUG_README.html -rw-r--r-- 1 root root 5265 Σεπ 18 15:01 DSN_README.html -rw-r--r-- 1 root root 14119 Σεπ 18 15:01 ETRN_README.html -rw-r--r-- 1 root root 38885 Σεπ 18 15:01 FILTER_README.html -rw-r--r-- 1 root root 38776 Σεπ 18 15:01 INSTALL.html -rw-r--r-- 1 root root 14517 Σεπ 18 15:01 IPV6_README.html -rw-r--r-- 1 root root 23325 Σεπ 18 15:01 LDAP_README.html -rw-r--r-- 1 root root 1918 Σεπ 18 15:01 LINUX_README.html -rw-r--r-- 1 root root 7894 Σεπ 18 15:01 LOCAL_RECIPIENT_README.html -rw-r--r-- 1 root root 7032 Σεπ 18 15:01 MAILDROP_README.html -rw-r--r-- 1 root root 32026 Σεπ 18 15:01 MILTER_README.html -rw-r--r-- 1 root root 55311 Σεπ 18 15:01 MULTI_INSTANCE_README.html -rw-r--r-- 1 root root 5299 Σεπ 18 15:01 MYSQL_README.html -rw-r--r-- 1 root root 5317 Σεπ 18 15:01 NFS_README.html -rw-r--r-- 1 root root 34295 Σεπ 18 15:01 OVERVIEW.html -rw-r--r-- 1 root root 5239 Σεπ 18 15:01 PACKAGE_README.html -rw-r--r-- 1 root root 3521 Σεπ 18 15:01 PCRE_README.html -rw-r--r-- 1 root root 5236 Σεπ 18 15:01 PGSQL_README.html -rw-r--r-- 1 root root 46808 Σεπ 18 15:01 POSTSCREEN_README.html -rw-r--r-- 1 root root 47556 Σεπ 18 15:01 QSHAPE_README.html -rw-r--r-- 1 root root 8682 Σεπ 18 15:01 RESTRICTION_CLASS_README.html -rw-r--r-- 1 root root 70096 Σεπ 18 15:01 SASL_README.html -rw-r--r-- 1 root root 73797 Σεπ 18 15:01 SCHEDULER_README.html -rw-r--r-- 1 root root 17543 Σεπ 18 15:01 SMTPD_ACCESS_README.html -rw-r--r-- 1 root root 25698 Σεπ 18 15:01 SMTPD_POLICY_README.html -rw-r--r-- 1 root root 16012 Σεπ 18 15:01 SMTPD_PROXY_README.html -rw-r--r-- 1 root root 15950 Σεπ 18 15:01 SOHO_README.html -rw-r--r-- 1 root root 2852 Σεπ 18 15:01 SQLITE_README.html -rw-r--r-- 1 root root 31784 Σεπ 18 15:01 STANDARD_CONFIGURATION_README.html -rw-r--r-- 1 root root 23254 Σεπ 18 15:01 STRESS_README.html -rw-r--r-- 1 root root 66200 Σεπ 18 15:01 TLS_LEGACY_README.html -rw-r--r-- 1 root root 107436 Σεπ 18 15:01 TLS_README.html -rw-r--r-- 1 root root 30018 Σεπ 18 15:01 TUNING_README.html -rw-r--r-- 1 root root 6479 Σεπ 18 15:01 UUCP_README.html -rw-r--r-- 1 root root 9579 Σεπ 18 15:01 VERP_README.html -rw-r--r-- 1 root root 29611 Σεπ 18 15:01 VIRTUAL_README.html -rw-r--r-- 1 root root 8458 Σεπ 18 15:01 XCLIENT_README.html -rw-r--r-- 1 root root 8274 Σεπ 18 15:01 XFORWARD_README.html -rw-r--r-- 1 root root 23541 Σεπ 18 15:01 access.5.html -rw-r--r-- 1 root root 9894 Σεπ 18 15:01 aliases.5.html -rw-r--r-- 1 root root 10197 Σεπ 18 15:01 anvil.8.html -rw-r--r-- 3 root root 9304 Σεπ 18 15:01 bounce.8.html -rw-r--r-- 1 root root 14536 Σεπ 18 15:01 canonical.5.html -rw-r--r-- 1 root root 4597 Σεπ 18 15:01 cidr_table.5.html -rw-r--r-- 1 root root 27408 Σεπ 18 15:01 cleanup.8.html -rw-r--r-- 3 root root 9304 Σεπ 18 15:01 defer.8.html -rw-r--r-- 1 root root 6161 Σεπ 18 15:01 discard.8.html -rw-r--r-- 1 root root 4458 Σεπ 18 15:01 dnsblog.8.html -rw-r--r-- 1 root root 6959 Σεπ 18 15:01 error.8.html -rw-r--r-- 1 root root 8744 Σεπ 18 15:01 flush.8.html -rw-r--r-- 1 root root 12022 Σεπ 18 15:01 generic.5.html -rw-r--r-- 1 root root 26159 Σεπ 18 15:01 header_checks.5.html -rw-r--r-- 1 root root 4508 Σεπ 18 15:01 index.html -rw-r--r-- 1 root root 38707 Σεπ 18 15:01 ldap_table.5.html -rw-r--r-- 2 root root 48151 Σεπ 18 15:01 lmtp.8.html -rw-r--r-- 1 root root 37584 Σεπ 18 15:01 local.8.html -rw-r--r-- 3 root root 24143 Σεπ 18 15:01 mailq.1.html -rw-r--r-- 1 root root 13408 Σεπ 18 15:01 master.5.html -rw-r--r-- 1 root root 10272 Σεπ 18 15:01 master.8.html -rw-r--r-- 1 root root 11813 Σεπ 18 15:01 memcache_table.5.html -rw-r--r-- 1 root root 15918 Σεπ 18 15:01 mysql_table.5.html -rw-r--r-- 3 root root 24143 Σεπ 18 15:01 newaliases.1.html -rw-r--r-- 1 root root 3511 Σεπ 18 15:01 nisplus_table.5.html -rw-r--r-- 1 root root 21223 Σεπ 18 15:02 oqmgr.8.html -rw-r--r-- 1 root root 9835 Σεπ 18 15:02 pcre_table.5.html -rw-r--r-- 1 root root 16939 Σεπ 18 15:02 pgsql_table.5.html -rw-r--r-- 1 root root 6060 Σεπ 18 15:02 pickup.8.html -rw-r--r-- 1 root root 24992 Σεπ 18 15:02 pipe.8.html -rw-r--r-- 1 root root 12308 Σεπ 18 15:02 postalias.1.html -rw-r--r-- 1 root root 3976 Σεπ 18 15:02 postcat.1.html -rw-r--r-- 1 root root 18321 Σεπ 18 15:02 postconf.1.html -rw-r--r-- 1 root root 624385 Σεπ 18 15:02 postconf.5.html -rw-r--r-- 1 root root 6070 Σεπ 18 15:02 postdrop.1.html -rw-r--r-- 1 root root 3665 Σεπ 18 15:02 postfix-logo.jpg -rw-r--r-- 1 root root 7195 Σεπ 18 15:02 postfix-manuals.html -rw-r--r-- 1 root root 16060 Σεπ 18 15:02 postfix-wrapper.5.html -rw-r--r-- 1 root root 20941 Σεπ 18 15:02 postfix.1.html -rw-r--r-- 1 root root 3799 Σεπ 18 15:02 postkick.1.html -rw-r--r-- 1 root root 5014 Σεπ 18 15:02 postlock.1.html -rw-r--r-- 1 root root 3777 Σεπ 18 15:02 postlog.1.html -rw-r--r-- 1 root root 14446 Σεπ 18 15:02 postmap.1.html -rw-r--r-- 1 root root 23869 Σεπ 18 15:02 postmulti.1.html -rw-r--r-- 1 root root 9574 Σεπ 18 15:02 postqueue.1.html -rw-r--r-- 1 root root 26799 Σεπ 18 15:02 postscreen.8.html -rw-r--r-- 1 root root 15094 Σεπ 18 15:02 postsuper.1.html -rw-r--r-- 1 root root 11804 Σεπ 18 15:02 proxymap.8.html -rw-r--r-- 1 root root 26385 Σεπ 18 15:02 qmgr.8.html -rw-r--r-- 1 root root 2358 Σεπ 18 15:02 qmqp-sink.1.html -rw-r--r-- 1 root root 3995 Σεπ 18 15:02 qmqp-source.1.html -rw-r--r-- 1 root root 8575 Σεπ 18 15:02 qmqpd.8.html -rw-r--r-- 1 root root 7727 Σεπ 18 15:02 qshape.1.html -rw-r--r-- 1 root root 7851 Σεπ 18 15:02 regexp_table.5.html -rw-r--r-- 1 root root 8233 Σεπ 18 15:02 relocated.5.html -rw-r--r-- 3 root root 24143 Σεπ 18 15:01 sendmail.1.html -rw-r--r-- 1 root root 5720 Σεπ 18 15:02 showq.8.html -rw-r--r-- 1 root root 13631 Σεπ 18 15:02 smtp-sink.1.html -rw-r--r-- 1 root root 5789 Σεπ 18 15:02 smtp-source.1.html -rw-r--r-- 2 root root 48151 Σεπ 18 15:01 smtp.8.html -rw-r--r-- 1 root root 76992 Σεπ 18 15:02 smtpd.8.html -rw-r--r-- 1 root root 7427 Σεπ 18 15:02 spawn.8.html -rw-r--r-- 1 root root 14220 Σεπ 18 15:01 sqlite_table.5.html -rw-r--r-- 1 root root 4424 Σεπ 18 15:02 tcp_table.5.html -rw-r--r-- 1 root root 15503 Σεπ 18 15:02 tlsproxy.8.html -rw-r--r-- 3 root root 9304 Σεπ 18 15:01 trace.8.html -rw-r--r-- 1 root root 15537 Σεπ 18 15:02 transport.5.html -rw-r--r-- 1 root root 19942 Σεπ 18 15:02 trivial-rewrite.8.html -rw-r--r-- 1 root root 12353 Σεπ 18 15:02 verify.8.html -rw-r--r-- 1 root root 15673 Σεπ 18 15:02 virtual.5.html -rw-r--r-- 1 root root 17127 Σεπ 18 15:02 virtual.8.html /home/djemos/postfix/pkg/usr/libexec: σύνολο 4 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 postfix /home/djemos/postfix/pkg/usr/libexec/postfix: σύνολο 6936 -rwxr-xr-x 1 root root 199564 Σεπ 18 15:02 anvil -rwxr-xr-x 1 root root 244876 Σεπ 18 15:02 bounce -rwxr-xr-x 1 root root 339372 Σεπ 18 15:02 cleanup -rwxr-xr-x 1 root root 220108 Σεπ 18 15:02 discard -rwxr-xr-x 1 root root 200716 Σεπ 18 15:02 dnsblog -rwxr-xr-x 1 root root 220364 Σεπ 18 15:02 error -rwxr-xr-x 1 root root 207820 Σεπ 18 15:02 flush -rwxr-xr-x 2 root root 374924 Σεπ 18 15:02 lmtp -rwxr-xr-x 1 root root 306348 Σεπ 18 15:02 local -rw-r--r-- 1 root root 26112 Σεπ 18 15:00 main.cf -rwxr-xr-x 1 root root 142124 Σεπ 18 15:02 master -rw-r--r-- 1 root root 5663 Σεπ 18 15:00 master.cf -rwxr-xr-x 2 root root 273324 Σεπ 18 15:02 nqmgr -rwxr-xr-x 1 root root 265132 Σεπ 18 15:02 oqmgr -rwxr-xr-x 1 root root 207820 Σεπ 18 15:02 pickup -rwxr-xr-x 1 root root 253196 Σεπ 18 15:02 pipe -rwxr-xr-x 1 root root 26498 Σεπ 18 15:00 post-install -rw-r--r-- 1 root root 19608 Σεπ 18 15:02 postfix-files -rwxr-xr-x 1 root root 8203 Σεπ 18 15:00 postfix-script -rwxr-xr-x 1 root root 6543 Σεπ 18 15:00 postfix-wrapper -rwxr-xr-x 1 root root 8419 Σεπ 18 15:00 postmulti-script -rwxr-xr-x 1 root root 244908 Σεπ 18 15:02 postscreen -rwxr-xr-x 1 root root 187276 Σεπ 18 15:02 proxymap -rwxr-xr-x 2 root root 273324 Σεπ 18 15:02 qmgr -rwxr-xr-x 1 root root 224332 Σεπ 18 15:02 qmqpd -rwxr-xr-x 1 root root 195500 Σεπ 18 15:02 scache -rwxr-xr-x 1 root root 212428 Σεπ 18 15:02 showq -rwxr-xr-x 2 root root 374924 Σεπ 18 15:02 smtp -rwxr-xr-x 1 root root 463052 Σεπ 18 15:02 smtpd -rwxr-xr-x 1 root root 195628 Σεπ 18 15:02 spawn -rwxr-xr-x 1 root root 213100 Σεπ 18 15:02 tlsmgr -rwxr-xr-x 1 root root 237132 Σεπ 18 15:02 tlsproxy -rwxr-xr-x 1 root root 212108 Σεπ 18 15:02 trivial-rewrite -rwxr-xr-x 1 root root 211884 Σεπ 18 15:02 verify -rwxr-xr-x 1 root root 244716 Σεπ 18 15:02 virtual /home/djemos/postfix/pkg/usr/man: σύνολο 12 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 man1 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 man5 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 man8 /home/djemos/postfix/pkg/usr/man/man1: σύνολο 72 -rw-r--r-- 1 root root 48 Σεπ 18 15:00 mailq.1.gz -rw-r--r-- 1 root root 53 Σεπ 18 15:00 newaliases.1.gz -rw-r--r-- 1 root root 3029 Σεπ 18 15:00 postalias.1.gz -rw-r--r-- 1 root root 1185 Σεπ 18 15:00 postcat.1.gz -rw-r--r-- 1 root root 3638 Σεπ 18 15:00 postconf.1.gz -rw-r--r-- 1 root root 1640 Σεπ 18 15:00 postdrop.1.gz -rw-r--r-- 1 root root 4273 Σεπ 18 15:00 postfix.1.gz -rw-r--r-- 1 root root 1155 Σεπ 18 15:00 postkick.1.gz -rw-r--r-- 1 root root 1397 Σεπ 18 15:00 postlock.1.gz -rw-r--r-- 1 root root 1145 Σεπ 18 15:00 postlog.1.gz -rw-r--r-- 1 root root 3472 Σεπ 18 15:00 postmap.1.gz -rw-r--r-- 1 root root 4642 Σεπ 18 15:00 postmulti.1.gz -rw-r--r-- 1 root root 2354 Σεπ 18 15:00 postqueue.1.gz -rw-r--r-- 1 root root 3413 Σεπ 18 15:00 postsuper.1.gz -rw-r--r-- 1 root root 5303 Σεπ 18 15:00 sendmail.1.gz /home/djemos/postfix/pkg/usr/man/man5: σύνολο 216 -rw-r--r-- 1 root root 5416 Σεπ 18 15:00 access.5.gz -rw-r--r-- 1 root root 2771 Σεπ 18 15:00 aliases.5.gz -rw-r--r-- 1 root root 59 Σεπ 18 15:00 body_checks.5.gz -rw-r--r-- 1 root root 2603 Σεπ 18 15:00 bounce.5.gz -rw-r--r-- 1 root root 3650 Σεπ 18 15:00 canonical.5.gz -rw-r--r-- 1 root root 1556 Σεπ 18 15:00 cidr_table.5.gz -rw-r--r-- 1 root root 3309 Σεπ 18 15:00 generic.5.gz -rw-r--r-- 1 root root 5838 Σεπ 18 15:00 header_checks.5.gz -rw-r--r-- 1 root root 9182 Σεπ 18 15:00 ldap_table.5.gz -rw-r--r-- 1 root root 3247 Σεπ 18 15:00 master.5.gz -rw-r--r-- 1 root root 3185 Σεπ 18 15:00 memcache_table.5.gz -rw-r--r-- 1 root root 4316 Σεπ 18 15:00 mysql_table.5.gz -rw-r--r-- 1 root root 1185 Σεπ 18 15:00 nisplus_table.5.gz -rw-r--r-- 1 root root 3156 Σεπ 18 15:00 pcre_table.5.gz -rw-r--r-- 1 root root 4568 Σεπ 18 15:00 pgsql_table.5.gz -rw-r--r-- 1 root root 104016 Σεπ 18 15:00 postconf.5.gz -rw-r--r-- 1 root root 3568 Σεπ 18 15:00 postfix-wrapper.5.gz -rw-r--r-- 1 root root 2631 Σεπ 18 15:00 regexp_table.5.gz -rw-r--r-- 1 root root 2348 Σεπ 18 15:00 relocated.5.gz -rw-r--r-- 1 root root 3760 Σεπ 18 15:00 sqlite_table.5.gz -rw-r--r-- 1 root root 1553 Σεπ 18 15:01 tcp_table.5.gz -rw-r--r-- 1 root root 3810 Σεπ 18 15:01 transport.5.gz -rw-r--r-- 1 root root 3863 Σεπ 18 15:01 virtual.5.gz /home/djemos/postfix/pkg/usr/man/man8: σύνολο 160 -rw-r--r-- 1 root root 2586 Σεπ 18 15:01 anvil.8.gz -rw-r--r-- 1 root root 2204 Σεπ 18 15:01 bounce.8.gz -rw-r--r-- 1 root root 5078 Σεπ 18 15:01 cleanup.8.gz -rw-r--r-- 1 root root 46 Σεπ 18 15:01 defer.8.gz -rw-r--r-- 1 root root 1701 Σεπ 18 15:01 discard.8.gz -rw-r--r-- 1 root root 1288 Σεπ 18 15:01 dnsblog.8.gz -rw-r--r-- 1 root root 1815 Σεπ 18 15:01 error.8.gz -rw-r--r-- 1 root root 2371 Σεπ 18 15:01 flush.8.gz -rw-r--r-- 1 root root 43 Σεπ 18 15:01 lmtp.8.gz -rw-r--r-- 1 root root 7172 Σεπ 18 15:01 local.8.gz -rw-r--r-- 1 root root 2506 Σεπ 18 15:01 master.8.gz -rw-r--r-- 1 root root 4544 Σεπ 18 15:01 oqmgr.8.gz -rw-r--r-- 1 root root 1765 Σεπ 18 15:01 pickup.8.gz -rw-r--r-- 1 root root 5187 Σεπ 18 15:01 pipe.8.gz -rw-r--r-- 1 root root 5240 Σεπ 18 15:01 postscreen.8.gz -rw-r--r-- 1 root root 3055 Σεπ 18 15:01 proxymap.8.gz -rw-r--r-- 1 root root 4951 Σεπ 18 15:01 qmgr.8.gz -rw-r--r-- 1 root root 2381 Σεπ 18 15:01 qmqpd.8.gz -rw-r--r-- 1 root root 2142 Σεπ 18 15:01 scache.8.gz -rw-r--r-- 1 root root 1573 Σεπ 18 15:01 showq.8.gz -rw-r--r-- 1 root root 8652 Σεπ 18 15:01 smtp.8.gz -rw-r--r-- 1 root root 11804 Σεπ 18 15:01 smtpd.8.gz -rw-r--r-- 1 root root 2108 Σεπ 18 15:01 spawn.8.gz -rw-r--r-- 1 root root 2289 Σεπ 18 15:01 tlsmgr.8.gz -rw-r--r-- 1 root root 2616 Σεπ 18 15:01 tlsproxy.8.gz -rw-r--r-- 1 root root 46 Σεπ 18 15:01 trace.8.gz -rw-r--r-- 1 root root 3733 Σεπ 18 15:01 trivial-rewrite.8.gz -rw-r--r-- 1 root root 2714 Σεπ 18 15:01 verify.8.gz -rw-r--r-- 1 root root 4154 Σεπ 18 15:01 virtual.8.gz /home/djemos/postfix/pkg/usr/sbin: σύνολο 1868 -rwxr-xr-x 1 root root 187212 Σεπ 18 15:02 postalias -rwxr-xr-x 1 root root 109516 Σεπ 18 15:02 postcat -rwxr-xr-x 1 root root 223628 Σεπ 18 15:02 postconf -rwxr-sr-x 1 root postdrop 175084 Σεπ 18 15:02 postdrop -rwxr-xr-x 1 root root 94092 Σεπ 18 15:02 postfix -rwxr-xr-x 1 root root 105100 Σεπ 18 15:02 postkick -rwxr-xr-x 1 root root 101004 Σεπ 18 15:02 postlock -rwxr-xr-x 1 root root 94764 Σεπ 18 15:02 postlog -rwxr-xr-x 1 root root 187436 Σεπ 18 15:02 postmap -rwxr-xr-x 1 root root 109452 Σεπ 18 15:02 postmulti -rwxr-sr-x 1 root postdrop 191436 Σεπ 18 15:02 postqueue -rwxr-xr-x 1 root root 113612 Σεπ 18 15:02 postsuper -rwxr-xr-x 1 root root 203884 Σεπ 18 15:02 sendmail /home/djemos/postfix/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Σεπ 18 15:02 postfix-2.9.4 /home/djemos/postfix/pkg/usr/src/postfix-2.9.4: σύνολο 16 -rw-r--r-- 1 root root 257 Σεπ 18 14:49 README.Slackware -rw-r--r-- 1 root root 3328 Σεπ 18 15:02 SLKBUILD -rw-r--r-- 1 root root 681 Σεπ 18 14:49 aliases.patch -rw-r--r-- 1 root root 1442 Σεπ 18 14:49 rc.postfix /home/djemos/postfix/pkg/var: σύνολο 8 drwxr-xr-x 3 root root 4096 Σεπ 18 15:00 lib drwxr-xr-x 3 root root 4096 Σεπ 18 15:00 spool /home/djemos/postfix/pkg/var/lib: σύνολο 4 drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 postfix /home/djemos/postfix/pkg/var/lib/postfix: σύνολο 0 /home/djemos/postfix/pkg/var/spool: σύνολο 4 drwxr-xr-x 16 root root 4096 Σεπ 18 15:00 postfix /home/djemos/postfix/pkg/var/spool/postfix: σύνολο 56 drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 active drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 bounce drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 corrupt drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 defer drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 deferred drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 flush drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 hold drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 incoming drwx-wx--- 2 postfix postdrop 4096 Σεπ 18 15:00 maildrop drwxr-xr-x 2 root postdrop 4096 Σεπ 18 15:00 pid drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 private drwx--x--- 2 postfix postdrop 4096 Σεπ 18 15:00 public drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 saved drwx------ 2 postfix postdrop 4096 Σεπ 18 15:00 trace /home/djemos/postfix/pkg/var/spool/postfix/active: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/bounce: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/corrupt: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/defer: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/deferred: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/flush: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/hold: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/incoming: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/maildrop: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/pid: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/private: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/public: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/saved: σύνολο 0 /home/djemos/postfix/pkg/var/spool/postfix/trace: σύνολο 0 Slackware package maker, version 3.14159. Searching for symbolic links: usr/bin/newaliases -> ../../usr/sbin/sendmail usr/bin/mailq -> ../../usr/sbin/sendmail Making symbolic link creation script: ( cd usr/bin ; rm -rf newaliases ) ( cd usr/bin ; ln -sf ../../usr/sbin/sendmail newaliases ) ( cd usr/bin ; rm -rf mailq ) ( cd usr/bin ; ln -sf ../../usr/sbin/sendmail mailq ) Unless your existing installation script already contains the code to create these links, you should append these lines to your existing install script. Now's your chance. :^) Would you like to add this stuff to the existing install script and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed «./usr/bin/newaliases» removed «./usr/bin/mailq» Updating your ./install/doinst.sh (prepending symlinks)... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/postfix/postfix-2.9.4-i486-1dj.txz ./ install/ install/slack-desc install/doinst.sh etc/ etc/postfix/ etc/postfix/access.new etc/postfix/main.cf.new etc/postfix/makedefs.out.new etc/postfix/canonical.new etc/postfix/LICENSE etc/postfix/generic.new etc/postfix/header_checks.new etc/postfix/master.cf.new etc/postfix/main.cf.default.new etc/postfix/aliases.new etc/postfix/TLS_LICENSE etc/postfix/relocated.new etc/postfix/bounce.cf.default etc/postfix/transport.new etc/postfix/virtual.new etc/rc.d/ etc/rc.d/rc.postfix var/ var/lib/ var/lib/postfix/ var/spool/ var/spool/postfix/ var/spool/postfix/incoming/ var/spool/postfix/private/ var/spool/postfix/saved/ var/spool/postfix/public/ var/spool/postfix/pid/ var/spool/postfix/flush/ var/spool/postfix/trace/ var/spool/postfix/hold/ var/spool/postfix/corrupt/ var/spool/postfix/active/ var/spool/postfix/deferred/ var/spool/postfix/defer/ var/spool/postfix/maildrop/ var/spool/postfix/bounce/ usr/ usr/man/ usr/man/man8/ usr/man/man8/oqmgr.8.gz usr/man/man8/smtpd.8.gz usr/man/man8/master.8.gz usr/man/man8/showq.8.gz usr/man/man8/qmqpd.8.gz usr/man/man8/verify.8.gz usr/man/man8/scache.8.gz usr/man/man8/virtual.8.gz usr/man/man8/spawn.8.gz usr/man/man8/error.8.gz usr/man/man8/postscreen.8.gz usr/man/man8/tlsproxy.8.gz usr/man/man8/tlsmgr.8.gz usr/man/man8/smtp.8.gz usr/man/man8/bounce.8.gz usr/man/man8/trace.8.gz usr/man/man8/cleanup.8.gz usr/man/man8/dnsblog.8.gz usr/man/man8/pipe.8.gz usr/man/man8/discard.8.gz usr/man/man8/defer.8.gz usr/man/man8/qmgr.8.gz usr/man/man8/trivial-rewrite.8.gz usr/man/man8/proxymap.8.gz usr/man/man8/pickup.8.gz usr/man/man8/lmtp.8.gz usr/man/man8/anvil.8.gz usr/man/man8/local.8.gz usr/man/man8/flush.8.gz usr/man/man1/ usr/man/man1/postkick.1.gz usr/man/man1/postcat.1.gz usr/man/man1/postmulti.1.gz usr/man/man1/postconf.1.gz usr/man/man1/postfix.1.gz usr/man/man1/newaliases.1.gz usr/man/man1/postlock.1.gz usr/man/man1/postsuper.1.gz usr/man/man1/postdrop.1.gz usr/man/man1/sendmail.1.gz usr/man/man1/mailq.1.gz usr/man/man1/postqueue.1.gz usr/man/man1/postlog.1.gz usr/man/man1/postmap.1.gz usr/man/man1/postalias.1.gz usr/man/man5/ usr/man/man5/tcp_table.5.gz usr/man/man5/access.5.gz usr/man/man5/regexp_table.5.gz usr/man/man5/relocated.5.gz usr/man/man5/bounce.5.gz usr/man/man5/cidr_table.5.gz usr/man/man5/virtual.5.gz usr/man/man5/transport.5.gz usr/man/man5/master.5.gz usr/man/man5/postfix-wrapper.5.gz usr/man/man5/header_checks.5.gz usr/man/man5/ldap_table.5.gz usr/man/man5/pcre_table.5.gz usr/man/man5/postconf.5.gz usr/man/man5/body_checks.5.gz usr/man/man5/aliases.5.gz usr/man/man5/canonical.5.gz usr/man/man5/pgsql_table.5.gz usr/man/man5/mysql_table.5.gz usr/man/man5/sqlite_table.5.gz usr/man/man5/generic.5.gz usr/man/man5/nisplus_table.5.gz usr/man/man5/memcache_table.5.gz usr/doc/ usr/doc/postfix-2.9.4/ usr/doc/postfix-2.9.4/HISTORY usr/doc/postfix-2.9.4/AAAREADME usr/doc/postfix-2.9.4/US_PATENT_6321267 usr/doc/postfix-2.9.4/readme2html usr/doc/postfix-2.9.4/PORTING usr/doc/postfix-2.9.4/README.Slackware usr/doc/postfix-2.9.4/IPv6-ChangeLog usr/doc/postfix-2.9.4/html/ usr/doc/postfix-2.9.4/html/header_checks.5.html usr/doc/postfix-2.9.4/html/BACKSCATTER_README.html usr/doc/postfix-2.9.4/html/STANDARD_CONFIGURATION_README.html usr/doc/postfix-2.9.4/html/ldap_table.5.html usr/doc/postfix-2.9.4/html/SMTPD_PROXY_README.html usr/doc/postfix-2.9.4/html/tlsproxy.8.html usr/doc/postfix-2.9.4/html/PACKAGE_README.html usr/doc/postfix-2.9.4/html/PCRE_README.html usr/doc/postfix-2.9.4/html/DEBUG_README.html usr/doc/postfix-2.9.4/html/sqlite_table.5.html usr/doc/postfix-2.9.4/html/CONTENT_INSPECTION_README.html usr/doc/postfix-2.9.4/html/TLS_LEGACY_README.html usr/doc/postfix-2.9.4/html/postlog.1.html usr/doc/postfix-2.9.4/html/smtp-sink.1.html usr/doc/postfix-2.9.4/html/NFS_README.html usr/doc/postfix-2.9.4/html/master.5.html usr/doc/postfix-2.9.4/html/pipe.8.html usr/doc/postfix-2.9.4/html/SQLITE_README.html usr/doc/postfix-2.9.4/html/postfix-logo.jpg usr/doc/postfix-2.9.4/html/nisplus_table.5.html usr/doc/postfix-2.9.4/html/TUNING_README.html usr/doc/postfix-2.9.4/html/postsuper.1.html usr/doc/postfix-2.9.4/html/showq.8.html usr/doc/postfix-2.9.4/html/postfix-wrapper.5.html usr/doc/postfix-2.9.4/html/aliases.5.html usr/doc/postfix-2.9.4/html/postmap.1.html usr/doc/postfix-2.9.4/html/MAILDROP_README.html usr/doc/postfix-2.9.4/html/sendmail.1.html usr/doc/postfix-2.9.4/html/virtual.8.html usr/doc/postfix-2.9.4/html/anvil.8.html usr/doc/postfix-2.9.4/html/LOCAL_RECIPIENT_README.html usr/doc/postfix-2.9.4/html/pcre_table.5.html usr/doc/postfix-2.9.4/html/ADDRESS_VERIFICATION_README.html usr/doc/postfix-2.9.4/html/SCHEDULER_README.html usr/doc/postfix-2.9.4/html/flush.8.html usr/doc/postfix-2.9.4/html/XCLIENT_README.html usr/doc/postfix-2.9.4/html/postkick.1.html usr/doc/postfix-2.9.4/html/qmqpd.8.html usr/doc/postfix-2.9.4/html/verify.8.html usr/doc/postfix-2.9.4/html/pickup.8.html usr/doc/postfix-2.9.4/html/bounce.8.html usr/doc/postfix-2.9.4/html/INSTALL.html usr/doc/postfix-2.9.4/html/BUILTIN_FILTER_README.html usr/doc/postfix-2.9.4/html/VERP_README.html usr/doc/postfix-2.9.4/html/postcat.1.html usr/doc/postfix-2.9.4/html/LINUX_README.html usr/doc/postfix-2.9.4/html/TLS_README.html usr/doc/postfix-2.9.4/html/MULTI_INSTANCE_README.html usr/doc/postfix-2.9.4/html/SOHO_README.html usr/doc/postfix-2.9.4/html/trace.8.html usr/doc/postfix-2.9.4/html/CDB_README.html usr/doc/postfix-2.9.4/html/postfix-manuals.html usr/doc/postfix-2.9.4/html/trivial-rewrite.8.html usr/doc/postfix-2.9.4/html/postconf.1.html usr/doc/postfix-2.9.4/html/cidr_table.5.html usr/doc/postfix-2.9.4/html/BASIC_CONFIGURATION_README.html usr/doc/postfix-2.9.4/html/proxymap.8.html usr/doc/postfix-2.9.4/html/lmtp.8.html usr/doc/postfix-2.9.4/html/smtpd.8.html usr/doc/postfix-2.9.4/html/smtp.8.html usr/doc/postfix-2.9.4/html/index.html usr/doc/postfix-2.9.4/html/MILTER_README.html usr/doc/postfix-2.9.4/html/memcache_table.5.html usr/doc/postfix-2.9.4/html/discard.8.html usr/doc/postfix-2.9.4/html/transport.5.html usr/doc/postfix-2.9.4/html/cleanup.8.html usr/doc/postfix-2.9.4/html/pgsql_table.5.html usr/doc/postfix-2.9.4/html/postalias.1.html usr/doc/postfix-2.9.4/html/IPV6_README.html usr/doc/postfix-2.9.4/html/regexp_table.5.html usr/doc/postfix-2.9.4/html/smtp-source.1.html usr/doc/postfix-2.9.4/html/postqueue.1.html usr/doc/postfix-2.9.4/html/PGSQL_README.html usr/doc/postfix-2.9.4/html/ADDRESS_CLASS_README.html usr/doc/postfix-2.9.4/html/canonical.5.html usr/doc/postfix-2.9.4/html/postlock.1.html usr/doc/postfix-2.9.4/html/qmgr.8.html usr/doc/postfix-2.9.4/html/tcp_table.5.html usr/doc/postfix-2.9.4/html/relocated.5.html usr/doc/postfix-2.9.4/html/postdrop.1.html usr/doc/postfix-2.9.4/html/DB_README.html usr/doc/postfix-2.9.4/html/qmqp-source.1.html usr/doc/postfix-2.9.4/html/mailq.1.html usr/doc/postfix-2.9.4/html/dnsblog.8.html usr/doc/postfix-2.9.4/html/LDAP_README.html usr/doc/postfix-2.9.4/html/generic.5.html usr/doc/postfix-2.9.4/html/spawn.8.html usr/doc/postfix-2.9.4/html/postmulti.1.html usr/doc/postfix-2.9.4/html/postfix.1.html usr/doc/postfix-2.9.4/html/XFORWARD_README.html usr/doc/postfix-2.9.4/html/DSN_README.html usr/doc/postfix-2.9.4/html/error.8.html usr/doc/postfix-2.9.4/html/DATABASE_README.html usr/doc/postfix-2.9.4/html/mysql_table.5.html usr/doc/postfix-2.9.4/html/FILTER_README.html usr/doc/postfix-2.9.4/html/MYSQL_README.html usr/doc/postfix-2.9.4/html/POSTSCREEN_README.html usr/doc/postfix-2.9.4/html/virtual.5.html usr/doc/postfix-2.9.4/html/RESTRICTION_CLASS_README.html usr/doc/postfix-2.9.4/html/SMTPD_POLICY_README.html usr/doc/postfix-2.9.4/html/VIRTUAL_README.html usr/doc/postfix-2.9.4/html/oqmgr.8.html usr/doc/postfix-2.9.4/html/postscreen.8.html usr/doc/postfix-2.9.4/html/postconf.5.html usr/doc/postfix-2.9.4/html/newaliases.1.html usr/doc/postfix-2.9.4/html/ETRN_README.html usr/doc/postfix-2.9.4/html/UUCP_README.html usr/doc/postfix-2.9.4/html/SMTPD_ACCESS_README.html usr/doc/postfix-2.9.4/html/master.8.html usr/doc/postfix-2.9.4/html/STRESS_README.html usr/doc/postfix-2.9.4/html/OVERVIEW.html usr/doc/postfix-2.9.4/html/SASL_README.html usr/doc/postfix-2.9.4/html/defer.8.html usr/doc/postfix-2.9.4/html/qshape.1.html usr/doc/postfix-2.9.4/html/ADDRESS_REWRITING_README.html usr/doc/postfix-2.9.4/html/qmqp-sink.1.html usr/doc/postfix-2.9.4/html/CONNECTION_CACHE_README.html usr/doc/postfix-2.9.4/html/local.8.html usr/doc/postfix-2.9.4/html/access.5.html usr/doc/postfix-2.9.4/html/QSHAPE_README.html usr/doc/postfix-2.9.4/LICENSE usr/doc/postfix-2.9.4/TLS_ACKNOWLEDGEMENTS usr/doc/postfix-2.9.4/COMPATIBILITY usr/doc/postfix-2.9.4/INSTALL usr/doc/postfix-2.9.4/COPYRIGHT usr/doc/postfix-2.9.4/TLS_CHANGES usr/doc/postfix-2.9.4/RELEASE_NOTES usr/doc/postfix-2.9.4/README_FILES/ usr/doc/postfix-2.9.4/README_FILES/XFORWARD_README usr/doc/postfix-2.9.4/README_FILES/MYSQL_README usr/doc/postfix-2.9.4/README_FILES/MULTI_INSTANCE_README usr/doc/postfix-2.9.4/README_FILES/RESTRICTION_CLASS_README usr/doc/postfix-2.9.4/README_FILES/NFS_README usr/doc/postfix-2.9.4/README_FILES/AAAREADME usr/doc/postfix-2.9.4/README_FILES/SMTPD_POLICY_README usr/doc/postfix-2.9.4/README_FILES/SQLITE_README usr/doc/postfix-2.9.4/README_FILES/DATABASE_README usr/doc/postfix-2.9.4/README_FILES/CONTENT_INSPECTION_README usr/doc/postfix-2.9.4/README_FILES/SMTPD_ACCESS_README usr/doc/postfix-2.9.4/README_FILES/STRESS_README usr/doc/postfix-2.9.4/README_FILES/PACKAGE_README usr/doc/postfix-2.9.4/README_FILES/CDB_README usr/doc/postfix-2.9.4/README_FILES/LDAP_README usr/doc/postfix-2.9.4/README_FILES/CONNECTION_CACHE_README usr/doc/postfix-2.9.4/README_FILES/PGSQL_README usr/doc/postfix-2.9.4/README_FILES/LINUX_README usr/doc/postfix-2.9.4/README_FILES/BACKSCATTER_README usr/doc/postfix-2.9.4/README_FILES/IPV6_README usr/doc/postfix-2.9.4/README_FILES/XCLIENT_README usr/doc/postfix-2.9.4/README_FILES/DEBUG_README usr/doc/postfix-2.9.4/README_FILES/MEMCACHE_README usr/doc/postfix-2.9.4/README_FILES/STANDARD_CONFIGURATION_README usr/doc/postfix-2.9.4/README_FILES/FILTER_README usr/doc/postfix-2.9.4/README_FILES/TUNING_README usr/doc/postfix-2.9.4/README_FILES/SASL_README usr/doc/postfix-2.9.4/README_FILES/SCHEDULER_README usr/doc/postfix-2.9.4/README_FILES/VIRTUAL_README usr/doc/postfix-2.9.4/README_FILES/BASIC_CONFIGURATION_README usr/doc/postfix-2.9.4/README_FILES/BUILTIN_FILTER_README usr/doc/postfix-2.9.4/README_FILES/MAILDROP_README usr/doc/postfix-2.9.4/README_FILES/UUCP_README usr/doc/postfix-2.9.4/README_FILES/TLS_LEGACY_README usr/doc/postfix-2.9.4/README_FILES/VERP_README usr/doc/postfix-2.9.4/README_FILES/INSTALL usr/doc/postfix-2.9.4/README_FILES/SOHO_README usr/doc/postfix-2.9.4/README_FILES/ADDRESS_CLASS_README usr/doc/postfix-2.9.4/README_FILES/ADDRESS_REWRITING_README usr/doc/postfix-2.9.4/README_FILES/RELEASE_NOTES usr/doc/postfix-2.9.4/README_FILES/ULTRIX_README usr/doc/postfix-2.9.4/README_FILES/ETRN_README usr/doc/postfix-2.9.4/README_FILES/OVERVIEW usr/doc/postfix-2.9.4/README_FILES/LOCAL_RECIPIENT_README usr/doc/postfix-2.9.4/README_FILES/SMTPD_PROXY_README usr/doc/postfix-2.9.4/README_FILES/DSN_README usr/doc/postfix-2.9.4/README_FILES/TLS_README usr/doc/postfix-2.9.4/README_FILES/QSHAPE_README usr/doc/postfix-2.9.4/README_FILES/PCRE_README usr/doc/postfix-2.9.4/README_FILES/DB_README usr/doc/postfix-2.9.4/README_FILES/POSTSCREEN_README usr/doc/postfix-2.9.4/README_FILES/MILTER_README usr/doc/postfix-2.9.4/README_FILES/ADDRESS_VERIFICATION_README usr/doc/postfix-2.9.4/README.SPF usr/doc/postfix-2.9.4/TLS_LICENSE usr/doc/postfix-2.9.4/README usr/sbin/ usr/sbin/postlog usr/sbin/postlock usr/sbin/postcat usr/sbin/postmap usr/sbin/postfix usr/sbin/postconf usr/sbin/postmulti usr/sbin/sendmail usr/sbin/postsuper usr/sbin/postalias usr/sbin/postdrop usr/sbin/postqueue usr/sbin/postkick usr/libexec/ usr/libexec/postfix/ usr/libexec/postfix/showq usr/libexec/postfix/postfix-wrapper usr/libexec/postfix/cleanup usr/libexec/postfix/smtpd usr/libexec/postfix/discard usr/libexec/postfix/postfix-script usr/libexec/postfix/postscreen usr/libexec/postfix/tlsproxy usr/libexec/postfix/main.cf usr/libexec/postfix/trivial-rewrite usr/libexec/postfix/post-install usr/libexec/postfix/postfix-files usr/libexec/postfix/virtual usr/libexec/postfix/spawn usr/libexec/postfix/flush usr/libexec/postfix/master.cf usr/libexec/postfix/smtp usr/libexec/postfix/verify usr/libexec/postfix/pickup usr/libexec/postfix/qmgr usr/libexec/postfix/nqmgr usr/libexec/postfix/oqmgr usr/libexec/postfix/postmulti-script usr/libexec/postfix/local usr/libexec/postfix/proxymap usr/libexec/postfix/error usr/libexec/postfix/pipe usr/libexec/postfix/dnsblog usr/libexec/postfix/anvil usr/libexec/postfix/tlsmgr usr/libexec/postfix/master usr/libexec/postfix/lmtp usr/libexec/postfix/qmqpd usr/libexec/postfix/bounce usr/libexec/postfix/scache usr/bin/ usr/src/ usr/src/postfix-2.9.4/ usr/src/postfix-2.9.4/README.Slackware usr/src/postfix-2.9.4/aliases.patch usr/src/postfix-2.9.4/rc.postfix usr/src/postfix-2.9.4/SLKBUILD Slackware package /home/djemos/postfix/postfix-2.9.4-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories