Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program.
2
votes
1answer
732 views
How to discard mails sent from a specific local user to external addresses?
How can I configure Postfix to silently drop / discard mails that were sent from one of my users to an external address?
I'm already able to discard all mails to external addresses using the ...
5
votes
2answers
196 views
Mailman / Postfix Configuration Assistance
I am writing for some help regarding Postfix configuration.
I cannot seem to get Postfix configured properly to transfer mail to the mailing list installed on the same server. I followed many steps ...
2
votes
0answers
16 views
Mail forward: 550 5.7.1 Anonymous client does not have permissions to send as this sender
I want to install a small mailing list that forwards mails related to a specific project to all project members. So, lets say there are two members in that project [email protected] and [email protected], ...
0
votes
0answers
32 views
php Mails not send with in domain
My setup :
Our current server 90.0.0.50 [example] which is containing domain testdom.com.
testdom.com's MX record points to Google mail. Due to some issues we need to host our domain on some other ...
0
votes
0answers
25 views
Configure Postfix to send emails “via” a server
This is a question related to postfix and WordPress (but is more of a postfix question).
To give some background, on a professional WordPress host (like WP Engine) when I receive WordPress Mail ...
0
votes
1answer
25 views
New Server: What things to take care of when setting up a webserver to host multiple websites?
I am setting up my first webserver. On this machine, I want to run a couple of websites. Let xyz.com and abc.com and they will not be on seperate virtual machines. I have a few queries:
What should ...
2
votes
2answers
202 views
fetch data from Incoming mail in postfix
I have configured postfix for my kk.com domain successfully. Now I want to add function as described in below example.
Example:
if someone mail me at [email protected], one php script will fetch ...
1
vote
1answer
257 views
Use /etc/aliases for outgoing mail relayed by postfix with local domain
I'm using Ubuntu 12.04 with postfix configured as satellite system that relays outgoing mail to Gmail. For sake of example, my registered domain is example.com I want root cronjobs' error output to be ...
1
vote
0answers
30 views
How come the postfix user can't even read its own files?
I have a Postfix configuration file. Let's assume it's named /etc/postfix/somefile.cf. I have run the following command as root to change ownership of the file to the postfix (105) user:
...
1
vote
1answer
492 views
Setting up SMTP-AUTH & TLS in Postfix
So I have been in the process of installing a Postfix Server on my CentOS 6.2 Virtual Private Server.
I have been following this tutorial:
...
1
vote
0answers
26 views
Postfix, postges courier-imap / relay reject error on gentoo
I followed a guide to put together a server https://wiki.gentoo.org/wiki/Complete_Virtual_Mail_Server it went smooth with no real headaches. First domain works like a champ but adding a second domain, ...
0
votes
1answer
593 views
CentOS 6.4 Mail Server
I'm trying to install a mail server on my root server.
I'm relative new to Linux but not a absolute beginner.
There are many many how to's on the internet I tried to get my own mail server with ...
2
votes
1answer
29 views
Notify on email sent - Postfix
I have a small postfix server, on a Linux server (Arch Linux) mainly used as a http server.
I use postfix to send database backups and notifications of my web sites. To avoid spamming, I'd like to ...
1
vote
1answer
28 views
postfix configuration to verify all recipients
I have a mail server that should receive all mails, even if no user is existing.
my big problem is the: Postfix Address Verification like mentioned here: ...
1
vote
1answer
55 views
postfix: save all incoming Mails in MySQL DB and have all addresses Verified for big servers
I am new to all that server based stuff. New to Postfix and new to Ubuntu.
I have an Ubuntu v-server with Postfix, PHP and MySQL installed. Also I have an own domain.
So far, I managed to receive any ...