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
Hi, I am looking for a guide to Postfix configuration. I have an OpenSuse 11.2 system that is running 2 BBS systems independently, both of which are capable of receiving smtp mail on prot 25. What I would like to do is set up Postfix on the OpenSuse OS to receive all mail for both those domains and then send the relevant mail to the correct BBS.
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).
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 Plesk 9.5 mail server (cm.snowbarre.co.za) on Ubuntu 8.04 LTS which forwards all SMTP traffic to an anti-spam server cacti.snowbarre.co.za. Many times I see the headers on the anti-spam server to contain from addresses not hosted on the mail server and I have checked and confirmed that my server is not an open relay server. How can a spammer be using my server to relay spam traffic?
Hey everyone. I want to install and configure Postfix to relay off of a mail server that already exists in my datacenter. The relay does not require authentication and all the guides that I have fo... [by ykket]
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?
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 postfix mail server serving domain example.com. I've set up another mail server serving sub.example.com, and it relays all outgoing mail to first mail server which sends it worldwide. But the main server keep responding me with "Relay access denied."
Which directive to use on the main server so it will send mails further, which are received with sub.example.com domain?