Can't get POSTFIX working in virtualmin ubuntu 18
For weeks now I am trying to configure the virtualmin postfix mail server in a vps ubuntu 18 server, to send corporate email messages of the contact@pixi.com.ar style but I can not receive the messages from gmail, nor connect thunderbird to the server, I attach the postfix main.cf which is where I think the error is, when I send emails from usermin they get to gmail but to the spam folder
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/postfix.cert.pem
smtpd_tls_key_file = /etc/postfix/postfix.key.pem
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = vps41250600.local
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = vps41250600.local, $myhostname, localhost.localdomain, vps.server.local, localhost.server.local, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
virtual_alias_maps = hash:/etc/postfix/virtual
sender_bcc_maps = hash:/etc/postfix/bcc
home_mailbox = Maildir/
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtp_tls_security_level = dane
allow_percent_hack = no
smtpd_tls_security_level = may
ubuntu email debian
add a comment |
For weeks now I am trying to configure the virtualmin postfix mail server in a vps ubuntu 18 server, to send corporate email messages of the contact@pixi.com.ar style but I can not receive the messages from gmail, nor connect thunderbird to the server, I attach the postfix main.cf which is where I think the error is, when I send emails from usermin they get to gmail but to the spam folder
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/postfix.cert.pem
smtpd_tls_key_file = /etc/postfix/postfix.key.pem
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = vps41250600.local
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = vps41250600.local, $myhostname, localhost.localdomain, vps.server.local, localhost.server.local, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
virtual_alias_maps = hash:/etc/postfix/virtual
sender_bcc_maps = hash:/etc/postfix/bcc
home_mailbox = Maildir/
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtp_tls_security_level = dane
allow_percent_hack = no
smtpd_tls_security_level = may
ubuntu email debian
add a comment |
For weeks now I am trying to configure the virtualmin postfix mail server in a vps ubuntu 18 server, to send corporate email messages of the contact@pixi.com.ar style but I can not receive the messages from gmail, nor connect thunderbird to the server, I attach the postfix main.cf which is where I think the error is, when I send emails from usermin they get to gmail but to the spam folder
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/postfix.cert.pem
smtpd_tls_key_file = /etc/postfix/postfix.key.pem
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = vps41250600.local
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = vps41250600.local, $myhostname, localhost.localdomain, vps.server.local, localhost.server.local, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
virtual_alias_maps = hash:/etc/postfix/virtual
sender_bcc_maps = hash:/etc/postfix/bcc
home_mailbox = Maildir/
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtp_tls_security_level = dane
allow_percent_hack = no
smtpd_tls_security_level = may
ubuntu email debian
For weeks now I am trying to configure the virtualmin postfix mail server in a vps ubuntu 18 server, to send corporate email messages of the contact@pixi.com.ar style but I can not receive the messages from gmail, nor connect thunderbird to the server, I attach the postfix main.cf which is where I think the error is, when I send emails from usermin they get to gmail but to the spam folder
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/postfix.cert.pem
smtpd_tls_key_file = /etc/postfix/postfix.key.pem
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = vps41250600.local
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = vps41250600.local, $myhostname, localhost.localdomain, vps.server.local, localhost.server.local, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
virtual_alias_maps = hash:/etc/postfix/virtual
sender_bcc_maps = hash:/etc/postfix/bcc
home_mailbox = Maildir/
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtp_tls_security_level = dane
allow_percent_hack = no
smtpd_tls_security_level = may
ubuntu email debian
ubuntu email debian
edited Dec 27 '18 at 0:46
user1330614
1233
1233
asked Dec 26 '18 at 22:03
user977938user977938
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Compadre hace unos días me vi con este mismo problema. Si tienes un VPS hay formas más sencillas de montar tu propio MTA como Iredmail (te toma 10 minutos) mira aquí
Para detectar problemas en la configuración a parte de revisar los logs en /var/log/mail.log puedes utilizar esta herramienta. Es posible que tengas el correo configurado como un openrelay lo cual hace que google no confíe en ti pero mucho peor puede que te empiecen a indexar en listas negras.
Espero esto te ayude.
In english so everyone can understand me.
Compadre a few days ago I saw myself with this same problem. If you have a VPS there are simpler ways to mount your own MTA like Iredmail (it takes 10 minutes) see here
To detect problems in the configuration apart from checking the logs in /var/log/mail.log you can use this tool. It is possible that you have mail configured as an openrelay which makes google do not trust you but much worse may start to index you in blacklists.
I hope this helps you.
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
add a comment |
Do you have a firewall preventing connections to your mail server. Port 25 must be available from other's, to test you are a real mail server and to deliver mails to you.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1387951%2fcant-get-postfix-working-in-virtualmin-ubuntu-18%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Compadre hace unos días me vi con este mismo problema. Si tienes un VPS hay formas más sencillas de montar tu propio MTA como Iredmail (te toma 10 minutos) mira aquí
Para detectar problemas en la configuración a parte de revisar los logs en /var/log/mail.log puedes utilizar esta herramienta. Es posible que tengas el correo configurado como un openrelay lo cual hace que google no confíe en ti pero mucho peor puede que te empiecen a indexar en listas negras.
Espero esto te ayude.
In english so everyone can understand me.
Compadre a few days ago I saw myself with this same problem. If you have a VPS there are simpler ways to mount your own MTA like Iredmail (it takes 10 minutes) see here
To detect problems in the configuration apart from checking the logs in /var/log/mail.log you can use this tool. It is possible that you have mail configured as an openrelay which makes google do not trust you but much worse may start to index you in blacklists.
I hope this helps you.
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
add a comment |
Compadre hace unos días me vi con este mismo problema. Si tienes un VPS hay formas más sencillas de montar tu propio MTA como Iredmail (te toma 10 minutos) mira aquí
Para detectar problemas en la configuración a parte de revisar los logs en /var/log/mail.log puedes utilizar esta herramienta. Es posible que tengas el correo configurado como un openrelay lo cual hace que google no confíe en ti pero mucho peor puede que te empiecen a indexar en listas negras.
Espero esto te ayude.
In english so everyone can understand me.
Compadre a few days ago I saw myself with this same problem. If you have a VPS there are simpler ways to mount your own MTA like Iredmail (it takes 10 minutes) see here
To detect problems in the configuration apart from checking the logs in /var/log/mail.log you can use this tool. It is possible that you have mail configured as an openrelay which makes google do not trust you but much worse may start to index you in blacklists.
I hope this helps you.
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
add a comment |
Compadre hace unos días me vi con este mismo problema. Si tienes un VPS hay formas más sencillas de montar tu propio MTA como Iredmail (te toma 10 minutos) mira aquí
Para detectar problemas en la configuración a parte de revisar los logs en /var/log/mail.log puedes utilizar esta herramienta. Es posible que tengas el correo configurado como un openrelay lo cual hace que google no confíe en ti pero mucho peor puede que te empiecen a indexar en listas negras.
Espero esto te ayude.
In english so everyone can understand me.
Compadre a few days ago I saw myself with this same problem. If you have a VPS there are simpler ways to mount your own MTA like Iredmail (it takes 10 minutes) see here
To detect problems in the configuration apart from checking the logs in /var/log/mail.log you can use this tool. It is possible that you have mail configured as an openrelay which makes google do not trust you but much worse may start to index you in blacklists.
I hope this helps you.
Compadre hace unos días me vi con este mismo problema. Si tienes un VPS hay formas más sencillas de montar tu propio MTA como Iredmail (te toma 10 minutos) mira aquí
Para detectar problemas en la configuración a parte de revisar los logs en /var/log/mail.log puedes utilizar esta herramienta. Es posible que tengas el correo configurado como un openrelay lo cual hace que google no confíe en ti pero mucho peor puede que te empiecen a indexar en listas negras.
Espero esto te ayude.
In english so everyone can understand me.
Compadre a few days ago I saw myself with this same problem. If you have a VPS there are simpler ways to mount your own MTA like Iredmail (it takes 10 minutes) see here
To detect problems in the configuration apart from checking the logs in /var/log/mail.log you can use this tool. It is possible that you have mail configured as an openrelay which makes google do not trust you but much worse may start to index you in blacklists.
I hope this helps you.
edited Dec 26 '18 at 23:06
answered Dec 26 '18 at 22:21
user1330614user1330614
1233
1233
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
add a comment |
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Aparte que el VPS este saliendo por un firewall, o que su router lo tome como una IP rara(dinámica) y no como lo que se quiere mostrar como @pixi.com.ar, y este domain debería estar por lógica como una IP estática para que GMAIL no banee la lista de correos de pixi.com.ar
– Ronald
Dec 26 '18 at 22:25
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
Questions and answers should be in English. I do realize you want to help the asker who may or may not speak English. Still, could you edit and add an English translation for everyone else?
– Kamil Maciorowski
Dec 26 '18 at 22:53
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
I have added an english translation
– user1330614
Dec 26 '18 at 23:07
add a comment |
Do you have a firewall preventing connections to your mail server. Port 25 must be available from other's, to test you are a real mail server and to deliver mails to you.
add a comment |
Do you have a firewall preventing connections to your mail server. Port 25 must be available from other's, to test you are a real mail server and to deliver mails to you.
add a comment |
Do you have a firewall preventing connections to your mail server. Port 25 must be available from other's, to test you are a real mail server and to deliver mails to you.
Do you have a firewall preventing connections to your mail server. Port 25 must be available from other's, to test you are a real mail server and to deliver mails to you.
answered Dec 26 '18 at 23:55
user1330614user1330614
1233
1233
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1387951%2fcant-get-postfix-working-in-virtualmin-ubuntu-18%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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