はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 メールサーバーについて
日時: 2007/10/07 21:14
名前: ken

初めまして

Fedora7でpostfix+dovecotでメールサーバーを構築中なのですが、送受信できません。
クライアントのメーラーの設定でPOP.SMTPサーバー共にドメイン名は無理でIPアドレスでしかサーバーに認証できません。
maillogは常に以下の内容が出てきます。

Oct 7 20:56:32 fedora postfix/smtpd[24523]: fatal: No server certs available. TLS can't be enabled

Oct 7 20:56:33 fedora postfix/master[24082]: warning: process /usr/libexec/postfix/smtpd pid 24523 exit status 1

Oct 7 20:56:33 fedora postfix/master[24082]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

何が悪いのかさっぱり分からず悩んでいます。どうかお助けください。


postconf -nです

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = xxxxx.net
myhostname = fedora.xxxxx.net
mynetworks = 192.168.11.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.4.3/README_FILES
relayhost = [smtpauth.eonet.ne.jp]:587
sample_directory = /usr/share/doc/postfix-2.4.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/authinfo
smtp_sasl_security_options = noanonymous
smtpd_banner = $myhostname ESMTP unknown
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
unknown_local_recipient_reject_code = 550


宜しくお願い致します。

メンテ

Page:  [1] [2] [3] [4] [5] [6] [7]

■ コンテンツ関連情報

 Re: メールサーバーについて ( No.26 )
日時: 2007/10/08 20:51
名前: U-zo

横レス失礼します。

同じ悩みを抱えてた関西人なので、私の方法をお教えします。
というのも、OP25B(Outbound Port25 Blocking)対策を施した際に、BeckyのSMTPポートを587に変更してませんか?
私も、eonetなので、同様の設定で悩んでたんですが、私の設定では、
上記対策を施した後、smtpは25のままで通りました。

もともとのeoのメールが、ポート25のままだったので・・・。
別にロリポップ借りてるんですが、こちらは587でないと通らないです・・・。

なぜ、25なのかはよくわかりませんが、一度お試しを。
メンテ
 Re: メールサーバーについて ( No.27 )
日時: 2007/10/08 21:23
名前: ken

U-zo様ありがとうございます。

私はBeckyを使用していませんのでわかりません。今日、インストールしてみましたが、すぐに消してしまいました(汗

25番ポートを使っても駄目みたいです。

と言うか もう、何が何だか解らない状態に陥っています。

tlnet localhost 25が使えなくなってしまったり・・・・

もうパニックです


メンテ
 Re: メールサーバーについて ( No.28 )
日時: 2007/10/08 21:36
名前: U-zo

そうですか・・・。
うちは、今、すべて解決したので、貼り付けときます。
参考になれば・・・。

[root@fedora ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = XXXXX.mydns.jp
myhostname = fedora.XXXXX.mydns.jp
mynetworks = 192.168.XX.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.4.3/README_FILES
relay_domains = $mydestination
relayhost = [smtpauth.eonet.ne.jp]:587
sample_directory = /usr/share/doc/postfix-2.4.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/isp_auth
smtp_sasl_security_options = noanonymous
smtpd_client_restrictions = permit_mynetworks, 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
unknown_local_recipient_reject_code = 550

別途、isp_authファイルを作成し、
postmap /etc/postfix/isp_auth
で、isp_auth.dbを作成すれば、OKでした。
※isp_authの作成方法は、
http://q.hatena.ne.jp/1169716507

念のため、master.cfを残しておきます。
[root@fedora ~]# vi /etc/postfix/master.cf
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
#        (yes)  (yes)  (yes)  (never) (100)
# ==========================================================================
smtp   inet n    -    n    -    -    smtpd
submission inet n    -    n    -    -    smtpd
 -o smtpd_enforce_tls=yes
 -o smtpd_sasl_auth_enable=yes
 -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps   inet n    -    n    -    -    smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps  inet n    -    n    -    -    smtpd
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#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

私も初心者で、この休みは、すべてつぶれてしまいましたが・・・。がんばってください。
メンテ
 Re: メールサーバーについて ( No.29 )
日時: 2007/10/08 21:53
名前: ken

U-zo様ありがとうございます。

設定は私と特に違いは無いようです。

postmap /etc/postfix/isp_auth ←は
smtp_sasl_password_maps = hash:/etc/postfix/authinfo ←で処理しています。

/etc/postfix/authinfoです。


折れそうですが、がんばります。

ありがとうございます!
メンテ
 Re: メールサーバーについて ( No.30 )
日時: 2007/10/15 23:30
名前: ken

結局、嫌になってvine linuxでメールサーバーを構築したのですが、やっぱりFedoraでやりたい想いが消えません。


ところで私、ド素人なので教えて頂きたいのですが、今度Fedora8になるそうですが、Fedora7でインターネットサーバーを

構築していて、Fedora8に変えようと思った場合、ゼロから設定のし直しになるのでしょうか?

それともアップグレードのみで済むのでしょうか?

メンテ

Page:  [1] [2] [3] [4] [5] [6] [7]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.