Questions tagged [postfix]

Free and open source mail transfer agent (MTA) that routes and delivers email. When asking about postfix problem, please include the relevant maillog lines and output of the following command: `postconf -n` (non-default content of main.cf) and `postconf -M` (content of master.cf)

Postfix is a mail transfer agent (MTA) that supports IPv6, DNSBL, SMTP AUTH (SASL), TLS and various database backend.

Postfix was written by Wietse Venema in 1997 and first released in December 1998 as IBM Secure Mailer.

It was designed to be highly secure and configurable, and is a drop-in replacement for , with much simpler configuration syntax.

The software was also formerly known as VMailer.

6398 questions
11
votes
3 answers

Postfix configure to use TLSv1.2

I start build my first cloud server: Ubuntu 16.04 with postfix. Question is how can i configure postfix to use TLSv1.2 when i send mail from my webshop? When my webshop sending mail to my postfix server it uses TLSv1 Here is…
John Steave
  • 123
  • 1
  • 1
  • 5
11
votes
2 answers

Mail with DKIM Signature gets T_DKIM_INVALID flag by SpamAssassin

I've installed a Debian (jessie) box with postfix and spamassassin. Configured and everything works fine. Except receiving mails with DKIM signatur will produce a flag T_DKIM_INVALID even if the signature is valid. See log example below. After that,…
High Ball
  • 478
  • 4
  • 11
11
votes
2 answers

crontab sends month-old emails

ubuntu 14.04 Mailserver: Postfix root receives dozen of emails from crontab. These mails contain PHP warnings. I've fixed the cause for these warnings. I've fixed every cronjobs to not send emails (output sent to >/dev/null 2>&1) I've deleted all…
pixeline
  • 658
  • 3
  • 13
  • 29
11
votes
2 answers

Reverse DNS is not a valid hostname

I help a friend run a server, which includes a mail server. http://mxtoolbox.com reports that our reverse DNS is not a valid hostname. The reverse DNS currently points to domain.com. Should it point to hostname.domain.com? I have seen here that it…
ConnorJC
  • 939
  • 1
  • 8
  • 20
11
votes
3 answers

mail loops back to myself | postfix

Hi I have an issue with bounced mail it does not happen all the time but at the same time is very frequent. Most of the time if I send an email to an address that does not exist then i get a bounce back into failues@domain however there seem to be…
Alistair Prestidge
  • 806
  • 1
  • 7
  • 19
11
votes
3 answers

Why are there so many files in /var/spool/postfix/maildrop

We have CentOS 7 running, and previously had postfix installed (it is currently uninstalled). After removing postfix we checked the /var/spool/postfix/maildrop, as the df -h command was reporting over 9GB of usage in that directory. There were…
Jarrett
  • 261
  • 1
  • 2
  • 7
11
votes
5 answers

Roundcube & Postfix SMTP: SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c

I have a Postfix / Dovecot / Roundcube setup that I use personally, as well as provide to other users. I am attempting to transfer this entire setup to a new box, but having some issues. Mail receiving is working fine, (only tested internally,…
1n5aN1aC
  • 145
  • 2
  • 2
  • 9
11
votes
4 answers

GMail bouncing mail sent over IPv6, IPv4 working

I have trouble sending email to GMail addresses using IPv6 from my domain camgirltools.net If IPv4 is used, everything works as intended, the mail is delivered. When using IPv6 to send mail to GMail (other parties work) I get a bounce mail…
Johannes H.
  • 272
  • 2
  • 11
11
votes
1 answer

How widely supported is forced TLS on inbound SMTP connections?

I run an MTA consisting of the standard Postfix, SpamAssassin, ClamAV, SPF/DKIM checks etc. This MTA is used for inbound email only, doesn't host any accounts and forwards any mail that passes said checks to a shared webhost. I'm aware that a few…
Craig Watson
  • 9,575
  • 3
  • 32
  • 47
11
votes
1 answer

Cannot send email to info@ or support@

I am trying to send email from my gmail account to a couple user accounts I have on my new Centos server. The email is setup correctly and I can send receive from accounts ok except info and support. I tried to setup two users "info" and "support" I…
Brian Curless
  • 709
  • 3
  • 12
11
votes
1 answer

Why is Google rejecting mails forwarded from my Postfix server?

I've set up Postfix and created an alias that maps to a gmail account. When I mail from one of my own (google mail) accounts, it goes through, but if someone from the outside mails me, Google won't accept the mail from my server. The logs something…
troelskn
  • 229
  • 1
  • 2
  • 11
11
votes
4 answers

simple postfix configuration - forward all incoming email to single address

I've a Ubuntu 9.04 server installation which is hosting a small number of websites (currently two, and will remain in single figures). The email requirements for the server are very limited - to send outgoing emails and forward all incoming emails…
Cruachan
  • 429
  • 1
  • 9
  • 17
11
votes
5 answers

How do I count the messages of Postfix's mailq?

How can I get number of messages count in Postfix's mailq? mailq command display entire mails in mailq but i would like to know count only.Is there any command for this. My OS is centos 5.5.
11
votes
5 answers

How do I set up postfix to store e-mail in a file instead of relaying it?

I want to run a staging copy of a production server on a local environment. The system runs a PHP application, which sends e-mail to customers in various scenarios and I want to make sure no e-mail is ever sent from the staging environment. I can…
GomoX
  • 796
  • 3
  • 8
  • 21
11
votes
2 answers

Why is Postfix trying to connect to other machines SMTP port 25?

I get these errors: Jul 5 11:09:25 relay postfix/smtp[3084]: connect to ab.xyz.com[10.41.0.101]:25: Connection refused Jul 5 11:09:25 relay postfix/smtp[3087]: connect to ab.xyz.com[10.41.0.247]:25: Connection refused Jul 5 11:09:25 relay…
TryTryAgain
  • 1,152
  • 5
  • 22
  • 41