Just out of curiosity, there are dozens / hundreds of tutorials helping you setup a dovecot - postfix mail server. On the surface, both of them are email servers, why use both? Mail servers are complicated enough, why have 2 things to manage and…
I am total noob about Unix and CLI. after googling for almost 6 hours I came to know I should be editing postfix port from 25 to 587 for PHP mail() function to work. and here is the solution I got http://www.linuxmail.info/postfix-change-port/ but I…
I would like to get rid of Google as an email provider, and set up a complete email solution on my dedicated server. The issue: I wish the setup to be as simple as possible, so that it wouldn’t be a pain to set everything up again if there is a…
Basically I have a Ubuntu Server machine and I would like an idiot-proof solution for sending emails from my website that is also running in this same machine.
My doubts are:
1) Should I use postfix or there are more simple solutions for an smtp…
Gmail users can get virtually unlimited email addresses by using $name+$suffix@gmail.com ("plus addressing").
I'd like to have that for my own mail server, which is running Postfix. The mailbox and alias data are stored in a MySQL database.
I…
I would like to be able to send mail to remote servers, from scripts running on my VPS via SMTP, but otherwise reject all incoming mail with postfix on Debian squeeze.
(And in general disable any other features for now. I would like to avoid…
I'm using GNU Mailman with Postfix to run a mailing list, and would like to monitor the delivery of outgoing mail, that is: for each mail sent from the list, check whether a 250 (OK) message was answered, and if not, report back to me.
For now, I'm…
On my (web server) machine, I just want to be able to send and receive e-mail, and have e-mail addressed to particular addresses forwarded to my GMail inbox.
Right now, I have installed postfix and made a ~/.forward file with:
my.email@gmail.com
If…
I would like certain system accounts (root and www-data) to have the header From: Example Company when e-mail is sent using either the mail or sendmail commands, or from programming languages like PHP (which just uses a…
What is a good MTA (e.g. Postfix or something else) setup for a home computer behind a NAT, or a laptop that is not always online?
I've read a lot of Postfix tutorials on how to set it up this way or that, but they are usually geared towards…
I have a postfix server correctly configured to allow incoming mail to my domain, and to require authentication in order to send mail to any other network.
A lot of spam that I get has a forged "from" address of non-existent users at my own domain. …
I've just setup a new Ubuntu 10.04 LTS server on linode for myself. Followed an excellent instruction at: here to finish the installation of some basic stuff including postfix.
I am trying to figure out a way to send an email to my gmail address…
I have a serverbeach server with postfix installed.
The hostname is something like
p3204059.pubip.serverbeach.com
The FQDN is specified as NONE for the server itself.
I clicked change ptr record, I entered my ip and set the FQDN to:…
I need to setup a regex catch-all function on postfix such that:
tom.(anything)@domain.com goes to tom@other.com
phil.(anything)@domain.com goes to phil@other.com
How can this be achieved in postfix?
I recently setup a mail server following the instructions on linode.com (https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql) except I am using postgreSQL instead of mySQL.
Everything about the server is working properly except…