�Ȥ����櫓�ǡ�����Tiger��postfix����ư�����褦�ˤ��Ƥߤ롣

�����Ǥϡ�ñ��Mail.app��SMTP Server�Ȥ���localhost�����Ǥ���褦�ˤ����α��롣

�Ϥ����

�ʲ��κ�Ȥϡ������Ǥ��뤬root���¤�ɬ�פǤ��롣sudo -s��root���¤�������Ƥ�����

����������Ǥ��뤬���䡢���� �Ƥϰʲ��κ�Ȥ˴ؤ��ư��ڤ��ݾڤ���䤹�롣���Τ��Τ���Ǥ�ˤ��������Ѥ���ĺ��������

/etc/postfix/master.cf

�ޤ��ϡ�postfix������ե�����Ǥ���/etc/postfix/master.cf�����ꤹ�롣�ȤϤ�����ΤΡ����Ǥ���˴ؤ��ƤϤҤʷ���¸�ߤ���Τǡ�����򥳥ԡ�����Ф褤��
mv /etc/postfix/master.cf /etc/postfix/master.cf
cp -p /etc/postfix/master.cf.defaultserver /etc/postfix/master.cf

/System/Library/LaunchDaemons/org.isc.named.plist

����/System/Library/LaunchDaemons/org.postfix.master.plist����
cp -p /System/Library/LaunchDaemons/org.postfix.master.plist /System/Library/LaunchDaemons/org.postfix.master.plist.dist

��Backup��Ȥä�����Խ����롣

#diff -u /System/Library/LaunchDaemons/org.postfix.master.plist.dist /System//Library/LaunchDaemons/org.postfix.master.plist
--- /System/Library/LaunchDaemons/org.postfix.master.plist.dist 2005-04-30 02:16:02.000000000 +0900
+++ /System//Library/LaunchDaemons/org.postfix.master.plist     2005-04-30 02:50:21.000000000 +0900
@@ -9,12 +9,12 @@
        <key>ProgramArguments</key>
        <array>
                <string>master</string>
-               <string>-e</string>
-               <string>60</string>
        </array>
        <key>QueueDirectories</key>
        <array>
                <string>/var/spool/postfix/maildrop</string>
        </array>
+        <key>OnDemand</key>
+        <false/>
 </dict>
 </plist>

�����ѹ�����Τ��󥫽ꡣ��ư���ΰ���(master -e 60����master)����Ӿ����ư���Ƥ��뤫�ɤ���(OnDemand false���ɲ�)�Ǥ��롣���ΤǤϰʲ����̤ꡣ

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Label</key>
        <string>org.postfix.master</string>
        <key>Program</key>
        <string>/usr/libexec/postfix/master</string>
        <key>ProgramArguments</key>
        <array>
                <string>master</string>
        </array>
        <key>QueueDirectories</key>
        <array>
                <string>/var/spool/postfix/maildrop</string>
        </array>
         <key>OnDemand</key>
        <false/>
</dict>
</plist>

launchctl�Ǻƥ�������

���Ȥϡ��ʲ��ΤȤ��ꡣ

# launchctl stop org.postfix.master
# launchctl unload org.postfix.master # ǰ�Τ���
# launchctl load org.postfix.master # ǰ�Τ���
# launchctl start org.postfix.master

�ƥ���

�⤷���ޤ��Ԥä��顢�ʲ���command��mail�������Ǥ���Ϥ�����

date | mail -s test [email protected]

log��/var/log/mail.log�ʤΤǡ��ȥ�֥륷�塼�ƥ��󥰻��ˤϤ����򸫤Ƥߤ褦��

Dan the Tiger Tamer