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=distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE ' update MAKELEVEL=) || exit 1; \ done [src/util] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c alldig.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c allprint.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c argv.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c argv_split.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_print0.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_print64.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_print_plain.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_scan0.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_scan64.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c attr_scan_plain.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c auto_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c base64_code.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c basename.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c binhash.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c chroot_uid.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c cidr_match.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c clean_env.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c close_on_exec.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c concatenate.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c ctable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_alloc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_cdb.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_cidr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_db.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_dbm.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_debug.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_env.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_ht.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_ni.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_nis.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_nisplus.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_open.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_pcre.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_regexp.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_sdbm.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_static.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_tcp.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_unix.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dir_forest.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c doze.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dummy_read.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dummy_write.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c duplex_pipe.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c environ.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c events.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c exec_command.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c fifo_listen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c fifo_trigger.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c file_limit.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c find_inet.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c fsspace.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c fullname.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c get_domainname.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c get_hostname.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c hex_code.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c hex_quote.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c host_port.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c htable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_addr_host.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_addr_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_addr_local.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_listen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_proto.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_trigger.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c line_wrap.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c lowercase.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c lstat_as.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c mac_expand.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c mac_parse.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c make_dirs.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c mask_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c match_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c match_ops.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c msg.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c msg_output.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c msg_syslog.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c msg_vstream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c mvect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c myaddrinfo.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c myflock.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c mymalloc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c myrand.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c mystrtok.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c name_code.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c name_mask.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c netstring.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c neuter.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c non_blocking.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c nvtable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c open_as.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c open_limit.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c open_lock.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c peekfd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c percentm.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c posix_signals.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c printable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c rand_sleep.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c read_wait.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c readable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c readlline.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c ring.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c safe_getenv.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c safe_open.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_accept.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_link.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_rename.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_socketpair.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_time.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c scan_dir.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c set_eugid.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c set_ugid.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sigdelay.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c skipblanks.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sock_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c spawn_command.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c split_at.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c split_nameval.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stat_as.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stream_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stream_listen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stream_recv_fd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stream_send_fd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stream_trigger.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sys_compat.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c timed_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c timed_read.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c timed_wait.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c timed_write.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c translit.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c trimblanks.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unescape.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_listen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_recv_fd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_send_fd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_trigger.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unsafe.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c uppercase.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c username.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c valid_hostname.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vbuf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vbuf_print.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vstream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vstream_popen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vstring.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vstring_vstream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c watchdog.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c writable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c write_buf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c write_wait.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c sane_basename.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c format_tv.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c allspace.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c allascii.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c load_file.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c killme_after.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c vstream_tweak.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_pass_listen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_pass_trigger.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c edit_file.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c inet_windowsize.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c unix_pass_fd_fix.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_cache.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c valid_utf_8.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_thash.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c ip_match.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c nbbio.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c stream_pass_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c base32_code.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_test.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_fail.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c msg_rate_delay.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -DLINUX3 -c dict_surrogate.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c abounce.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c anvil_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c been_here.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_log.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c canon_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cfg_parser.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_strerror.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_strflags.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c clnt_stream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c conv_time.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c db_common.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c debug_peer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c debug_process.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c defer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c deliver_completed.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c deliver_flock.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c deliver_pass.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c deliver_request.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dict_ldap.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dict_mysql.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dict_pgsql.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dict_proxy.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dict_sqlite.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c domain_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dot_lockfile.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dot_lockfile_as.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dsb_scan.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dsn.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dsn_buf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dsn_mask.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dsn_print.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dsn_util.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c ehlo_mask.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c ext_prop.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c file_id.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c flush_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c header_opts.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c header_token.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c input_transp.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c int_filt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c is_header.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c log_adhoc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_addr_crunch.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_addr_find.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_addr_map.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_command_client.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_command_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_bool.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_int.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_long.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_raw.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_str.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_time.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_copy.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_date.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_dict.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_error.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_flush.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_open_ok.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_params.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_pathname.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_queue.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_run.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_scan_dir.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_stream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_task.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_trigger.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c maps.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mark_corrupt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c match_parent_style.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mbox_conf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mbox_open.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mime_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mkmap_cdb.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mkmap_db.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mkmap_dbm.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mkmap_open.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mkmap_sdbm.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c msg_stats_print.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c msg_stats_scan.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mynetworks.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mypwd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c namadr_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c off_cvt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c opened.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c own_inet_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c pipe_command.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c post_mail.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c quote_821_local.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c quote_822_local.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rcpt_buf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rcpt_print.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rec_attr_map.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rec_streamlf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rec_type.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c recipient_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c record.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c remove.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c resolve_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c resolve_local.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rewrite_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c scache_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c scache_multi.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c scache_single.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c sent.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_stream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c split_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c string_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c strip_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c sys_exits.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c timed_ipc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tok822_find.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tok822_node.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tok822_parse.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tok822_resolve.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tok822_rewrite.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tok822_tree.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c trace.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c user_acl.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c valid_mailhost_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c verify.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c verify_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c verp_sender.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c wildcard_inet_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xtext.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c delivered_hdr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c fold_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c header_body_checks.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mkmap_proxy.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c data_redirect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c match_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_nint.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c addr_match_list.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_conf_nbool.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_reply_footer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c safe_ultostr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c verify_sender_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dict_memcache.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_version.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c memcache_proto.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c server_acl.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_lookup.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_rr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_strerror.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_strtype.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_rr_to_pa.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_sa_to_rr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dns_rr_eq_sa.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_prng_dev.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_prng_egd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_prng_file.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_prng_exch.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_stream.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_bio_ops.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_misc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_dh.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_rsa.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_verify.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_certkey.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_session.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_client.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_scache.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_mgr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_seed.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_level.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_proxy_clnt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tls_proxy_print.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xsasl_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xsasl_cyrus_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xsasl_cyrus_log.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xsasl_cyrus_security.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xsasl_client.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c xsasl_cyrus_client.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c milter.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c milter8.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c single_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c multi_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c trigger_server.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_proto.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mail_flow.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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 distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_conf.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_ent.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_sig.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_avail.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_spawn.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_status.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_listen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_vars.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_wakeup.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_watch.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c master_flow.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postfix.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c fsstone.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp-source.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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 distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp-sink.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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 distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmqp-source.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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 distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmqp-sink.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c sendmail.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c error.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c pickup.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_out.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_envelope.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_message.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_extracted.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_rewrite.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_map11.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_map1n.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_masquerade.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_out_recipient.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_init.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_api.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_bounce.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_milter.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_body_edit.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_region.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c cleanup_final.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_token.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_check.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_chat.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_peer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_sasl_proto.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_sasl_glue.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_proxy.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_xforward.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_dsn_fix.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_milter.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_resolve.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtpd_expand.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c alias.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c command.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dotforward.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c file.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c forward.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c include.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c indirect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c local.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mailbox.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c recipient.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c resolve.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c token.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c deliver_attr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c maildir.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c biff_notify.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c unknown.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c local_expand.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c trivial-rewrite.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c rewrite.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c resolve.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c transport.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_active.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_transport.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_queue.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_entry.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_message.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_deliver.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_move.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_job.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_peer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_defer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_enable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_scan.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_bounce.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_error.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_feedback.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_active.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_transport.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_queue.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_entry.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_message.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_deliver.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_move.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_defer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_enable.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_scan.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_bounce.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_error.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmgr_feedback.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_connect.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_proto.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_chat.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_session.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_addr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_trouble.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_rcpt.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_sasl_proto.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_sasl_glue.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_reuse.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_map11.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c smtp_sasl_auth_cache.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_append_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_notify_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_cleanup.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_notify_util.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_notify_verp.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_one_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_warn_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_trace_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_template.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c bounce_templates.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c pipe.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c showq.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postalias.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postcat.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf.c awk -f extract.awk ../*/*.c | /bin/sh touch makes_dummy distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_builtin.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_edit.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_main.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_master.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_misc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_node.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_other.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_service.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_unused.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_user.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -DLEGACY_DBMS_SUPPORT -c postconf_dbms.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postdrop.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postkick.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postlock.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postlog.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postmap.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postqueue.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postsuper.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmqpd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmqpd_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c qmqpd_peer.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c spawn.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c flush.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c verify.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c virtual.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c mailbox.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c recipient.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c deliver_attr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c maildir.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c unknown.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c proxymap.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c anvil.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c scache.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c discard.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tlsmgr.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postmulti.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_dict.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_dnsbl.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_early.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_smtpd.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_misc.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_tests.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_send.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_starttls.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c postscreen_expand.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c dnsblog.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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] distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tlsproxy.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -I. -I../../include -DLINUX3 -c tlsproxy_state.c distcc gcc -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -DHAS_PCRE -g -O2 -march=armv5te -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=distcc gcc -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 /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/anvil... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/bounce... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/cleanup... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/discard... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/dnsblog... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/error... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/flush... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/local... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/main.cf... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/master.cf... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/master... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/oqmgr... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/pickup... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/pipe... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/post-install... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/postfix-files... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/postfix-script... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/postfix-wrapper... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/postmulti-script... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/postscreen... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/proxymap... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/qmgr... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/qmqpd... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/scache... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/showq... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/smtp... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/smtpd... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/spawn... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/tlsproxy... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/tlsmgr... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/trivial-rewrite... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/verify... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/virtual... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/nqmgr... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix/lmtp... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postalias... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postcat... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postconf... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postfix... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postkick... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postlock... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postlog... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postmap... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postmulti... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postsuper... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postdrop... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/postqueue... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin/sendmail... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/bin/newaliases... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/bin/mailq... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/LICENSE... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/TLS_LICENSE... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/access... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/aliases... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/bounce.cf.default... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/canonical... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/generic... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/header_checks... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/main.cf.default... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/main.cf... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/makedefs.out... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/master.cf... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/relocated... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/transport... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix/virtual... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/mailq.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/newaliases.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postalias.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postcat.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postconf.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postdrop.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postfix.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postkick.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postlock.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postlog.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postmap.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postmulti.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postqueue.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/postsuper.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1/sendmail.1... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/access.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/aliases.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/body_checks.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/bounce.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/canonical.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/cidr_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/generic.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/header_checks.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/ldap_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/master.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/memcache_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/mysql_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/sqlite_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/nisplus_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/pcre_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/pgsql_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/postconf.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/postfix-wrapper.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/regexp_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/relocated.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/tcp_table.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/transport.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5/virtual.5... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/bounce.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/cleanup.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/anvil.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/defer.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/discard.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/dnsblog.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/error.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/flush.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/lmtp.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/local.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/master.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/oqmgr.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/pickup.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/pipe.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/postscreen.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/proxymap.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/qmgr.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/qmqpd.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/scache.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/showq.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/smtp.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/smtpd.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/spawn.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/tlsproxy.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/tlsmgr.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/trace.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/trivial-rewrite.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/verify.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8/virtual.8... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/AAAREADME... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ADDRESS_CLASS_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ADDRESS_REWRITING_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ADDRESS_VERIFICATION_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/BACKSCATTER_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/BASIC_CONFIGURATION_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/BUILTIN_FILTER_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/CDB_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/CONNECTION_CACHE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/CONTENT_INSPECTION_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DATABASE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DB_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DEBUG_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/DSN_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ETRN_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/FILTER_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/INSTALL... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/IPV6_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/LDAP_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/LINUX_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/LOCAL_RECIPIENT_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MAILDROP_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MEMCACHE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MILTER_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MULTI_INSTANCE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/MYSQL_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SQLITE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/NFS_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/OVERVIEW... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/PACKAGE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/PCRE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/PGSQL_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/POSTSCREEN_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/QSHAPE_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/RELEASE_NOTES... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/RESTRICTION_CLASS_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SASL_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SCHEDULER_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SMTPD_ACCESS_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SMTPD_POLICY_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SMTPD_PROXY_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/SOHO_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/STANDARD_CONFIGURATION_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/STRESS_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/TLS_LEGACY_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/TLS_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/TUNING_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/ULTRIX_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/UUCP_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/VERP_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/VIRTUAL_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/XCLIENT_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES/XFORWARD_README... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/ADDRESS_CLASS_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/ADDRESS_REWRITING_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/ADDRESS_VERIFICATION_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/BACKSCATTER_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/BASIC_CONFIGURATION_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/BUILTIN_FILTER_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/CDB_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/CONNECTION_CACHE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/CONTENT_INSPECTION_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/DATABASE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/DB_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/DEBUG_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/DSN_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/ETRN_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/FILTER_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/INSTALL.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/IPV6_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/LDAP_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/LINUX_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/LOCAL_RECIPIENT_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/MAILDROP_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/MILTER_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/MULTI_INSTANCE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/MYSQL_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SQLITE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/NFS_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/OVERVIEW.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/PACKAGE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/PCRE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/PGSQL_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/POSTSCREEN_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/QSHAPE_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/RESTRICTION_CLASS_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SASL_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SCHEDULER_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SMTPD_ACCESS_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SMTPD_POLICY_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SMTPD_PROXY_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/SOHO_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/STANDARD_CONFIGURATION_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/STRESS_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/TLS_LEGACY_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/TLS_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/TUNING_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/UUCP_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/VERP_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/VIRTUAL_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/XCLIENT_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/XFORWARD_README.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/access.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/aliases.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/anvil.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/bounce.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/canonical.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/cidr_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/cleanup.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/defer.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/discard.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/dnsblog.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/error.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/flush.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/generic.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/header_checks.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/index.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/ldap_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/lmtp.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/local.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/mailq.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/master.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/master.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/memcache_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/mysql_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/sqlite_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/nisplus_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/newaliases.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/oqmgr.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/pcre_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/pgsql_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/pickup.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/pipe.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postalias.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postcat.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postconf.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postconf.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postdrop.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix-logo.jpg... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix-manuals.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix-wrapper.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postfix.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postkick.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postlock.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postlog.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postmap.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postmulti.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postqueue.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postscreen.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/postsuper.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/qshape.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/proxymap.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/qmgr.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/qmqp-sink.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/qmqp-source.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/qmqpd.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/regexp_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/relocated.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/sendmail.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/showq.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/smtp-sink.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/smtp-source.1.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/smtp.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/smtpd.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/spawn.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/tlsproxy.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/tcp_table.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/trace.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/transport.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/trivial-rewrite.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/verify.8.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/virtual.5.html... Updating /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html/virtual.8.html... patching file etc/postfix/main.cf chown: invalid user: 'postfix:postdrop' chown: invalid user: 'postfix:postdrop' chown: invalid group: 'root:postdrop' chown: invalid group: 'root:postdrop' chown: invalid group: 'root:postdrop' /builds/salix/arm/14.0/original/n/postfix/pkg: total 16 drwxr-xr-x 4 root root 4096 Dec 25 10:31 etc drwxr-xr-x 2 root root 4096 Dec 25 10:31 install drwxr-xr-x 8 root root 4096 Dec 25 10:31 usr drwxr-xr-x 4 root root 4096 Dec 25 10:31 var /builds/salix/arm/14.0/original/n/postfix/pkg/etc: total 8 drwxr-xr-x 2 root root 4096 Dec 25 10:31 postfix drwxr-xr-x 2 root root 4096 Dec 25 10:31 rc.d /builds/salix/arm/14.0/original/n/postfix/pkg/etc/postfix: total 216 -rw-r--r-- 1 root root 11942 Dec 25 10:31 LICENSE -rw-r--r-- 1 root root 1629 Dec 25 10:31 TLS_LICENSE -rw-r--r-- 1 root root 20876 Dec 25 10:31 access.new -rw-r--r-- 1 root root 8829 Dec 25 10:31 aliases.new -rw-r--r-- 1 root root 3548 Dec 25 10:31 bounce.cf.default -rw-r--r-- 1 root root 11681 Dec 25 10:31 canonical.new -rw-r--r-- 1 root root 9904 Dec 25 10:31 generic.new -rw-r--r-- 1 root root 21535 Dec 25 10:31 header_checks.new -rw-r--r-- 1 root root 32162 Dec 25 10:31 main.cf.default.new -rw-r--r-- 1 root root 26329 Dec 25 10:31 main.cf.new -rw-r--r-- 1 root root 668 Dec 25 10:31 makedefs.out.new -rw-r--r-- 1 root root 5663 Dec 25 10:31 master.cf.new -rw-r--r-- 1 root root 6816 Dec 25 10:31 relocated.new -rw-r--r-- 1 root root 12549 Dec 25 10:31 transport.new -rw-r--r-- 1 root root 12494 Dec 25 10:31 virtual.new /builds/salix/arm/14.0/original/n/postfix/pkg/etc/rc.d: total 4 -rwxr-xr-x 1 root root 1442 Dec 25 10:31 rc.postfix /builds/salix/arm/14.0/original/n/postfix/pkg/install: total 8 -rw-r--r-- 1 root root 594 Dec 25 10:31 doinst.sh -rw-r--r-- 1 root root 556 Dec 25 10:31 slack-desc /builds/salix/arm/14.0/original/n/postfix/pkg/usr: total 24 drwxr-xr-x 2 root root 4096 Dec 25 10:31 bin drwxr-xr-x 3 root root 4096 Dec 25 10:31 doc drwxr-xr-x 3 root root 4096 Dec 25 10:31 libexec drwxr-xr-x 5 root root 4096 Dec 25 10:31 man drwxr-xr-x 2 root root 4096 Dec 25 10:32 sbin drwxr-xr-x 3 root root 4096 Dec 25 10:18 src /builds/salix/arm/14.0/original/n/postfix/pkg/usr/bin: total 0 lrwxrwxrwx 1 root root 23 Dec 25 10:31 mailq -> ../../usr/sbin/sendmail lrwxrwxrwx 1 root root 23 Dec 25 10:31 newaliases -> ../../usr/sbin/sendmail /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc: total 4 drwxr-xr-x 4 root root 4096 Dec 25 10:32 postfix-2.9.4 /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4: total 876 -rw-r--r-- 1 root root 6156 Dec 25 10:31 AAAREADME -rw-r--r-- 1 root root 2961 Dec 25 10:31 COMPATIBILITY -rw-r--r-- 1 root root 1922 Dec 25 10:31 COPYRIGHT -rw-r--r-- 1 root root 624284 Dec 25 10:31 HISTORY -rw-r--r-- 1 root root 42292 Dec 25 10:32 INSTALL -rw-r--r-- 1 root root 17819 Dec 25 10:31 IPv6-ChangeLog -rw-r--r-- 1 root root 11942 Dec 25 10:31 LICENSE -rw-r--r-- 1 root root 1193 Dec 25 10:31 PORTING -rw-r--r-- 1 root root 1355 Dec 25 10:32 README -rw-r--r-- 1 root root 255 Dec 25 10:32 README.SPF -rw-r--r-- 1 root root 257 Dec 25 10:32 README.Slackware drwxr-xr-x 2 root root 4096 Dec 25 10:31 README_FILES -rw-r--r-- 1 root root 17048 Dec 25 10:31 RELEASE_NOTES -rw-r--r-- 1 root root 2315 Dec 25 10:31 TLS_ACKNOWLEDGEMENTS -rw-r--r-- 1 root root 106588 Dec 25 10:31 TLS_CHANGES -rw-r--r-- 1 root root 1629 Dec 25 10:31 TLS_LICENSE -rw-r--r-- 1 root root 5633 Dec 25 10:31 US_PATENT_6321267 drwxr-xr-x 2 root root 4096 Dec 25 10:31 html -rw-r--r-- 1 root root 602 Dec 25 10:32 readme2html /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/README_FILES: total 1104 -rw-r--r-- 1 root root 2882 Dec 25 10:31 AAAREADME -rw-r--r-- 1 root root 9550 Dec 25 10:31 ADDRESS_CLASS_README -rw-r--r-- 1 root root 43708 Dec 25 10:31 ADDRESS_REWRITING_README -rw-r--r-- 1 root root 22217 Dec 25 10:31 ADDRESS_VERIFICATION_README -rw-r--r-- 1 root root 12788 Dec 25 10:31 BACKSCATTER_README -rw-r--r-- 1 root root 21412 Dec 25 10:31 BASIC_CONFIGURATION_README -rw-r--r-- 1 root root 14274 Dec 25 10:31 BUILTIN_FILTER_README -rw-r--r-- 1 root root 2755 Dec 25 10:31 CDB_README -rw-r--r-- 1 root root 9176 Dec 25 10:31 CONNECTION_CACHE_README -rw-r--r-- 1 root root 3365 Dec 25 10:31 CONTENT_INSPECTION_README -rw-r--r-- 1 root root 14481 Dec 25 10:31 DATABASE_README -rw-r--r-- 1 root root 7765 Dec 25 10:31 DB_README -rw-r--r-- 1 root root 18131 Dec 25 10:31 DEBUG_README -rw-r--r-- 1 root root 4431 Dec 25 10:31 DSN_README -rw-r--r-- 1 root root 11678 Dec 25 10:31 ETRN_README -rw-r--r-- 1 root root 29176 Dec 25 10:31 FILTER_README -rw-r--r-- 1 root root 42292 Dec 25 10:31 INSTALL -rw-r--r-- 1 root root 12010 Dec 25 10:31 IPV6_README -rw-r--r-- 1 root root 20914 Dec 25 10:31 LDAP_README -rw-r--r-- 1 root root 1678 Dec 25 10:31 LINUX_README -rw-r--r-- 1 root root 5784 Dec 25 10:31 LOCAL_RECIPIENT_README -rw-r--r-- 1 root root 5355 Dec 25 10:31 MAILDROP_README -rw-r--r-- 1 root root 2322 Dec 25 10:31 MEMCACHE_README -rw-r--r-- 1 root root 38267 Dec 25 10:31 MILTER_README -rw-r--r-- 1 root root 43414 Dec 25 10:31 MULTI_INSTANCE_README -rw-r--r-- 1 root root 4412 Dec 25 10:31 MYSQL_README -rw-r--r-- 1 root root 4847 Dec 25 10:31 NFS_README -rw-r--r-- 1 root root 20796 Dec 25 10:31 OVERVIEW -rw-r--r-- 1 root root 5599 Dec 25 10:31 PACKAGE_README -rw-r--r-- 1 root root 2934 Dec 25 10:31 PCRE_README -rw-r--r-- 1 root root 4503 Dec 25 10:31 PGSQL_README -rw-r--r-- 1 root root 35298 Dec 25 10:31 POSTSCREEN_README -rw-r--r-- 1 root root 37505 Dec 25 10:31 QSHAPE_README -rw-r--r-- 1 root root 17048 Dec 25 10:31 RELEASE_NOTES -rw-r--r-- 1 root root 6871 Dec 25 10:31 RESTRICTION_CLASS_README -rw-r--r-- 1 root root 65976 Dec 25 10:31 SASL_README -rw-r--r-- 1 root root 66986 Dec 25 10:31 SCHEDULER_README -rw-r--r-- 1 root root 15782 Dec 25 10:31 SMTPD_ACCESS_README -rw-r--r-- 1 root root 21505 Dec 25 10:31 SMTPD_POLICY_README -rw-r--r-- 1 root root 12033 Dec 25 10:31 SMTPD_PROXY_README -rw-r--r-- 1 root root 13012 Dec 25 10:31 SOHO_README -rw-r--r-- 1 root root 2213 Dec 25 10:31 SQLITE_README -rw-r--r-- 1 root root 25946 Dec 25 10:31 STANDARD_CONFIGURATION_README -rw-r--r-- 1 root root 20094 Dec 25 10:31 STRESS_README -rw-r--r-- 1 root root 52691 Dec 25 10:31 TLS_LEGACY_README -rw-r--r-- 1 root root 91318 Dec 25 10:31 TLS_README -rw-r--r-- 1 root root 24657 Dec 25 10:31 TUNING_README -rw-r--r-- 1 root root 2002 Dec 25 10:31 ULTRIX_README -rw-r--r-- 1 root root 5265 Dec 25 10:31 UUCP_README -rw-r--r-- 1 root root 7530 Dec 25 10:31 VERP_README -rw-r--r-- 1 root root 23850 Dec 25 10:31 VIRTUAL_README -rw-r--r-- 1 root root 9735 Dec 25 10:31 XCLIENT_README -rw-r--r-- 1 root root 8778 Dec 25 10:31 XFORWARD_README /builds/salix/arm/14.0/original/n/postfix/pkg/usr/doc/postfix-2.9.4/html: total 3020 -rw-r--r-- 1 root root 13430 Dec 25 10:31 ADDRESS_CLASS_README.html -rw-r--r-- 1 root root 51867 Dec 25 10:31 ADDRESS_REWRITING_README.html -rw-r--r-- 1 root root 27760 Dec 25 10:31 ADDRESS_VERIFICATION_README.html -rw-r--r-- 1 root root 14875 Dec 25 10:31 BACKSCATTER_README.html -rw-r--r-- 1 root root 28727 Dec 25 10:31 BASIC_CONFIGURATION_README.html -rw-r--r-- 1 root root 16749 Dec 25 10:31 BUILTIN_FILTER_README.html -rw-r--r-- 1 root root 3342 Dec 25 10:31 CDB_README.html -rw-r--r-- 1 root root 12010 Dec 25 10:31 CONNECTION_CACHE_README.html -rw-r--r-- 1 root root 3659 Dec 25 10:31 CONTENT_INSPECTION_README.html -rw-r--r-- 1 root root 16805 Dec 25 10:31 DATABASE_README.html -rw-r--r-- 1 root root 8522 Dec 25 10:31 DB_README.html -rw-r--r-- 1 root root 20979 Dec 25 10:31 DEBUG_README.html -rw-r--r-- 1 root root 5265 Dec 25 10:31 DSN_README.html -rw-r--r-- 1 root root 14119 Dec 25 10:31 ETRN_README.html -rw-r--r-- 1 root root 38885 Dec 25 10:31 FILTER_README.html -rw-r--r-- 1 root root 38776 Dec 25 10:31 INSTALL.html -rw-r--r-- 1 root root 14517 Dec 25 10:31 IPV6_README.html -rw-r--r-- 1 root root 23325 Dec 25 10:31 LDAP_README.html -rw-r--r-- 1 root root 1918 Dec 25 10:31 LINUX_README.html -rw-r--r-- 1 root root 7894 Dec 25 10:31 LOCAL_RECIPIENT_README.html -rw-r--r-- 1 root root 7032 Dec 25 10:31 MAILDROP_README.html -rw-r--r-- 1 root root 32026 Dec 25 10:31 MILTER_README.html -rw-r--r-- 1 root root 55311 Dec 25 10:31 MULTI_INSTANCE_README.html -rw-r--r-- 1 root root 5299 Dec 25 10:31 MYSQL_README.html -rw-r--r-- 1 root root 5317 Dec 25 10:31 NFS_README.html -rw-r--r-- 1 root root 34295 Dec 25 10:31 OVERVIEW.html -rw-r--r-- 1 root root 5239 Dec 25 10:31 PACKAGE_README.html -rw-r--r-- 1 root root 3521 Dec 25 10:31 PCRE_README.html -rw-r--r-- 1 root root 5236 Dec 25 10:31 PGSQL_README.html -rw-r--r-- 1 root root 46808 Dec 25 10:31 POSTSCREEN_README.html -rw-r--r-- 1 root root 47556 Dec 25 10:31 QSHAPE_README.html -rw-r--r-- 1 root root 8682 Dec 25 10:31 RESTRICTION_CLASS_README.html -rw-r--r-- 1 root root 70096 Dec 25 10:31 SASL_README.html -rw-r--r-- 1 root root 73797 Dec 25 10:31 SCHEDULER_README.html -rw-r--r-- 1 root root 17543 Dec 25 10:31 SMTPD_ACCESS_README.html -rw-r--r-- 1 root root 25698 Dec 25 10:31 SMTPD_POLICY_README.html -rw-r--r-- 1 root root 16012 Dec 25 10:31 SMTPD_PROXY_README.html -rw-r--r-- 1 root root 15950 Dec 25 10:31 SOHO_README.html -rw-r--r-- 1 root root 2852 Dec 25 10:31 SQLITE_README.html -rw-r--r-- 1 root root 31784 Dec 25 10:31 STANDARD_CONFIGURATION_README.html -rw-r--r-- 1 root root 23254 Dec 25 10:31 STRESS_README.html -rw-r--r-- 1 root root 66200 Dec 25 10:31 TLS_LEGACY_README.html -rw-r--r-- 1 root root 107436 Dec 25 10:31 TLS_README.html -rw-r--r-- 1 root root 30018 Dec 25 10:31 TUNING_README.html -rw-r--r-- 1 root root 6479 Dec 25 10:31 UUCP_README.html -rw-r--r-- 1 root root 9579 Dec 25 10:31 VERP_README.html -rw-r--r-- 1 root root 29611 Dec 25 10:31 VIRTUAL_README.html -rw-r--r-- 1 root root 8458 Dec 25 10:31 XCLIENT_README.html -rw-r--r-- 1 root root 8274 Dec 25 10:31 XFORWARD_README.html -rw-r--r-- 1 root root 23541 Dec 25 10:31 access.5.html -rw-r--r-- 1 root root 9894 Dec 25 10:31 aliases.5.html -rw-r--r-- 1 root root 10197 Dec 25 10:31 anvil.8.html -rw-r--r-- 3 root root 9304 Dec 25 10:31 bounce.8.html -rw-r--r-- 1 root root 14536 Dec 25 10:31 canonical.5.html -rw-r--r-- 1 root root 4597 Dec 25 10:31 cidr_table.5.html -rw-r--r-- 1 root root 27408 Dec 25 10:31 cleanup.8.html -rw-r--r-- 3 root root 9304 Dec 25 10:31 defer.8.html -rw-r--r-- 1 root root 6161 Dec 25 10:31 discard.8.html -rw-r--r-- 1 root root 4458 Dec 25 10:31 dnsblog.8.html -rw-r--r-- 1 root root 6959 Dec 25 10:31 error.8.html -rw-r--r-- 1 root root 8744 Dec 25 10:31 flush.8.html -rw-r--r-- 1 root root 12022 Dec 25 10:31 generic.5.html -rw-r--r-- 1 root root 26159 Dec 25 10:31 header_checks.5.html -rw-r--r-- 1 root root 4508 Dec 25 10:31 index.html -rw-r--r-- 1 root root 38707 Dec 25 10:31 ldap_table.5.html -rw-r--r-- 2 root root 48151 Dec 25 10:31 lmtp.8.html -rw-r--r-- 1 root root 37584 Dec 25 10:31 local.8.html -rw-r--r-- 3 root root 24143 Dec 25 10:31 mailq.1.html -rw-r--r-- 1 root root 13408 Dec 25 10:31 master.5.html -rw-r--r-- 1 root root 10272 Dec 25 10:31 master.8.html -rw-r--r-- 1 root root 11813 Dec 25 10:31 memcache_table.5.html -rw-r--r-- 1 root root 15918 Dec 25 10:31 mysql_table.5.html -rw-r--r-- 3 root root 24143 Dec 25 10:31 newaliases.1.html -rw-r--r-- 1 root root 3511 Dec 25 10:31 nisplus_table.5.html -rw-r--r-- 1 root root 21223 Dec 25 10:31 oqmgr.8.html -rw-r--r-- 1 root root 9835 Dec 25 10:31 pcre_table.5.html -rw-r--r-- 1 root root 16939 Dec 25 10:31 pgsql_table.5.html -rw-r--r-- 1 root root 6060 Dec 25 10:31 pickup.8.html -rw-r--r-- 1 root root 24992 Dec 25 10:31 pipe.8.html -rw-r--r-- 1 root root 12308 Dec 25 10:31 postalias.1.html -rw-r--r-- 1 root root 3976 Dec 25 10:31 postcat.1.html -rw-r--r-- 1 root root 18321 Dec 25 10:31 postconf.1.html -rw-r--r-- 1 root root 624385 Dec 25 10:31 postconf.5.html -rw-r--r-- 1 root root 6070 Dec 25 10:31 postdrop.1.html -rw-r--r-- 1 root root 3665 Dec 25 10:31 postfix-logo.jpg -rw-r--r-- 1 root root 7195 Dec 25 10:31 postfix-manuals.html -rw-r--r-- 1 root root 16060 Dec 25 10:31 postfix-wrapper.5.html -rw-r--r-- 1 root root 20941 Dec 25 10:31 postfix.1.html -rw-r--r-- 1 root root 3799 Dec 25 10:31 postkick.1.html -rw-r--r-- 1 root root 5014 Dec 25 10:31 postlock.1.html -rw-r--r-- 1 root root 3777 Dec 25 10:31 postlog.1.html -rw-r--r-- 1 root root 14446 Dec 25 10:31 postmap.1.html -rw-r--r-- 1 root root 23869 Dec 25 10:31 postmulti.1.html -rw-r--r-- 1 root root 9574 Dec 25 10:31 postqueue.1.html -rw-r--r-- 1 root root 26799 Dec 25 10:31 postscreen.8.html -rw-r--r-- 1 root root 15094 Dec 25 10:31 postsuper.1.html -rw-r--r-- 1 root root 11804 Dec 25 10:31 proxymap.8.html -rw-r--r-- 1 root root 26385 Dec 25 10:31 qmgr.8.html -rw-r--r-- 1 root root 2358 Dec 25 10:31 qmqp-sink.1.html -rw-r--r-- 1 root root 3995 Dec 25 10:31 qmqp-source.1.html -rw-r--r-- 1 root root 8575 Dec 25 10:31 qmqpd.8.html -rw-r--r-- 1 root root 7727 Dec 25 10:31 qshape.1.html -rw-r--r-- 1 root root 7851 Dec 25 10:31 regexp_table.5.html -rw-r--r-- 1 root root 8233 Dec 25 10:31 relocated.5.html -rw-r--r-- 3 root root 24143 Dec 25 10:31 sendmail.1.html -rw-r--r-- 1 root root 5720 Dec 25 10:31 showq.8.html -rw-r--r-- 1 root root 13631 Dec 25 10:31 smtp-sink.1.html -rw-r--r-- 1 root root 5789 Dec 25 10:31 smtp-source.1.html -rw-r--r-- 2 root root 48151 Dec 25 10:31 smtp.8.html -rw-r--r-- 1 root root 76992 Dec 25 10:31 smtpd.8.html -rw-r--r-- 1 root root 7427 Dec 25 10:31 spawn.8.html -rw-r--r-- 1 root root 14220 Dec 25 10:31 sqlite_table.5.html -rw-r--r-- 1 root root 4424 Dec 25 10:31 tcp_table.5.html -rw-r--r-- 1 root root 15503 Dec 25 10:31 tlsproxy.8.html -rw-r--r-- 3 root root 9304 Dec 25 10:31 trace.8.html -rw-r--r-- 1 root root 15537 Dec 25 10:31 transport.5.html -rw-r--r-- 1 root root 19942 Dec 25 10:31 trivial-rewrite.8.html -rw-r--r-- 1 root root 12353 Dec 25 10:31 verify.8.html -rw-r--r-- 1 root root 15673 Dec 25 10:31 virtual.5.html -rw-r--r-- 1 root root 17127 Dec 25 10:31 virtual.8.html /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec: total 4 drwxr-xr-x 2 root root 4096 Dec 25 10:32 postfix /builds/salix/arm/14.0/original/n/postfix/pkg/usr/libexec/postfix: total 5684 -rwxr-xr-x 1 root root 159316 Dec 25 10:32 anvil -rwxr-xr-x 1 root root 199824 Dec 25 10:32 bounce -rwxr-xr-x 1 root root 280044 Dec 25 10:32 cleanup -rwxr-xr-x 1 root root 175140 Dec 25 10:32 discard -rwxr-xr-x 1 root root 162764 Dec 25 10:32 dnsblog -rwxr-xr-x 1 root root 179164 Dec 25 10:32 error -rwxr-xr-x 1 root root 166892 Dec 25 10:32 flush -rwxr-xr-x 2 root root 310996 Dec 25 10:32 lmtp -rwxr-xr-x 1 root root 249036 Dec 25 10:32 local -rw-r--r-- 1 root root 26112 Dec 25 10:31 main.cf -rwxr-xr-x 1 root root 114492 Dec 25 10:32 master -rw-r--r-- 1 root root 5663 Dec 25 10:31 master.cf -rwxr-xr-x 2 root root 224216 Dec 25 10:32 nqmgr -rwxr-xr-x 1 root root 216472 Dec 25 10:32 oqmgr -rwxr-xr-x 1 root root 167032 Dec 25 10:32 pickup -rwxr-xr-x 1 root root 208144 Dec 25 10:32 pipe -rwxr-xr-x 1 root root 26498 Dec 25 10:31 post-install -rw-r--r-- 1 root root 19608 Dec 25 10:31 postfix-files -rwxr-xr-x 1 root root 8203 Dec 25 10:31 postfix-script -rwxr-xr-x 1 root root 6543 Dec 25 10:31 postfix-wrapper -rwxr-xr-x 1 root root 8419 Dec 25 10:31 postmulti-script -rwxr-xr-x 1 root root 204440 Dec 25 10:32 postscreen -rwxr-xr-x 1 root root 150460 Dec 25 10:32 proxymap -rwxr-xr-x 2 root root 224216 Dec 25 10:32 qmgr -rwxr-xr-x 1 root root 183396 Dec 25 10:32 qmqpd -rwxr-xr-x 1 root root 158656 Dec 25 10:32 scache -rwxr-xr-x 1 root root 171132 Dec 25 10:32 showq -rwxr-xr-x 2 root root 310996 Dec 25 10:32 smtp -rwxr-xr-x 1 root root 387592 Dec 25 10:32 smtpd -rwxr-xr-x 1 root root 158760 Dec 25 10:32 spawn -rwxr-xr-x 1 root root 172320 Dec 25 10:32 tlsmgr -rwxr-xr-x 1 root root 196140 Dec 25 10:32 tlsproxy -rwxr-xr-x 1 root root 171232 Dec 25 10:32 trivial-rewrite -rwxr-xr-x 1 root root 170968 Dec 25 10:32 verify -rwxr-xr-x 1 root root 199712 Dec 25 10:32 virtual /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man: total 12 drwxr-xr-x 2 root root 4096 Dec 25 10:32 man1 drwxr-xr-x 2 root root 4096 Dec 25 10:32 man5 drwxr-xr-x 2 root root 4096 Dec 25 10:32 man8 /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man1: total 72 -rw-r--r-- 1 root root 48 Dec 25 10:31 mailq.1.gz -rw-r--r-- 1 root root 53 Dec 25 10:31 newaliases.1.gz -rw-r--r-- 1 root root 3029 Dec 25 10:31 postalias.1.gz -rw-r--r-- 1 root root 1185 Dec 25 10:31 postcat.1.gz -rw-r--r-- 1 root root 3638 Dec 25 10:31 postconf.1.gz -rw-r--r-- 1 root root 1640 Dec 25 10:31 postdrop.1.gz -rw-r--r-- 1 root root 4273 Dec 25 10:31 postfix.1.gz -rw-r--r-- 1 root root 1155 Dec 25 10:31 postkick.1.gz -rw-r--r-- 1 root root 1397 Dec 25 10:31 postlock.1.gz -rw-r--r-- 1 root root 1145 Dec 25 10:31 postlog.1.gz -rw-r--r-- 1 root root 3472 Dec 25 10:31 postmap.1.gz -rw-r--r-- 1 root root 4642 Dec 25 10:31 postmulti.1.gz -rw-r--r-- 1 root root 2354 Dec 25 10:31 postqueue.1.gz -rw-r--r-- 1 root root 3413 Dec 25 10:31 postsuper.1.gz -rw-r--r-- 1 root root 5303 Dec 25 10:31 sendmail.1.gz /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man5: total 216 -rw-r--r-- 1 root root 5416 Dec 25 10:31 access.5.gz -rw-r--r-- 1 root root 2771 Dec 25 10:31 aliases.5.gz -rw-r--r-- 1 root root 59 Dec 25 10:31 body_checks.5.gz -rw-r--r-- 1 root root 2603 Dec 25 10:31 bounce.5.gz -rw-r--r-- 1 root root 3650 Dec 25 10:31 canonical.5.gz -rw-r--r-- 1 root root 1556 Dec 25 10:31 cidr_table.5.gz -rw-r--r-- 1 root root 3309 Dec 25 10:31 generic.5.gz -rw-r--r-- 1 root root 5838 Dec 25 10:31 header_checks.5.gz -rw-r--r-- 1 root root 9182 Dec 25 10:31 ldap_table.5.gz -rw-r--r-- 1 root root 3247 Dec 25 10:31 master.5.gz -rw-r--r-- 1 root root 3185 Dec 25 10:31 memcache_table.5.gz -rw-r--r-- 1 root root 4316 Dec 25 10:31 mysql_table.5.gz -rw-r--r-- 1 root root 1185 Dec 25 10:31 nisplus_table.5.gz -rw-r--r-- 1 root root 3156 Dec 25 10:31 pcre_table.5.gz -rw-r--r-- 1 root root 4568 Dec 25 10:31 pgsql_table.5.gz -rw-r--r-- 1 root root 104016 Dec 25 10:31 postconf.5.gz -rw-r--r-- 1 root root 3568 Dec 25 10:31 postfix-wrapper.5.gz -rw-r--r-- 1 root root 2631 Dec 25 10:31 regexp_table.5.gz -rw-r--r-- 1 root root 2348 Dec 25 10:31 relocated.5.gz -rw-r--r-- 1 root root 3760 Dec 25 10:31 sqlite_table.5.gz -rw-r--r-- 1 root root 1553 Dec 25 10:31 tcp_table.5.gz -rw-r--r-- 1 root root 3810 Dec 25 10:31 transport.5.gz -rw-r--r-- 1 root root 3863 Dec 25 10:31 virtual.5.gz /builds/salix/arm/14.0/original/n/postfix/pkg/usr/man/man8: total 160 -rw-r--r-- 1 root root 2586 Dec 25 10:31 anvil.8.gz -rw-r--r-- 1 root root 2204 Dec 25 10:31 bounce.8.gz -rw-r--r-- 1 root root 5078 Dec 25 10:31 cleanup.8.gz -rw-r--r-- 1 root root 46 Dec 25 10:31 defer.8.gz -rw-r--r-- 1 root root 1701 Dec 25 10:31 discard.8.gz -rw-r--r-- 1 root root 1288 Dec 25 10:31 dnsblog.8.gz -rw-r--r-- 1 root root 1815 Dec 25 10:31 error.8.gz -rw-r--r-- 1 root root 2371 Dec 25 10:31 flush.8.gz -rw-r--r-- 1 root root 43 Dec 25 10:31 lmtp.8.gz -rw-r--r-- 1 root root 7172 Dec 25 10:31 local.8.gz -rw-r--r-- 1 root root 2506 Dec 25 10:31 master.8.gz -rw-r--r-- 1 root root 4544 Dec 25 10:31 oqmgr.8.gz -rw-r--r-- 1 root root 1765 Dec 25 10:31 pickup.8.gz -rw-r--r-- 1 root root 5187 Dec 25 10:31 pipe.8.gz -rw-r--r-- 1 root root 5240 Dec 25 10:31 postscreen.8.gz -rw-r--r-- 1 root root 3055 Dec 25 10:31 proxymap.8.gz -rw-r--r-- 1 root root 4951 Dec 25 10:31 qmgr.8.gz -rw-r--r-- 1 root root 2381 Dec 25 10:31 qmqpd.8.gz -rw-r--r-- 1 root root 2142 Dec 25 10:31 scache.8.gz -rw-r--r-- 1 root root 1573 Dec 25 10:31 showq.8.gz -rw-r--r-- 1 root root 8652 Dec 25 10:31 smtp.8.gz -rw-r--r-- 1 root root 11804 Dec 25 10:31 smtpd.8.gz -rw-r--r-- 1 root root 2108 Dec 25 10:31 spawn.8.gz -rw-r--r-- 1 root root 2289 Dec 25 10:31 tlsmgr.8.gz -rw-r--r-- 1 root root 2616 Dec 25 10:31 tlsproxy.8.gz -rw-r--r-- 1 root root 46 Dec 25 10:31 trace.8.gz -rw-r--r-- 1 root root 3733 Dec 25 10:31 trivial-rewrite.8.gz -rw-r--r-- 1 root root 2714 Dec 25 10:31 verify.8.gz -rw-r--r-- 1 root root 4154 Dec 25 10:31 virtual.8.gz /builds/salix/arm/14.0/original/n/postfix/pkg/usr/sbin: total 1532 -rwxr-xr-x 1 root root 150752 Dec 25 10:32 postalias -rwxr-xr-x 1 root root 89064 Dec 25 10:32 postcat -rwxr-xr-x 1 root root 189244 Dec 25 10:32 postconf -rwxr-sr-x 1 root root 142356 Dec 25 10:32 postdrop -rwxr-xr-x 1 root root 77092 Dec 25 10:32 postfix -rwxr-xr-x 1 root root 84676 Dec 25 10:32 postkick -rwxr-xr-x 1 root root 84668 Dec 25 10:32 postlock -rwxr-xr-x 1 root root 77464 Dec 25 10:32 postlog -rwxr-xr-x 1 root root 154488 Dec 25 10:32 postmap -rwxr-xr-x 1 root root 90100 Dec 25 10:32 postmulti -rwxr-sr-x 1 root root 154776 Dec 25 10:32 postqueue -rwxr-xr-x 1 root root 93088 Dec 25 10:32 postsuper -rwxr-xr-x 1 root root 166996 Dec 25 10:32 sendmail /builds/salix/arm/14.0/original/n/postfix/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Dec 25 10:32 postfix-2.9.4 /builds/salix/arm/14.0/original/n/postfix/pkg/usr/src/postfix-2.9.4: total 16 -rw-r--r-- 1 root root 257 Dec 25 10:18 README.Slackware -rw-r--r-- 1 root root 3328 Dec 25 10:32 SLKBUILD -rw-r--r-- 1 root root 681 Dec 25 10:18 aliases.patch -rw-r--r-- 1 root root 1442 Dec 25 10:18 rc.postfix /builds/salix/arm/14.0/original/n/postfix/pkg/var: total 8 drwxr-xr-x 3 root root 4096 Dec 25 10:31 lib drwxr-xr-x 3 root root 4096 Dec 25 10:31 spool /builds/salix/arm/14.0/original/n/postfix/pkg/var/lib: total 4 drwx------ 2 root root 4096 Dec 25 10:31 postfix /builds/salix/arm/14.0/original/n/postfix/pkg/var/lib/postfix: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool: total 4 drwxr-xr-x 16 root root 4096 Dec 25 10:31 postfix /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix: total 56 drwx------ 2 root root 4096 Dec 25 10:31 active drwx------ 2 root root 4096 Dec 25 10:31 bounce drwx------ 2 root root 4096 Dec 25 10:31 corrupt drwx------ 2 root root 4096 Dec 25 10:31 defer drwx------ 2 root root 4096 Dec 25 10:31 deferred drwx------ 2 root root 4096 Dec 25 10:31 flush drwx------ 2 root root 4096 Dec 25 10:31 hold drwx------ 2 root root 4096 Dec 25 10:31 incoming drwx-wx--- 2 root root 4096 Dec 25 10:31 maildrop drwxr-xr-x 2 root root 4096 Dec 25 10:31 pid drwx------ 2 root root 4096 Dec 25 10:31 private drwx--x--- 2 root root 4096 Dec 25 10:31 public drwx------ 2 root root 4096 Dec 25 10:31 saved drwx------ 2 root root 4096 Dec 25 10:31 trace /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/active: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/bounce: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/corrupt: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/defer: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/deferred: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/flush: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/hold: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/incoming: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/maildrop: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/pid: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/private: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/public: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/saved: total 0 /builds/salix/arm/14.0/original/n/postfix/pkg/var/spool/postfix/trace: total 0 Slackware package maker, version 3.14159. Searching for symbolic links: usr/bin/mailq -> ../../usr/sbin/sendmail usr/bin/newaliases -> ../../usr/sbin/sendmail Making symbolic link creation script: ( cd usr/bin ; rm -rf mailq ) ( cd usr/bin ; ln -sf ../../usr/sbin/sendmail mailq ) ( cd usr/bin ; rm -rf newaliases ) ( cd usr/bin ; ln -sf ../../usr/sbin/sendmail newaliases ) 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/mailq' removed './usr/bin/newaliases' 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: /builds/salix/arm/14.0/original/n/postfix/postfix-2.9.4-arm-1rl.txz ./ var/ var/lib/ var/lib/postfix/ var/spool/ var/spool/postfix/ var/spool/postfix/bounce/ var/spool/postfix/incoming/ var/spool/postfix/trace/ var/spool/postfix/defer/ var/spool/postfix/private/ var/spool/postfix/saved/ var/spool/postfix/maildrop/ var/spool/postfix/flush/ var/spool/postfix/hold/ var/spool/postfix/deferred/ var/spool/postfix/public/ var/spool/postfix/corrupt/ var/spool/postfix/active/ var/spool/postfix/pid/ usr/ usr/src/ usr/src/postfix-2.9.4/ usr/src/postfix-2.9.4/aliases.patch usr/src/postfix-2.9.4/rc.postfix usr/src/postfix-2.9.4/SLKBUILD usr/src/postfix-2.9.4/README.Slackware usr/bin/ usr/libexec/ usr/libexec/postfix/ usr/libexec/postfix/postscreen usr/libexec/postfix/local usr/libexec/postfix/trivial-rewrite usr/libexec/postfix/bounce usr/libexec/postfix/anvil usr/libexec/postfix/virtual usr/libexec/postfix/nqmgr usr/libexec/postfix/master usr/libexec/postfix/pickup usr/libexec/postfix/qmgr usr/libexec/postfix/error usr/libexec/postfix/smtpd usr/libexec/postfix/postfix-script usr/libexec/postfix/postfix-wrapper usr/libexec/postfix/main.cf usr/libexec/postfix/postmulti-script usr/libexec/postfix/lmtp usr/libexec/postfix/cleanup usr/libexec/postfix/smtp usr/libexec/postfix/flush usr/libexec/postfix/tlsmgr usr/libexec/postfix/tlsproxy usr/libexec/postfix/discard usr/libexec/postfix/dnsblog usr/libexec/postfix/scache usr/libexec/postfix/post-install usr/libexec/postfix/verify usr/libexec/postfix/master.cf usr/libexec/postfix/qmqpd usr/libexec/postfix/oqmgr usr/libexec/postfix/showq usr/libexec/postfix/proxymap usr/libexec/postfix/postfix-files usr/libexec/postfix/pipe usr/libexec/postfix/spawn usr/sbin/ usr/sbin/sendmail usr/sbin/postalias usr/sbin/postqueue usr/sbin/postmap usr/sbin/postkick usr/sbin/postlog usr/sbin/postdrop usr/sbin/postlock usr/sbin/postsuper usr/sbin/postmulti usr/sbin/postconf usr/sbin/postcat usr/sbin/postfix usr/man/ usr/man/man5/ usr/man/man5/transport.5.gz usr/man/man5/tcp_table.5.gz usr/man/man5/generic.5.gz usr/man/man5/postfix-wrapper.5.gz usr/man/man5/virtual.5.gz usr/man/man5/ldap_table.5.gz usr/man/man5/mysql_table.5.gz usr/man/man5/aliases.5.gz usr/man/man5/header_checks.5.gz usr/man/man5/pcre_table.5.gz usr/man/man5/postconf.5.gz usr/man/man5/pgsql_table.5.gz usr/man/man5/cidr_table.5.gz usr/man/man5/relocated.5.gz usr/man/man5/sqlite_table.5.gz usr/man/man5/body_checks.5.gz usr/man/man5/nisplus_table.5.gz usr/man/man5/canonical.5.gz usr/man/man5/access.5.gz usr/man/man5/bounce.5.gz usr/man/man5/master.5.gz usr/man/man5/memcache_table.5.gz usr/man/man5/regexp_table.5.gz usr/man/man8/ usr/man/man8/local.8.gz usr/man/man8/discard.8.gz usr/man/man8/proxymap.8.gz usr/man/man8/tlsmgr.8.gz usr/man/man8/pipe.8.gz usr/man/man8/bounce.8.gz usr/man/man8/master.8.gz usr/man/man8/spawn.8.gz usr/man/man8/cleanup.8.gz usr/man/man8/qmgr.8.gz usr/man/man8/scache.8.gz usr/man/man8/smtpd.8.gz usr/man/man8/smtp.8.gz usr/man/man8/showq.8.gz usr/man/man8/trivial-rewrite.8.gz usr/man/man8/anvil.8.gz usr/man/man8/defer.8.gz usr/man/man8/error.8.gz usr/man/man8/pickup.8.gz usr/man/man8/qmqpd.8.gz usr/man/man8/flush.8.gz usr/man/man8/virtual.8.gz usr/man/man8/verify.8.gz usr/man/man8/dnsblog.8.gz usr/man/man8/tlsproxy.8.gz usr/man/man8/oqmgr.8.gz usr/man/man8/lmtp.8.gz usr/man/man8/trace.8.gz usr/man/man8/postscreen.8.gz usr/man/man1/ usr/man/man1/postfix.1.gz usr/man/man1/postkick.1.gz usr/man/man1/postmap.1.gz usr/man/man1/newaliases.1.gz usr/man/man1/postcat.1.gz usr/man/man1/mailq.1.gz usr/man/man1/postlog.1.gz usr/man/man1/postdrop.1.gz usr/man/man1/sendmail.1.gz usr/man/man1/postsuper.1.gz usr/man/man1/postqueue.1.gz usr/man/man1/postconf.1.gz usr/man/man1/postmulti.1.gz usr/man/man1/postlock.1.gz usr/man/man1/postalias.1.gz usr/doc/ usr/doc/postfix-2.9.4/ usr/doc/postfix-2.9.4/README usr/doc/postfix-2.9.4/RELEASE_NOTES usr/doc/postfix-2.9.4/INSTALL usr/doc/postfix-2.9.4/PORTING usr/doc/postfix-2.9.4/IPv6-ChangeLog usr/doc/postfix-2.9.4/HISTORY usr/doc/postfix-2.9.4/README.SPF usr/doc/postfix-2.9.4/LICENSE usr/doc/postfix-2.9.4/README.Slackware usr/doc/postfix-2.9.4/COMPATIBILITY usr/doc/postfix-2.9.4/README_FILES/ usr/doc/postfix-2.9.4/README_FILES/STRESS_README usr/doc/postfix-2.9.4/README_FILES/LDAP_README usr/doc/postfix-2.9.4/README_FILES/ADDRESS_REWRITING_README usr/doc/postfix-2.9.4/README_FILES/PACKAGE_README usr/doc/postfix-2.9.4/README_FILES/SMTPD_ACCESS_README usr/doc/postfix-2.9.4/README_FILES/SMTPD_POLICY_README usr/doc/postfix-2.9.4/README_FILES/RESTRICTION_CLASS_README usr/doc/postfix-2.9.4/README_FILES/TUNING_README usr/doc/postfix-2.9.4/README_FILES/ADDRESS_CLASS_README usr/doc/postfix-2.9.4/README_FILES/DSN_README usr/doc/postfix-2.9.4/README_FILES/SOHO_README usr/doc/postfix-2.9.4/README_FILES/BACKSCATTER_README usr/doc/postfix-2.9.4/README_FILES/BASIC_CONFIGURATION_README usr/doc/postfix-2.9.4/README_FILES/XCLIENT_README usr/doc/postfix-2.9.4/README_FILES/RELEASE_NOTES usr/doc/postfix-2.9.4/README_FILES/VIRTUAL_README usr/doc/postfix-2.9.4/README_FILES/CONTENT_INSPECTION_README usr/doc/postfix-2.9.4/README_FILES/FILTER_README usr/doc/postfix-2.9.4/README_FILES/CDB_README usr/doc/postfix-2.9.4/README_FILES/SMTPD_PROXY_README usr/doc/postfix-2.9.4/README_FILES/DB_README usr/doc/postfix-2.9.4/README_FILES/INSTALL usr/doc/postfix-2.9.4/README_FILES/TLS_LEGACY_README usr/doc/postfix-2.9.4/README_FILES/ADDRESS_VERIFICATION_README usr/doc/postfix-2.9.4/README_FILES/UUCP_README usr/doc/postfix-2.9.4/README_FILES/PGSQL_README usr/doc/postfix-2.9.4/README_FILES/CONNECTION_CACHE_README usr/doc/postfix-2.9.4/README_FILES/DATABASE_README usr/doc/postfix-2.9.4/README_FILES/VERP_README usr/doc/postfix-2.9.4/README_FILES/MILTER_README usr/doc/postfix-2.9.4/README_FILES/SCHEDULER_README 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/SQLITE_README usr/doc/postfix-2.9.4/README_FILES/OVERVIEW usr/doc/postfix-2.9.4/README_FILES/LINUX_README usr/doc/postfix-2.9.4/README_FILES/SASL_README usr/doc/postfix-2.9.4/README_FILES/NFS_README usr/doc/postfix-2.9.4/README_FILES/PCRE_README usr/doc/postfix-2.9.4/README_FILES/ULTRIX_README usr/doc/postfix-2.9.4/README_FILES/LOCAL_RECIPIENT_README usr/doc/postfix-2.9.4/README_FILES/DEBUG_README usr/doc/postfix-2.9.4/README_FILES/MAILDROP_README usr/doc/postfix-2.9.4/README_FILES/IPV6_README usr/doc/postfix-2.9.4/README_FILES/ETRN_README usr/doc/postfix-2.9.4/README_FILES/BUILTIN_FILTER_README usr/doc/postfix-2.9.4/README_FILES/AAAREADME usr/doc/postfix-2.9.4/README_FILES/QSHAPE_README usr/doc/postfix-2.9.4/README_FILES/MULTI_INSTANCE_README usr/doc/postfix-2.9.4/README_FILES/POSTSCREEN_README usr/doc/postfix-2.9.4/README_FILES/MEMCACHE_README usr/doc/postfix-2.9.4/README_FILES/TLS_README usr/doc/postfix-2.9.4/README_FILES/STANDARD_CONFIGURATION_README usr/doc/postfix-2.9.4/US_PATENT_6321267 usr/doc/postfix-2.9.4/html/ usr/doc/postfix-2.9.4/html/pcre_table.5.html usr/doc/postfix-2.9.4/html/aliases.5.html usr/doc/postfix-2.9.4/html/CDB_README.html usr/doc/postfix-2.9.4/html/PACKAGE_README.html usr/doc/postfix-2.9.4/html/TUNING_README.html usr/doc/postfix-2.9.4/html/CONTENT_INSPECTION_README.html usr/doc/postfix-2.9.4/html/XCLIENT_README.html usr/doc/postfix-2.9.4/html/VIRTUAL_README.html usr/doc/postfix-2.9.4/html/STANDARD_CONFIGURATION_README.html usr/doc/postfix-2.9.4/html/qshape.1.html usr/doc/postfix-2.9.4/html/access.5.html usr/doc/postfix-2.9.4/html/index.html usr/doc/postfix-2.9.4/html/LINUX_README.html usr/doc/postfix-2.9.4/html/POSTSCREEN_README.html usr/doc/postfix-2.9.4/html/memcache_table.5.html usr/doc/postfix-2.9.4/html/IPV6_README.html usr/doc/postfix-2.9.4/html/discard.8.html usr/doc/postfix-2.9.4/html/PCRE_README.html usr/doc/postfix-2.9.4/html/smtp.8.html usr/doc/postfix-2.9.4/html/postmap.1.html usr/doc/postfix-2.9.4/html/postsuper.1.html usr/doc/postfix-2.9.4/html/FILTER_README.html usr/doc/postfix-2.9.4/html/local.8.html usr/doc/postfix-2.9.4/html/LOCAL_RECIPIENT_README.html usr/doc/postfix-2.9.4/html/qmqp-sink.1.html usr/doc/postfix-2.9.4/html/postfix-logo.jpg usr/doc/postfix-2.9.4/html/error.8.html usr/doc/postfix-2.9.4/html/smtp-source.1.html usr/doc/postfix-2.9.4/html/regexp_table.5.html usr/doc/postfix-2.9.4/html/tlsproxy.8.html usr/doc/postfix-2.9.4/html/XFORWARD_README.html usr/doc/postfix-2.9.4/html/mailq.1.html usr/doc/postfix-2.9.4/html/QSHAPE_README.html usr/doc/postfix-2.9.4/html/postfix-wrapper.5.html usr/doc/postfix-2.9.4/html/relocated.5.html usr/doc/postfix-2.9.4/html/OVERVIEW.html usr/doc/postfix-2.9.4/html/dnsblog.8.html usr/doc/postfix-2.9.4/html/trace.8.html usr/doc/postfix-2.9.4/html/postqueue.1.html usr/doc/postfix-2.9.4/html/pipe.8.html usr/doc/postfix-2.9.4/html/smtp-sink.1.html usr/doc/postfix-2.9.4/html/canonical.5.html usr/doc/postfix-2.9.4/html/DB_README.html usr/doc/postfix-2.9.4/html/postlock.1.html usr/doc/postfix-2.9.4/html/pgsql_table.5.html usr/doc/postfix-2.9.4/html/ADDRESS_VERIFICATION_README.html usr/doc/postfix-2.9.4/html/BASIC_CONFIGURATION_README.html usr/doc/postfix-2.9.4/html/postconf.1.html usr/doc/postfix-2.9.4/html/trivial-rewrite.8.html usr/doc/postfix-2.9.4/html/CONNECTION_CACHE_README.html usr/doc/postfix-2.9.4/html/BUILTIN_FILTER_README.html usr/doc/postfix-2.9.4/html/qmgr.8.html usr/doc/postfix-2.9.4/html/VERP_README.html usr/doc/postfix-2.9.4/html/BACKSCATTER_README.html usr/doc/postfix-2.9.4/html/nisplus_table.5.html usr/doc/postfix-2.9.4/html/generic.5.html usr/doc/postfix-2.9.4/html/qmqp-source.1.html usr/doc/postfix-2.9.4/html/UUCP_README.html usr/doc/postfix-2.9.4/html/ldap_table.5.html usr/doc/postfix-2.9.4/html/MULTI_INSTANCE_README.html usr/doc/postfix-2.9.4/html/postcat.1.html usr/doc/postfix-2.9.4/html/LDAP_README.html usr/doc/postfix-2.9.4/html/postkick.1.html usr/doc/postfix-2.9.4/html/ADDRESS_CLASS_README.html usr/doc/postfix-2.9.4/html/postalias.1.html usr/doc/postfix-2.9.4/html/postdrop.1.html usr/doc/postfix-2.9.4/html/sqlite_table.5.html usr/doc/postfix-2.9.4/html/tcp_table.5.html usr/doc/postfix-2.9.4/html/DSN_README.html usr/doc/postfix-2.9.4/html/transport.5.html usr/doc/postfix-2.9.4/html/postfix.1.html usr/doc/postfix-2.9.4/html/MAILDROP_README.html usr/doc/postfix-2.9.4/html/anvil.8.html usr/doc/postfix-2.9.4/html/flush.8.html usr/doc/postfix-2.9.4/html/master.8.html usr/doc/postfix-2.9.4/html/header_checks.5.html usr/doc/postfix-2.9.4/html/STRESS_README.html usr/doc/postfix-2.9.4/html/showq.8.html usr/doc/postfix-2.9.4/html/verify.8.html usr/doc/postfix-2.9.4/html/sendmail.1.html usr/doc/postfix-2.9.4/html/defer.8.html usr/doc/postfix-2.9.4/html/smtpd.8.html usr/doc/postfix-2.9.4/html/INSTALL.html usr/doc/postfix-2.9.4/html/ETRN_README.html usr/doc/postfix-2.9.4/html/bounce.8.html usr/doc/postfix-2.9.4/html/newaliases.1.html usr/doc/postfix-2.9.4/html/pickup.8.html usr/doc/postfix-2.9.4/html/ADDRESS_REWRITING_README.html usr/doc/postfix-2.9.4/html/virtual.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/MYSQL_README.html usr/doc/postfix-2.9.4/html/DATABASE_README.html usr/doc/postfix-2.9.4/html/oqmgr.8.html usr/doc/postfix-2.9.4/html/SASL_README.html usr/doc/postfix-2.9.4/html/TLS_LEGACY_README.html usr/doc/postfix-2.9.4/html/cleanup.8.html usr/doc/postfix-2.9.4/html/SOHO_README.html usr/doc/postfix-2.9.4/html/SCHEDULER_README.html usr/doc/postfix-2.9.4/html/PGSQL_README.html usr/doc/postfix-2.9.4/html/postlog.1.html usr/doc/postfix-2.9.4/html/cidr_table.5.html usr/doc/postfix-2.9.4/html/virtual.5.html usr/doc/postfix-2.9.4/html/MILTER_README.html usr/doc/postfix-2.9.4/html/SQLITE_README.html usr/doc/postfix-2.9.4/html/proxymap.8.html usr/doc/postfix-2.9.4/html/SMTPD_PROXY_README.html usr/doc/postfix-2.9.4/html/SMTPD_POLICY_README.html usr/doc/postfix-2.9.4/html/master.5.html usr/doc/postfix-2.9.4/html/NFS_README.html usr/doc/postfix-2.9.4/html/DEBUG_README.html usr/doc/postfix-2.9.4/html/SMTPD_ACCESS_README.html usr/doc/postfix-2.9.4/html/lmtp.8.html usr/doc/postfix-2.9.4/html/mysql_table.5.html usr/doc/postfix-2.9.4/html/TLS_README.html usr/doc/postfix-2.9.4/html/postmulti.1.html usr/doc/postfix-2.9.4/html/qmqpd.8.html usr/doc/postfix-2.9.4/html/spawn.8.html usr/doc/postfix-2.9.4/html/postfix-manuals.html usr/doc/postfix-2.9.4/html/RESTRICTION_CLASS_README.html usr/doc/postfix-2.9.4/TLS_ACKNOWLEDGEMENTS usr/doc/postfix-2.9.4/COPYRIGHT usr/doc/postfix-2.9.4/AAAREADME usr/doc/postfix-2.9.4/TLS_CHANGES usr/doc/postfix-2.9.4/TLS_LICENSE usr/doc/postfix-2.9.4/readme2html etc/ etc/rc.d/ etc/rc.d/rc.postfix etc/postfix/ etc/postfix/aliases.new etc/postfix/bounce.cf.default etc/postfix/main.cf.default.new etc/postfix/relocated.new etc/postfix/access.new etc/postfix/virtual.new etc/postfix/header_checks.new etc/postfix/makedefs.out.new etc/postfix/master.cf.new etc/postfix/generic.new etc/postfix/transport.new etc/postfix/main.cf.new etc/postfix/LICENSE etc/postfix/canonical.new etc/postfix/TLS_LICENSE install/ install/slack-desc install/doinst.sh Slackware package /builds/salix/arm/14.0/original/n/postfix/postfix-2.9.4-arm-1rl.txz created. Package has been built. Cleaning pkg and src directories