• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved How to Configure Postfix to Send Mail Using an External SMTP Server ?

ya i saw that i should be more precise i need it to only accept mail for one domain and not server wide.
so more
like i need to relay emails for a specific domain.com to another mail server.
 
Hi raykai,

as you might have noticed, postfix have TWO main configuration files: main.cf + master.cf
While you setup more "global" ( server-wide ) postfix configurations at "main.cf", you have the possibility to define domain - specific settings at your "master.cf". Pls. have a look at your current "master.cf" and adapt examples/documentations from your relay - hosting - service to the current domain - specific settings. ;)
 
Hi raykai,

as you might have noticed, postfix have TWO main configuration files: main.cf + master.cf
While you setup more "global" ( server-wide ) postfix configurations at "main.cf", you have the possibility to define domain - specific settings at your "master.cf". Pls. have a look at your current "master.cf" and adapt examples/documentations from your relay - hosting - service to the current domain - specific settings. ;)

Hi, sorry for posting in this thread but it's just what I want to do, and I didn't want to open a new post for the same...

I have a server with plesk onyx and Centos. I use Postfix. In it I have 12 different domains...
And I would like to use sendinblue for one of them. Let's say "domain1.com"

Sendinblue gave me this config:

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:user:pass
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = may
header_size_limit = 4096000
relayhost = smtp-relay.sendinblue.com:587

I used this in other server that was hosting a single domain and worked perfectly, that was in main.cf, but how I can tell to postfix to use this specific configuration for all the outgoing mail sended from domain1.com and leave the others working like now?

Thanks a lot for your help!!!!!
 
Back
Top