yes, that is correct. I tried using smtp.plazaproperties.com:2
Main Topics
Browse All TopicsI have linux box that monitors the network and needs to be able to send out emails. The monitoring software does not include a mail transport so I setup postfix/sendmail. Postfix will deliver (relay) mail, but only to our domain. I have the need to be able to send to other email addresses outside our domain. Our email service is hosted by a 3rd party and requires smtp authentication. I believe that i have the smtp auth setup correctly otherwise I wouldn't be able to send any emails from the linux box (i use the sendmail command to test). When I try to send email to another domain, gmail for example, I get the bounced back message below:
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
yes, that is correct. I tried using smtp.plazaproperties.com:2
No I didn't. I added it to the end of the main.cf file, did posfix stop then postfix start. did test message and the same issue is happening. Here is what I have at the end of the config file:
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_pas
smtp_sasl_mechanism_filter
smtp_sasl_security_options
smtpd_recipient_restrictio
Perhaps gmail is blocking you because you have an invalid hostname.
.local is only for internal servers and should not be used on the internet.
Your server name should ideally match the reverse DNS lookup for your public IP address.
And there should be a matching forward DNS lookup as well.
But at the very least, make sure that the name you give your server can be found in the DNS.
The error appears to be coming from our domain email servers. Its not just gmail that gets bounced back, its anything that is not plazaproperties.com. I am trying to send all mail from the linux box through the domain email servers. I have been able to do it with windows boxes via smtp relay and setting up an alais. I will have to see if there is a way to set up an alais in postfix. Keep in mind that I am trying use postfix/sendmail as an email client for the monitoring software. The linux box is an internal server.
no. The ip address is not listed with the mail service. However, windows boxes on our network can relay mail to the smart host at mail.plazaproperties.com.
We don't control the ip addresses for the mail servers. So I guess I would have to answer no. I tried configuring postfix using smtp.plazaproperties.com but the mail sent to plazaproperties.com would fail and stay in the postfix queue. The only way they would go out was if I used mail.plazaproperties.com in the main.cf file. I know what I am trying to do has got to be possible, its just figuring the correct configuration settings.
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_pas
smtp_sasl_mechanism_filter
smtp_sasl_security_options
smtpd_recipient_restrictio
sasl_passwd file shoud be something like this
out.your.domain.com username:password
when u make changes to sasl_passwd file u need to run
postmap hash:/etc/postfix/sasl_pas
Business Accounts
Answer for Membership
by: JetPacPosted on 2009-10-16 at 07:55:56ID: 25590141
Is mail.plazaproperties.com your third party email provider?