X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=blobdiff_plain;f=README;h=ddc11158d7213b191e6ebec998ecb1778dfd9a29;hp=e8aaa08830aed448389cb8481d06a2c8417ac7ae;hb=61092e868f2245891e6000543fbc1ed1cbe36f0d;hpb=d721282f5566b9991baf8e3cfc25314543f40f4a diff --git a/README b/README index e8aaa08..ddc1115 100644 --- a/README +++ b/README @@ -5,24 +5,30 @@ Installation ------------ Edit: PerlMail/Config.pm +MySQL database password store to: /home/USERNAME/priv/mysql.USERNAME.pwd +(optional if using APOP/POP3/Cyrus) Cyrus password store to: /home/USERNAME/priv/lmtp.cyrus.pwd Run: ./perlmail-submit --initdb +(if you are using xinetd(8) instead of inetd(8)) workstation: /etc/xinetd.d/perlmail +Copy "xinetd.perlmail" as "/etc/xinetd.d/perlmail". +substitute: USERNAME, PATH/TO +Use ntsysv(8) to enable the service "perlmail". -workstation: /etc/inetd.conf +(if you are using inetd(8) instead of xinetd(8)) workstation: /etc/inetd.conf substitute: USERNAME, PATH/TO ---------------------------------- cut here ---------------------------------- 852 stream tcp nowait USERNAME /home/USERNAME/PATH/TO/PerlMail/perlmail-accept perlmail-accept --inetd ---------------------------------- cut here ---------------------------------- -(optional) workstation: /etc/services +(optional, recommended) workstation: /etc/services ---------------------------------- cut here ---------------------------------- perlmail 852/tcp ---------------------------------- cut here ---------------------------------- -workstation: /etc/aliases +(optional if using sendmail wrapper) workstation: /etc/aliases run after: newaliases substitute: USERNAME ---------------------------------- cut here ----------------------------------