I have the following scenario i must implement using Postfix (but don't know how to begin):
Say we have a domain aaa.com which is hosted somewhere (this is already functioning without any problems).
Hello, I currently own a small VPS running a small php application.
I'm trying to send email however attempts are futile (running postfix from yum install postfix, besides that I havent configured anything).
I'm using Namecheap's DNS and I also have email hosting from them on the same domain name.
I set up a MTA on EC2 with postfix using this guide:
http://flurdy.com/docs/postfix
It has been working for me. I've tested it locally on the MTA machine with telnet. I've also tested it by having 3rd parties (using gmail) email it.
I've noticed that when I send an email the first time it is successfully received by the mail server.
Here's the situation:
I have a domain, let's say domain.com. That domain has Google Apps for Business enabled, so all mail delivered to @domain.com will end up at Google (MX records point to Google).
I have a PHP script at domain.com that I use to send mail to myself.
I am very new on mail configurations, I can send email from inside my network, and I can read them from outlook, but I have the problem I can not send from it, I used a self signed certificated when I configured my server (http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier...) , but now I cant send from outlook or other clients (which i real
I am setting up a mail server: Dovecot and Postfix with MySQL support and Postfixadmin. Spend literally all day trying to figure it out, but I'm still unable to neither send nor receive any emails.
To my knowledge, I have configured everything correctly, so either there is another problem, or my knowledge isn't good enough.
hello.
iv'e been working on setting up an email server. I'm using ubuntu server 10.04LTS adminstrated mostly in webmin.
I can send email from the terminal in the server.
i can receive email using pop in live mail and thunder bird.
when i try to send mail, it fails.
I am unable to receive emails on an Ubuntu 11.04 server running postfix with the Plesk control panel. I can't see the mails even on webmail. I am able to send emails and am not getting any error messages on the email client when I try to receive.
Hi all...
We have a box that receive a lot of incoming emails. I have a .procmailrc file that in turn invokes a python script, which process each of these incoming email. All is nice and good.