[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:02487] ver2.0.3でのchroot環境設定(Re: postfix2.0.3 で fatal: unknown service: smtp/tcp)
- Subject: [postfix-jp:02487] ver2.0.3でのchroot環境設定(Re: postfix2.0.3 で fatal: unknown service: smtp/tcp)
- From: "Y.Watanabe" <yuw@xxxxxxxxxxxxxxxxx>
- Date: Sun, 02 Feb 2003 18:26:57 +0900
渡辺です。
"Y.Watanabe" wrote on 2003/02/02 17:55
with Subject: [postfix-jp:02486] Re: postfix2.0.3 で fatal: unknown service: smtp/tcp
> が、chrootで動いているならそれはそれでヨシとしてしまう
> ことにします。(苦笑 ^^;) デフォルトのインストールが
> そうなってるようならそれはそれで・・・。
と自分で書いてしまいましたがやはりヘンな感じもするので情報収集を・・・
ver2.0.3をデフォルト状態でインストールしました。
いま、メールサーバは内部から外部へ送信も外部から内部への受け取りも
できる状態にあります(テスト済み)
が、どうやらchroot環境で動いているようです。
なぜなら、いま、main.cfの内容が↓こうなっているから。
# LOCAL PATHNAME INFORMATION
#
# The queue_directory specifies the location of the Postfix queue.
# This is also the root directory of Postfix daemons that run chrooted.
# See the files in examples/chroot-setup for setting up Postfix chroot
# environments on different UNIX systems.
#
queue_directory = /var/spool/postfix
しかし、自分は、
examples/chroot-setup/LINUX2
とかいうスクリプトを起動した覚えはありません。
こいつを起動しないと、まともなchroot環境として動かないような
気がするのですが、でもいま現にメールサーバは正常稼動しております。
はて・・・? このままでいいんだろうか・・・? ^^;)
環境: RedHatLinux6.2(en)
postfix2.0.3(rpmではなくソースからコンパイルした)
---------------------------------------
main.cfの内容↓
---------------------------------------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = mail.hogehoge.net
mydomain = hogehoge.net
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname ,
$mydomain ,
localhost.$mydomain ,
www.$mydomain ,
unknown_local_recipient_reject_code = 550
mynetworks_style = subnet
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
virtual_alias_maps = hash:/etc/postfix/virtual
---------------------------------------
master.cfの内容↓
---------------------------------------
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
[検索ページ]
[Postfix-JP ML Home]