独自ドメインでのメールが受信出来なくて困っています。
メールサーバー系が詳しくないので何が誤っていてメールが来ないか情報を
頂ければ幸いです。
dovecot --version 2.0.9
postfix --version 2.6.6
/etc/dovecot/dovecot.conf
lang
protocols = imap pop3 dict { #quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext #expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext } !include conf.d/*.conf
/etc/postfix/main.cf
lang
queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix mail_owner = postfix myhostname =mail.domain.net mydomain=domain.net myorigin = $mydomain inet_interfaces = all inet_protocols = ipv4 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain unknown_local_recipient_reject_code = 550 mynetworks = 10.0.0.0/16, 127.0.0.0/8 alias_maps = hash:/etc/aliases
この設定条件で
username@domain.netにgmailから送付すると以下のメールログが確認でき、
メールの受信はできていません。
lang
Feb 13 01:54:46 サーバー名 postfix/master[14976]: terminating on signal 15 Feb 13 01:54:46 サーバー名 postfix/postfix-script[15741]: starting the Postfix mail system Feb 13 01:54:46 サーバー名 postfix/master[15742]: daemon started -- version 2.6.6, configuration /etc/postfix Feb 13 01:55:15 サーバー名 postfix/smtpd[15771]: connect from ***.google.com[209.85.223.181] Feb 13 01:55:16 サーバー名 postfix/smtpd[15771]: 29C23A400F4: client=***.google.com[209.85.223.181] Feb 13 01:55:16 サーバー名 postfix/cleanup[15777]: 29C23A400F4: message-id=<***@mail.gmail.com> Feb 13 01:55:16 サーバー名 postfix/qmgr[15745]: 29C23A400F4: from=<送り主@gmail.com>, size=2483, nrcpt=1 (queue active) Feb 13 01:55:16 サーバー名 postfix/smtpd[15771]: disconnect from ***.google.com[209.85.223.181] Feb 13 01:55:16 サーバー名 postfix/local[15779]: 29C23A400F4: to=<username@domain.net>, relay=local, delay=0.46, delays=0.3/0.13/0/0.03, dsn=2.0.0, status=sent (delivered to maildir) Feb 13 01:55:16 サーバー名 postfix/qmgr[15745]: 29C23A400F4: removed
mail No mail for username
まだ回答がついていません
会員登録して回答してみよう