Cannot send e-mail to postfix mail server The 2019 Stack Overflow Developer Survey Results Are Incannot send mail to postfix /w iptables linux proxyPostfix rejects all incoming mail (Client host rejected: Access denied)Postfix forwarding issuePOSTFIX fatal: no SASL authentication mechanismsPostfix: Reject reject_unknown_recipient_domain and receive instant email notificationHaving troubles receiving emails from GmailMy mail server is sending a lot of spam using my domainPostfix Centos7Status=bounced unknown user “xxxx”cant send an email to host mailserver via postfix

What is this sharp, curved notch on my knife for?

Is an up-to-date browser secure on an out-of-date OS?

Can there be female White Walkers?

What is the meaning of Triage in Cybersec world?

Does HR tell a hiring manager about salary negotiations?

Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?

Deal with toxic manager when you can't quit

Falsification in Math vs Science

What information about me do stores get via my credit card?

Is bread bad for ducks?

Inverse Relationship Between Precision and Recall

Is it safe to harvest rainwater that fell on solar panels?

Can an undergraduate be advised by a professor who is very far away?

Keeping a retro style to sci-fi spaceships?

Worn-tile Scrabble

Kerning for subscripts of sigma?

The phrase "to the numbers born"?

Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?

Correct punctuation for showing a character's confusion

How much of the clove should I use when using big garlic heads?

How come people say “Would of”?

How to type a long/em dash `—`

Are spiders unable to hurt humans, especially very small spiders?

How to notate time signature switching consistently every measure



Cannot send e-mail to postfix mail server



The 2019 Stack Overflow Developer Survey Results Are Incannot send mail to postfix /w iptables linux proxyPostfix rejects all incoming mail (Client host rejected: Access denied)Postfix forwarding issuePOSTFIX fatal: no SASL authentication mechanismsPostfix: Reject reject_unknown_recipient_domain and receive instant email notificationHaving troubles receiving emails from GmailMy mail server is sending a lot of spam using my domainPostfix Centos7Status=bounced unknown user “xxxx”cant send an email to host mailserver via postfix



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have a Wordpress server (on Ubuntu 16.04.02) on which I'm trying to set up a personal e-mail server using Postfix and Dovecot. I have followed this tutorial, and now I'm at the point where I'll try to send an e-mail to my server, yet the e-mail doesn't appear on the server. There is no mention of it in /var/log/mail.log nor /var/log/mail.err. On the server, I can use the mail command to send a message to the e-mail, but I can't send an external e-mail (e.g. sending something from Gmail).



Here's some information on my problem. For this post, my site will be called "example.place", and my IP address will be "123.123.123.123". I have also set up an MX record with my domain name provider that looks like this:



Type: MX



Host: @



Value: 10 example.place



Output of postconf -n:



alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = no
compatibility_level = 2
delay_warning_time = 0h
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
inet_interfaces = all
inet_protocols = all
local_recipient_maps =
mailbox_size_limit = 0
maximal_backoff_time = 8000s
maximal_queue_lifetime = 1d
minimal_backoff_time = 1000s
mydestination =
mydomain = example.place
myhostname = example.place
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = host
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_helo_timeout = 60s
smtp_tls_ciphers = high
smtp_tls_mandatory_ciphers = high
smtp_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_unknown_client_hostname reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org reject_rbl_client blackholes.easynet.nl
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_delay_reject = yes
smtpd_hard_error_limit = 12
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks permit_sasl_authenticated reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
smtpd_recipient_limit = 20
smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_unknown_recipient_domain reject_unauth_pipelining permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain =
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks permit_sasl_authenticated reject_non_fqdn_sender reject_unknown_sender_domain reject_unauth_pipelining
smtpd_soft_error_limit = 3
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/letsencrypt/live/example.place/fullchain.pem
smtpd_tls_ciphers = high
smtpd_tls_key_file = /etc/letsencrypt/live/example.place/privkey.pem
smtpd_tls_loglevel = 0
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = sqlite:/etc/postfix/sqlite_alias.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/spool/mail/
virtual_mailbox_domains = sqlite:/etc/postfix/sqlite_domains.cf
virtual_mailbox_maps = sqlite:/etc/postfix/sqlite_mailbox.cf
virtual_transport = dovecot
virtual_uid_maps = static:5000


Contents of /etc/hostname: example



Contents of /etc/mailname: example.place



Contents of /etc/hosts:



127.0.0.1 localhost
123.123.123.123 example.place example

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


Edit



Here's some parts of /var/log/mail.log that looked suspicious:



postfix/pickup[2498]: 72C5E9FB9E: uid=0 from=<root>
postfix/cleanup[2551]: 72C5E9FB9E: message-id=<20190407020002.72C5E9FB9E@example.place>
postfix/oqmgr[1829]: 72C5E9FB9E: from=<root@example.place>, size=675, nrcpt=1 (queue active)
postfix/pipe[2553]: 72C5E9FB9E: to=<root@example.place>, orig_to=<root>, relay=dovecot, delay=0.11, delays=0.05/0.01/0/0.05, dsn=5.1.1, status=bounced (user unknown)
postfix/cleanup[2551]: 877EC9FB73: message-id=<20190407020002.877EC9FB73@example.place>
postfix/oqmgr[1829]: 877EC9FB73: from=<>, size=2588, nrcpt=1 (queue active)
postfix/bounce[2558]: 72C5E9FB9E: sender non-delivery notification: 877EC9FB73
postfix/oqmgr[1829]: 72C5E9FB9E: removed
postfix/pipe[2553]: 877EC9FB73: to=<root@example.place>, relay=dovecot, delay=0.02, delays=0/0/0/0.02, dsn=5.1.1, status=bounced (user unknown)
postfix/oqmgr[1829]: 877EC9FB73: removed
dovecot: imap-login: Error: SSL: Stacked error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol









share|improve this question









New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What's in the mail log? What is the real domain name?

    – Michael Hampton
    Apr 7 at 20:06











  • "jasonsblog.place". Also, I have updated my question with some of the mail log.

    – Ertain
    Apr 8 at 7:40






  • 1





    Thank you for posting your actual domain: for one: the SMTP port (TCP port 25) can't be reached remotely, check your firewall

    – HBruijn
    Apr 8 at 8:05











  • I'll try opening port 25 (btw, I'm using ufw as a firewall).

    – Ertain
    Apr 8 at 21:50











  • I have tried sending a message to the e-mail from another address, but it didn't get there. Also, I can send e-mails, but I can't receive them (even after opening port 25).

    – Ertain
    Apr 8 at 23:45

















0















I have a Wordpress server (on Ubuntu 16.04.02) on which I'm trying to set up a personal e-mail server using Postfix and Dovecot. I have followed this tutorial, and now I'm at the point where I'll try to send an e-mail to my server, yet the e-mail doesn't appear on the server. There is no mention of it in /var/log/mail.log nor /var/log/mail.err. On the server, I can use the mail command to send a message to the e-mail, but I can't send an external e-mail (e.g. sending something from Gmail).



Here's some information on my problem. For this post, my site will be called "example.place", and my IP address will be "123.123.123.123". I have also set up an MX record with my domain name provider that looks like this:



Type: MX



Host: @



Value: 10 example.place



Output of postconf -n:



alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = no
compatibility_level = 2
delay_warning_time = 0h
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
inet_interfaces = all
inet_protocols = all
local_recipient_maps =
mailbox_size_limit = 0
maximal_backoff_time = 8000s
maximal_queue_lifetime = 1d
minimal_backoff_time = 1000s
mydestination =
mydomain = example.place
myhostname = example.place
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = host
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_helo_timeout = 60s
smtp_tls_ciphers = high
smtp_tls_mandatory_ciphers = high
smtp_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_unknown_client_hostname reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org reject_rbl_client blackholes.easynet.nl
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_delay_reject = yes
smtpd_hard_error_limit = 12
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks permit_sasl_authenticated reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
smtpd_recipient_limit = 20
smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_unknown_recipient_domain reject_unauth_pipelining permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain =
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks permit_sasl_authenticated reject_non_fqdn_sender reject_unknown_sender_domain reject_unauth_pipelining
smtpd_soft_error_limit = 3
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/letsencrypt/live/example.place/fullchain.pem
smtpd_tls_ciphers = high
smtpd_tls_key_file = /etc/letsencrypt/live/example.place/privkey.pem
smtpd_tls_loglevel = 0
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = sqlite:/etc/postfix/sqlite_alias.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/spool/mail/
virtual_mailbox_domains = sqlite:/etc/postfix/sqlite_domains.cf
virtual_mailbox_maps = sqlite:/etc/postfix/sqlite_mailbox.cf
virtual_transport = dovecot
virtual_uid_maps = static:5000


Contents of /etc/hostname: example



Contents of /etc/mailname: example.place



Contents of /etc/hosts:



127.0.0.1 localhost
123.123.123.123 example.place example

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


Edit



Here's some parts of /var/log/mail.log that looked suspicious:



postfix/pickup[2498]: 72C5E9FB9E: uid=0 from=<root>
postfix/cleanup[2551]: 72C5E9FB9E: message-id=<20190407020002.72C5E9FB9E@example.place>
postfix/oqmgr[1829]: 72C5E9FB9E: from=<root@example.place>, size=675, nrcpt=1 (queue active)
postfix/pipe[2553]: 72C5E9FB9E: to=<root@example.place>, orig_to=<root>, relay=dovecot, delay=0.11, delays=0.05/0.01/0/0.05, dsn=5.1.1, status=bounced (user unknown)
postfix/cleanup[2551]: 877EC9FB73: message-id=<20190407020002.877EC9FB73@example.place>
postfix/oqmgr[1829]: 877EC9FB73: from=<>, size=2588, nrcpt=1 (queue active)
postfix/bounce[2558]: 72C5E9FB9E: sender non-delivery notification: 877EC9FB73
postfix/oqmgr[1829]: 72C5E9FB9E: removed
postfix/pipe[2553]: 877EC9FB73: to=<root@example.place>, relay=dovecot, delay=0.02, delays=0/0/0/0.02, dsn=5.1.1, status=bounced (user unknown)
postfix/oqmgr[1829]: 877EC9FB73: removed
dovecot: imap-login: Error: SSL: Stacked error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol









share|improve this question









New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What's in the mail log? What is the real domain name?

    – Michael Hampton
    Apr 7 at 20:06











  • "jasonsblog.place". Also, I have updated my question with some of the mail log.

    – Ertain
    Apr 8 at 7:40






  • 1





    Thank you for posting your actual domain: for one: the SMTP port (TCP port 25) can't be reached remotely, check your firewall

    – HBruijn
    Apr 8 at 8:05











  • I'll try opening port 25 (btw, I'm using ufw as a firewall).

    – Ertain
    Apr 8 at 21:50











  • I have tried sending a message to the e-mail from another address, but it didn't get there. Also, I can send e-mails, but I can't receive them (even after opening port 25).

    – Ertain
    Apr 8 at 23:45













0












0








0








I have a Wordpress server (on Ubuntu 16.04.02) on which I'm trying to set up a personal e-mail server using Postfix and Dovecot. I have followed this tutorial, and now I'm at the point where I'll try to send an e-mail to my server, yet the e-mail doesn't appear on the server. There is no mention of it in /var/log/mail.log nor /var/log/mail.err. On the server, I can use the mail command to send a message to the e-mail, but I can't send an external e-mail (e.g. sending something from Gmail).



Here's some information on my problem. For this post, my site will be called "example.place", and my IP address will be "123.123.123.123". I have also set up an MX record with my domain name provider that looks like this:



Type: MX



Host: @



Value: 10 example.place



Output of postconf -n:



alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = no
compatibility_level = 2
delay_warning_time = 0h
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
inet_interfaces = all
inet_protocols = all
local_recipient_maps =
mailbox_size_limit = 0
maximal_backoff_time = 8000s
maximal_queue_lifetime = 1d
minimal_backoff_time = 1000s
mydestination =
mydomain = example.place
myhostname = example.place
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = host
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_helo_timeout = 60s
smtp_tls_ciphers = high
smtp_tls_mandatory_ciphers = high
smtp_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_unknown_client_hostname reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org reject_rbl_client blackholes.easynet.nl
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_delay_reject = yes
smtpd_hard_error_limit = 12
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks permit_sasl_authenticated reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
smtpd_recipient_limit = 20
smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_unknown_recipient_domain reject_unauth_pipelining permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain =
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks permit_sasl_authenticated reject_non_fqdn_sender reject_unknown_sender_domain reject_unauth_pipelining
smtpd_soft_error_limit = 3
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/letsencrypt/live/example.place/fullchain.pem
smtpd_tls_ciphers = high
smtpd_tls_key_file = /etc/letsencrypt/live/example.place/privkey.pem
smtpd_tls_loglevel = 0
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = sqlite:/etc/postfix/sqlite_alias.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/spool/mail/
virtual_mailbox_domains = sqlite:/etc/postfix/sqlite_domains.cf
virtual_mailbox_maps = sqlite:/etc/postfix/sqlite_mailbox.cf
virtual_transport = dovecot
virtual_uid_maps = static:5000


Contents of /etc/hostname: example



Contents of /etc/mailname: example.place



Contents of /etc/hosts:



127.0.0.1 localhost
123.123.123.123 example.place example

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


Edit



Here's some parts of /var/log/mail.log that looked suspicious:



postfix/pickup[2498]: 72C5E9FB9E: uid=0 from=<root>
postfix/cleanup[2551]: 72C5E9FB9E: message-id=<20190407020002.72C5E9FB9E@example.place>
postfix/oqmgr[1829]: 72C5E9FB9E: from=<root@example.place>, size=675, nrcpt=1 (queue active)
postfix/pipe[2553]: 72C5E9FB9E: to=<root@example.place>, orig_to=<root>, relay=dovecot, delay=0.11, delays=0.05/0.01/0/0.05, dsn=5.1.1, status=bounced (user unknown)
postfix/cleanup[2551]: 877EC9FB73: message-id=<20190407020002.877EC9FB73@example.place>
postfix/oqmgr[1829]: 877EC9FB73: from=<>, size=2588, nrcpt=1 (queue active)
postfix/bounce[2558]: 72C5E9FB9E: sender non-delivery notification: 877EC9FB73
postfix/oqmgr[1829]: 72C5E9FB9E: removed
postfix/pipe[2553]: 877EC9FB73: to=<root@example.place>, relay=dovecot, delay=0.02, delays=0/0/0/0.02, dsn=5.1.1, status=bounced (user unknown)
postfix/oqmgr[1829]: 877EC9FB73: removed
dovecot: imap-login: Error: SSL: Stacked error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol









share|improve this question









New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have a Wordpress server (on Ubuntu 16.04.02) on which I'm trying to set up a personal e-mail server using Postfix and Dovecot. I have followed this tutorial, and now I'm at the point where I'll try to send an e-mail to my server, yet the e-mail doesn't appear on the server. There is no mention of it in /var/log/mail.log nor /var/log/mail.err. On the server, I can use the mail command to send a message to the e-mail, but I can't send an external e-mail (e.g. sending something from Gmail).



Here's some information on my problem. For this post, my site will be called "example.place", and my IP address will be "123.123.123.123". I have also set up an MX record with my domain name provider that looks like this:



Type: MX



Host: @



Value: 10 example.place



Output of postconf -n:



alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = no
compatibility_level = 2
delay_warning_time = 0h
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
inet_interfaces = all
inet_protocols = all
local_recipient_maps =
mailbox_size_limit = 0
maximal_backoff_time = 8000s
maximal_queue_lifetime = 1d
minimal_backoff_time = 1000s
mydestination =
mydomain = example.place
myhostname = example.place
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = host
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_helo_timeout = 60s
smtp_tls_ciphers = high
smtp_tls_mandatory_ciphers = high
smtp_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:$data_directory/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated reject_unknown_client_hostname reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org reject_rbl_client blackholes.easynet.nl
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_delay_reject = yes
smtpd_hard_error_limit = 12
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks permit_sasl_authenticated reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
smtpd_recipient_limit = 20
smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_unknown_recipient_domain reject_unauth_pipelining permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain =
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks permit_sasl_authenticated reject_non_fqdn_sender reject_unknown_sender_domain reject_unauth_pipelining
smtpd_soft_error_limit = 3
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/letsencrypt/live/example.place/fullchain.pem
smtpd_tls_ciphers = high
smtpd_tls_key_file = /etc/letsencrypt/live/example.place/privkey.pem
smtpd_tls_loglevel = 0
smtpd_tls_mandatory_ciphers = high
smtpd_tls_mandatory_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_protocols = TLSv1.2, TLSv1.1, !TLSv1, !SSLv2, !SSLv3
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:$data_directory/smtpd_scache
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = sqlite:/etc/postfix/sqlite_alias.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/spool/mail/
virtual_mailbox_domains = sqlite:/etc/postfix/sqlite_domains.cf
virtual_mailbox_maps = sqlite:/etc/postfix/sqlite_mailbox.cf
virtual_transport = dovecot
virtual_uid_maps = static:5000


Contents of /etc/hostname: example



Contents of /etc/mailname: example.place



Contents of /etc/hosts:



127.0.0.1 localhost
123.123.123.123 example.place example

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


Edit



Here's some parts of /var/log/mail.log that looked suspicious:



postfix/pickup[2498]: 72C5E9FB9E: uid=0 from=<root>
postfix/cleanup[2551]: 72C5E9FB9E: message-id=<20190407020002.72C5E9FB9E@example.place>
postfix/oqmgr[1829]: 72C5E9FB9E: from=<root@example.place>, size=675, nrcpt=1 (queue active)
postfix/pipe[2553]: 72C5E9FB9E: to=<root@example.place>, orig_to=<root>, relay=dovecot, delay=0.11, delays=0.05/0.01/0/0.05, dsn=5.1.1, status=bounced (user unknown)
postfix/cleanup[2551]: 877EC9FB73: message-id=<20190407020002.877EC9FB73@example.place>
postfix/oqmgr[1829]: 877EC9FB73: from=<>, size=2588, nrcpt=1 (queue active)
postfix/bounce[2558]: 72C5E9FB9E: sender non-delivery notification: 877EC9FB73
postfix/oqmgr[1829]: 72C5E9FB9E: removed
postfix/pipe[2553]: 877EC9FB73: to=<root@example.place>, relay=dovecot, delay=0.02, delays=0/0/0/0.02, dsn=5.1.1, status=bounced (user unknown)
postfix/oqmgr[1829]: 877EC9FB73: removed
dovecot: imap-login: Error: SSL: Stacked error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol






ubuntu postfix email-server dovecot






share|improve this question









New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 8 at 7:58







Ertain













New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 7 at 19:25









ErtainErtain

12




12




New contributor




Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Ertain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • What's in the mail log? What is the real domain name?

    – Michael Hampton
    Apr 7 at 20:06











  • "jasonsblog.place". Also, I have updated my question with some of the mail log.

    – Ertain
    Apr 8 at 7:40






  • 1





    Thank you for posting your actual domain: for one: the SMTP port (TCP port 25) can't be reached remotely, check your firewall

    – HBruijn
    Apr 8 at 8:05











  • I'll try opening port 25 (btw, I'm using ufw as a firewall).

    – Ertain
    Apr 8 at 21:50











  • I have tried sending a message to the e-mail from another address, but it didn't get there. Also, I can send e-mails, but I can't receive them (even after opening port 25).

    – Ertain
    Apr 8 at 23:45

















  • What's in the mail log? What is the real domain name?

    – Michael Hampton
    Apr 7 at 20:06











  • "jasonsblog.place". Also, I have updated my question with some of the mail log.

    – Ertain
    Apr 8 at 7:40






  • 1





    Thank you for posting your actual domain: for one: the SMTP port (TCP port 25) can't be reached remotely, check your firewall

    – HBruijn
    Apr 8 at 8:05











  • I'll try opening port 25 (btw, I'm using ufw as a firewall).

    – Ertain
    Apr 8 at 21:50











  • I have tried sending a message to the e-mail from another address, but it didn't get there. Also, I can send e-mails, but I can't receive them (even after opening port 25).

    – Ertain
    Apr 8 at 23:45
















What's in the mail log? What is the real domain name?

– Michael Hampton
Apr 7 at 20:06





What's in the mail log? What is the real domain name?

– Michael Hampton
Apr 7 at 20:06













"jasonsblog.place". Also, I have updated my question with some of the mail log.

– Ertain
Apr 8 at 7:40





"jasonsblog.place". Also, I have updated my question with some of the mail log.

– Ertain
Apr 8 at 7:40




1




1





Thank you for posting your actual domain: for one: the SMTP port (TCP port 25) can't be reached remotely, check your firewall

– HBruijn
Apr 8 at 8:05





Thank you for posting your actual domain: for one: the SMTP port (TCP port 25) can't be reached remotely, check your firewall

– HBruijn
Apr 8 at 8:05













I'll try opening port 25 (btw, I'm using ufw as a firewall).

– Ertain
Apr 8 at 21:50





I'll try opening port 25 (btw, I'm using ufw as a firewall).

– Ertain
Apr 8 at 21:50













I have tried sending a message to the e-mail from another address, but it didn't get there. Also, I can send e-mails, but I can't receive them (even after opening port 25).

– Ertain
Apr 8 at 23:45





I have tried sending a message to the e-mail from another address, but it didn't get there. Also, I can send e-mails, but I can't receive them (even after opening port 25).

– Ertain
Apr 8 at 23:45










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Ertain is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f961930%2fcannot-send-e-mail-to-postfix-mail-server%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Ertain is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Ertain is a new contributor. Be nice, and check out our Code of Conduct.












Ertain is a new contributor. Be nice, and check out our Code of Conduct.











Ertain is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f961930%2fcannot-send-e-mail-to-postfix-mail-server%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos