# # # Name: postfix.mk # make include file for POSTFIX for La Casita # # #SC_VRM = postfix-2.0.14 #SC_VRM = postfix-2.2.2 #SC_VRM = postfix-2.3.6 #SC_VRM = postfix-2.4.1 SC_VRM = postfix-2.4.3 SC_URL = \ http://www.subneural.net/postfix-release/official/$(SC_VRM).HISTORY \ http://www.subneural.net/postfix-release/official/$(SC_VRM).RELEASE_NOTES \ http://www.subneural.net/postfix-release/official/$(SC_VRM).tar.gz.sig \ http://www.subneural.net/postfix-release/official/$(SC_VRM).tar.gz #SC_URL = \ # http://www.subneural.net/postfix-release/official/$(SC_VRM).tar.gz \ # http://www.subneural.net/postfix-release/official/$(SC_VRM).tar.gz.sig #SC_FETCH = #SC_SOURCE = SC_CONFIG = $(MAKE) -f Makefile.init makefiles #SC_BUILD = SC_INSTALL = yes '' | $(MAKE) install ; \ chmod +x postfix-install ; \ yes '' | ./postfix-install -non-interactive SC_FIXUP = strip /usr/libexec/postfix/bounce \ /usr/libexec/postfix/cleanup \ /usr/libexec/postfix/error \ /usr/libexec/postfix/flush \ /usr/libexec/postfix/lmtp \ /usr/libexec/postfix/local \ /usr/libexec/postfix/master \ /usr/libexec/postfix/nqmgr \ /usr/libexec/postfix/pickup \ /usr/libexec/postfix/pipe \ /usr/libexec/postfix/proxymap \ /usr/libexec/postfix/qmgr \ /usr/libexec/postfix/qmqpd \ /usr/libexec/postfix/showq \ /usr/libexec/postfix/smtp \ /usr/libexec/postfix/smtpd \ /usr/libexec/postfix/spawn \ /usr/libexec/postfix/trivial-rewrite \ /usr/libexec/postfix/virtual \ /usr/sbin/sendmail \ /usr/sbin/postalias \ /usr/sbin/postcat \ /usr/sbin/postconf \ /usr/sbin/postfix \ /usr/sbin/postkick \ /usr/sbin/postlock \ /usr/sbin/postlog \ /usr/sbin/postmap \ /usr/sbin/postsuper \ /usr/sbin/postdrop \ /usr/sbin/postqueue # # Warning: you still need to edit myorigin/mydestination/mynetworks # parameter settings in /etc/postfix/main.cf. # # See also http://www.postfix.org/faq.html for information about dialup # sites or about sites inside a firewalled network. # # BTW: Check your /etc/aliases file and be sure to set up aliases # that send mail for root and postmaster to a real person, then run # /usr/bin/newaliases. #