メール送信サーバーの構築です。
# emerge -avt postfix
# vi /etc/postfix/main.conf
#myhostname = host.domain.tld #myhostname = virtual.domain.tld myhostname = server.linux-life.net
#mydomain = domain.tld mydomain = linux-life.net
#myorigin = $mydomain#myorigin = $mydomain
#inet_interfaces = allinet_interfaces = all
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomainmydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
#mynetworks = 168.100.189.0/28, 127.0.0.0/8mynetworks = 192.168.0.0/24, 127.0.0.0/8
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)smtpd_banner = smtp.$mydomain ESMTP $mail_name ($mail_version)
# newaliases # /etc/init.d/postfix start # rc-update add postfix default
# vi /etc/postfix/main.cf
smtpd_sasl_auth_enable = yes smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
# vi /etc/sasl2/smtpd.conf
pwcheck_method:pampwcheck_method:saslauthd
# /etc/init.d/saslauthd start # rc-update add saslauthd default
# vi /etc/mail/aliases
# root:root: tasuku
# newaliases
| 日 | 月 | 火 | 水 | 木 | 金 | 土 |
|---|---|---|---|---|---|---|
| 3 | 文化の日 | |||||
| 23 | 勤労感謝の日 | |||||
| 24 | 振替休日 | |||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||
Linuxサーバ構築・設定のすべて
ディストリビューションに依存しないサーバー構築技術を身につけましょう。
★★★★★
Unixバックアップ&リカバリ
サーバー管理者は必読!自信と安心をこの本で。
★★★★☆
CVSデスクトップリファレンス
あれってどうするんだっけ?というときに便利です。
★★☆☆☆
Running Linux
Linuxを本格的に使う方は見逃せない一冊です。
★★★★☆
Linuxネットワーク管理
TCP/IPの基礎から様々な管理まで、実用的なものがまとまった1冊です。
★★★☆☆
LINUX サーバ HACKS
まじめに勉強しようと思った日にこの本を読みましょう。
★★★★☆
千円札は拾うな。
先進的な企業経営を実践しているすごい人ですね
★★★☆☆
正規表現デスクトップリファレンス
具体的な文法や利用法がコンパクトにまとまっています。
★★★☆☆
Copyright © 2025 Linux-Life.net