[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp: 2898] Re: メールサーバのインストールエラー



宮尾です。
> ところで、Postfixには、どういう設定をされているのでしょうか、main.cfだ
> とかmaster.cfの中身は...?
IMAP関係の設定は一応見直しました。ミスは無いはずなのですが・・・(汗)
下記のような感じで設定しています。
よろしくお願いします

# more /etc/postfix/master.cf
lmtp      unix  -       -       n       -       -       lmtp

# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_percent_hack = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_privs = nobody
disable_vrfy_command = yes
home_mailbox = Maildir/
inet_interfaces = all
mail_owner = postfix
mailbox_size_limit = 30720000
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
message_size_limit = 2048000
mydestination = $myhostname, localhost
mydomain = community-network.jp
myhostname = community-network.jp
mynetworks = 192.168.1.0/24 127.0.0.0/8
myorigin = $mydomain
queue_directory = /var/spool/postfix
smtpd_banner = $mydomain ESMTP unknown
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname,
reject_unknown_client, permit
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_unknown_sender_domain,
reject_non_fqdn_sender
strict_rfc821_envelopes = yes
unknown_local_recipient_reject_code = 550

# more /etc/cyrus.conf 
SERVICES {
  # add or remove based on preferences
  imap          cmd="imapd" listen="imap" prefork=5
  imaps         cmd="imapd -s" listen="imaps" prefork=1
  pop3          cmd="pop3d" listen="pop3" prefork=3
  pop3s         cmd="pop3d -s" listen="pop3s" prefork=1
  sieve         cmd="timsieved" listen="sieve" prefork=0
  # at least one LMTP is required for delivery
#  lmtp         cmd="lmtpd" listen="lmtp" prefork=0
  lmtpunix      cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1

# more /etc/imapd.conf
configdirectory: /var/lib/imap
partition-default: /var/spool/imap
allowanonymouslogin: no
admins: cyrus
timeout: 30
poptimeout: 10
sievedir: /var/lib/imap/sieve
sendmail: /usr/sbin/sendmail
hashimapspool: true
pwcheck_method: auxprop
lmtpsocket: /var/imap/socket/lmtp
tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem
tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem
tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt


/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
宮尾 勝巳  ( Katumi Miyao )
E-mail : miyao@xxxxxxxxxxx
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 2899] Re: メールサーバのインストールエラー, OBATA Akio
[postfix-jp: 2903] Re: メールサーバのインストールエラー, OBATA Akio
References
[postfix-jp: 2897] Re: メールサーバのインストールエラー, Takahiro Kambe

[検索ページ] [Postfix-JP ML Home]