hi all guys ,i installed postfix to use my own mail server ther is no problem incoming mails but when i tried to send mail anyone postfix can not deliver the mail
this is looping part of "mail.log" file
Code:
Dec 13 03:25:44 ubuntu postfix/smtp[7979]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter
I have a virtual server with a static IP and a real FQDN. I set up Postfix on it and everything works.
I have a php file that sends mail using the mail() function. The problem is one of the forms sends to a domain that is registerred on my server while having the mail handled on a different server. Postfix looks locally only. When it doesn't find the email address is rejects the message. How can I configure postfix to send mail to all domains through the internet and not locally?
I installed postfix on a bare bones Ubuntu Server 12.04 by typing the following in the terminal.
sudo apt-get install postfix
When asked to choose a mail server configuration type, I chose Satellite system. For the System mail name, I entered ww1.example.com and for the SMTP relay host, I selected mail.example.com. Note that I replaced example.com with my own domain.
I am trying to setup postfix, courier-imap and mariadb for a local mail server for a purchased domain. machin is archlinux. so far, I have 1 user account set up for the mail. I am able to send out messages from this account by telnetting into localhost port 25.
I'm digging the web around to find the best way to configure PostFix.
I don't want to install a full Postfix server, the only thing i want is to send mail with the PHP mail(). I know this can be tricky, spammer loves the misconfigured mail serveur...
I have a CentOS 5.5 64 bit mail server running Postfix. I want to do load balancing of mails sent/received to this server.
My Postfix MTA will relay mail to other two servers who will perform the SMTP service to send or receive mail messages.
Can anybody help me with this?
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 want to use a Postfix box to do two things:
Relay mail from any host on the internet addressed to one of my domains to my Zimbra server
Relay mail from my Zimbra server to any address on the internet.
To try and accomplish this I have configured Postfix thusly:
mynetworks = 127.0.0.0/8, zimbra_ip/32
myorigin = zimbra_server
mydestination = localhost, zimbra_server
relay_domains = example.co