Questions tagged [postfix-mta]

QUESTIONS ABOUT POSTFIX ADMINISTRATION ARE OFF-TOPIC. Server admin questions may be asked on Server Fault. Postfix is a free, open-source, widely used cross-platform mail server (mail transfer agent), available on all common platforms.

The postfix-mta tag can be used for programming questions related to the Postfix mail transfer agent. Non-programming questions relating to setting up a mail server are off-topic for Stack Overflow. Such questions are often on-topic on Server Fault.

Postfix is a popular mail transfer agent (MTA), created as an alternative to Sendmail by Wietse Venema. Postfix is intended to be similar enough to Sendmail to be comfortable for those already familiar with Sendmail. However, Postfix is specifically intended to be fast, easy to administer, and secure, and will deviate from Sendmail convention when necessary to achieve those goals.

Postfix is free and open source, and offers a source distribution that is capable of running on a wide range of Unix-like systems, including Linux, Solaris, FreeBSD, AIX, HP-UX, and Mac OS X. Some system vendors also provide pre-built binaries for ready-to-run use.

Useful Links

1541 questions
-1
votes
1 answer

Creating server for sending mail with multiple sending ip-s

Im trying to build a server that will be able to send mail from multiple ip-s depending on sending domain. We are using Debian 8 with postfix 2.11.3 and ISPConfig 3.0.5.4. How would i go and approach this problem? I have found some solutions like…
Ivo
  • 73
  • 1
  • 9
-1
votes
1 answer

Postfix thinks the system email is local

I installed Postfix on an Ubuntu 14.04 server running Nginx. While I was installing it, I put the system email as 'info@mydomain.com' not realising that it would now think that this was a local mailbox. This email address is a gmail account and so…
Tom
  • 2,543
  • 3
  • 21
  • 42
-1
votes
1 answer

Setting up TLS Encryption for Mail Server using Postfix

I am trying to setup outbound TLS encryption for my postfix mail server. I created a CSR, that had the following attributes: Attributes: Requested Extensions: X509v3 Basic Constraints: CA:FALSE X509v3 Subject…
Hawkeye001
  • 791
  • 2
  • 11
  • 25
-1
votes
1 answer

My mail server using IRedMail (postfix, dovecot, etc.) is only sending and receiving local emails?

I recently set up a mail server using IRedMail on a home server running Debian 8, using OpenLDAP, nginx in the installer. We got everything set up and configured to where we can access our mail server with roundcube (which I can access through…
Collin
  • 1
  • 3
-1
votes
1 answer

setup postfix SMTP on amazon ec2

Im trying to setup a postfix SMTP mail server on my amazon ec2 instance. i followed this guide http://cybart.com/how-to-install-and-configure-postfix-on-amazon-ec2/ and many other ones on configuring the main.cf everytime i try to telnet my mail…
-1
votes
1 answer

OpenDMARC multiple domains

I want to set OpenDMARC to support multiple domains and only show the header for the domain sending the email. Adding more than one AuthservID doesn't do it. the header shows as Authentication-Results: domain1.com; dmarc=none…
Ken Renalds
  • 35
  • 2
  • 8
-1
votes
1 answer

Postfix/Dovecot SSL configuration

I've had a Ubuntu 14.04 server configured and running fine for some time now. There are web, ftp and mail server installed and functioning properly on it. A week ago the SSL certificate that I had been using to connect to the management console and…
zkvvoob
  • 394
  • 1
  • 4
  • 26
-1
votes
1 answer

OS X Mail is showing this warning.. Mail[378]: No worthy mechs found ... what is it

Note that the warning message in Syslog, isn't proceeded by any SASL warnings. Unless "Mail[378]" is exactly that. Mail[378]: No worthy mechs found I can't find any solution to this, and basically have no idea what it's referring to? So if anyone…
-1
votes
1 answer

Trying to set up email using php postfix on mac

Hi i have a simple contact form in php which lets a user send feedback and should send me this in an email. I have followed a few tutorials in setting up Postfix and can successfully send an email using the terminal however i want to send the email…
user610
  • 353
  • 2
  • 18
-1
votes
1 answer

command representation in crontab

Normally I have a crontab like: 1 * * * * /home/praneeth/wru-pam/venv/bin/python3.4 /home/praneeth/wru-pam/pam_site/manage.py notify_about_changes I have been raising serious issues with crontab execution at some times it raises an error that…
Praneeth
  • 902
  • 2
  • 11
  • 25
-1
votes
2 answers

How can I change port # 25 from receiving incoming emails in postfix?

For my merchant account they use Trustwave to do PCI scans on my website and I keep failing because I have port # 25 open. Now if I close this port, I pass the Trustwave PCI scan but then I can't receive any emails from anyone; which is not good! …
olimits7
  • 555
  • 2
  • 9
  • 26
-1
votes
1 answer

Error when trying to enable DKIM in Virtualmin

I am trying to enable DKIM signing in Virtualmin per these instructions. When I save the changes, it begins adding DKIM records to the various virtual domains, until it hits a specific domain which has lots of alias domains. It stops with this…
Ryan Griggs
  • 2,457
  • 2
  • 35
  • 58
-1
votes
1 answer

Postfix cannot send email to own domain name from VPS

We had a shared hosting for, let's say myndd.com. then we migrated to a VPS I installed postfix and I'm able to send emails to everyone except addresses from my own domain. The hosting company told me it is normal because the MX zone is managed my…
Blouarf
  • 632
  • 9
  • 17
-1
votes
2 answers

Yahoo doesn't accept emails i send to it

i am writing a sendmail module to email some things to my site users. for testing it i use my own email at yahoo to receive this email. but something woeful happened. about 1200 sent to my email address at yahoo at a moment and yahoo sent all of…
hd.
  • 17,596
  • 46
  • 115
  • 165
-1
votes
2 answers

EMail Address Being Rewritten During Delivery

I host email for a number of different domains - lets call one of them myuser@receiver.com. Lets also pretend my domain is called myserver.com. I receive and store email in a mailbox locally for these domain on mx1.myserver.com. I am having an odd…