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

sendmail on Mac OS X cannot send mail to a particular domain

I'm trying to set up sendmail on a Mac OS X machine. It's really weird that it works with my gmail address, but not any addresses under @umich.edu. I think it has something to do with my host setup, since the server is running at hostname…
AVLTree
  • 13
  • 4
-1
votes
1 answer

Ubuntu - Postfix, Courier, MySQL and SquirrelMail: "ERROR: Connection dropped by IMAP server."

I've followed this tutorial to setup a local mail server for my domain name. Although, when finished and I try logging in, SquirrelMail gives me the error: ERROR: Connection dropped by IMAP server. My mail.log says the following(where…
ssabetan
  • 111
  • 1
  • 9
-1
votes
1 answer

Google Apps with own SMTP server and local emails

Currently we're using Google's SMTP to send emails from our webserver to the registered users. Because of the restrictions (500 mails per day) that's no longer feasible. Therefore we set up a postfix on our machine and reconfigured the webapps to…
Moritz
  • 489
  • 1
  • 5
  • 18
-1
votes
1 answer

Upgrade Ubuntu -> Now Postfix, Connect failed to database

I just did an upgrade of Ubuntu 11.04 to 11.10. The upgrade worked fine (Apache/Apache-SSLMySQL/PHP) but not the postfix mail server. I have problems with postfix I would to like fix before upgrading to Ubuntu 12.04. The version of MySQL, Postfix…
defacto
  • 359
  • 1
  • 5
  • 18
-1
votes
1 answer

SMF ": sender address must contain a domain"

I have a SMF forum installed on my own server. But for some reason that I am unable to found, SMF send emails for new user-activation without any "from" email address, just as "apache". Obviously, most email server does not allow that and the email…
Adrian Maire
  • 14,354
  • 9
  • 45
  • 85
-1
votes
1 answer

How to use sendmail-jilter for Postfix email header parsing?

I want to filter e-mail headers received on my Postfix mail receiving server. I looked on the java implementation of milter protocol and found sendmail-jilter This API claims to be java implementation for milter protocol. The problem is I am novice…
Ashish Sharma
  • 1,124
  • 2
  • 24
  • 49
-1
votes
1 answer

Adding headers in postfix incoming mails

I am unable to see the following headers in e-mails received on my Postfix e-mail receiving server: Return-Path Received: from Similar to header on gmail Received: from dev16 ([123.123.123.123]) by mx.google.com with SMTP id…
Ashish Sharma
  • 1,124
  • 2
  • 24
  • 49
-1
votes
1 answer

Correct way to save pinging other email server's while bulk emailing?

This is what I am planing to do with my email table . I have setup Postfix on same server . Separate email column into two columns for example user@gmail.com get separated into Username | Hostname | user | gmail.com Now fetching…
Learner
  • 55
  • 4
-1
votes
1 answer

Configuration Postfix with two domains

I want receive email by admin@xxx.pl and admin@yyy.pl I tried to do this but it show warning: root@debian2008:/home/wojtek# postalias hash:/etc/postfix/virtual postalias: warning: /etc/postfix/virtual, line 1: name must be local postalias: warning:…
sdfh54nf5
  • 45
  • 1
  • 8
-1
votes
1 answer

Reverse DNS in email does not work: Received from mail.example.org (unkown [1.2.3.4.6])

This is the email header of one of our notification mails send through SMTP: Received: from mgi74201.gutt.it (mgi74201.gutt.it. [5.9.63.186]) by mx.google.com with ESMTP id ABCD1234; Wed, 08 Aug 2012 09:36:18 -0700 (PDT) Received: from…
mgutt
  • 5,867
  • 2
  • 50
  • 77
-1
votes
1 answer

Postfix transport - invoke script after receive mail

Debian Sid, latest postfix from Sid. I need to invoke bash script after user reveive mail. So, what I did: create file /etc/postfix/transport, for example: mail@domain.com myscript run command to create database: postmap transport add to main.cf:…
user1209216
  • 7,404
  • 12
  • 60
  • 123
-1
votes
1 answer

Gmail bouncing my mails from my VM

I must admit I am a mail server noob. However today when trying to send mail to a gmail address from my VM (for development reasons) using Postfix I got: Apr 7 15:44:17 ubuntu postfix/smtp[1792]: 3061D40A0C: to=,…
Sammaye
  • 43,242
  • 7
  • 104
  • 146
-1
votes
2 answers

Why after delete some lines by sed, Postfix can't write maillog

I want to use cron job, that once per three day will clean and sort maillog. My job looks like /bin/sed -i /status=/!d /var/log/maillog | (/bin/grep "status=bounced" /var/log/maillog | /bin/grep -E -o --color…
Jason
  • 197
  • 1
  • 1
  • 7
-2
votes
1 answer

Postfix virtual: parent domain matches subdomains - I don't want it

I have my /etc/postfix/virtual file: sub.domain.com DOMAIN @sub.domain.com user2 domain.com DOMAIN @domain.com user1 The mail for @sub.domain.com still goes to user1 and that's not what I want. Here's my /etc/postfix/my.cnf just in cases: mydomain…
orion3
  • 9,797
  • 14
  • 67
  • 93
-2
votes
0 answers

Postfix image without sudo permissions

I'm trying to create a Docker container with postfix and make it run without sudo permissions. I'm struggling with this because postfix needs sudo permissions to open the mail ports and I want another user to have the capabilities to do so without…
iker lasaga
  • 330
  • 1
  • 3
  • 18
1 2 3
99
100