randym
Verified User
** I AM WILLING TO FINANCIALLY COMPENSATE ANYONE WHO HELPS ME FIX THIS -- UPON SATISFACTORY COMPLETION OF COURSE **
Hello to all of my fellow DirectAdmin Friends!
I have a customer who wants all of their mail (inbound and outbound) to first go to something called Xeams (xeams.com) They have Xeams configured as follows:
Spam firewall - Acts as a spam firewall that sits in front of another email server. Processes every email and sends good message to another server, such as Microsoft Exchange, Sendmail, Lotus Dominos or any other SMTP server. User mailboxes are not created on Xeams.
For them, in their own words, this also acts as a email archival system... I have tried the following:
Following are the contents of the file that I created as directed by the smart host docs:
After creating the above file, I tested just by trying to send an email inbound and outbound, and almost instantly received the following bounce-back in Roundcube:
This message was created automatically by mail delivery software.
If you can please help me fix this, it would be most appreciated!
** I AM WILLING TO FINANCIALLY COMPENSATE ANYONE WHO HELPS ME FIX THIS -- UPON SATISFACTORY COMPLETION OF COURSE **
Hello to all of my fellow DirectAdmin Friends!

I have a customer who wants all of their mail (inbound and outbound) to first go to something called Xeams (xeams.com) They have Xeams configured as follows:
Spam firewall - Acts as a spam firewall that sits in front of another email server. Processes every email and sends good message to another server, such as Microsoft Exchange, Sendmail, Lotus Dominos or any other SMTP server. User mailboxes are not created on Xeams.
For them, in their own words, this also acts as a email archival system... I have tried the following:
Sending outbound email through remote mail server | Directadmin Docs
DirectAdmin Knowledge Base
docs.directadmin.com
Following are the contents of the file that I created as directed by the smart host docs:
Code:
smart_route_forward:
driver = manualroute
domains = ! +local_domains
ignore_target_hosts = 127.0.0.0/8
condition = ${if !eq{$original_domain}{$domain}}
condition = ${if !eq{$original_domain}{}}
condition = "${perl{check_limits}}"
transport = remote_smtp_forward_transport
route_list = * nospam.powerpbx.co
no_more
smart_route:
driver = manualroute
domains = ! +local_domains
ignore_target_hosts = 127.0.0.0/8
condition = "${perl{check_limits}}"
transport = remote_smtp
route_list = * nospam.powerpbx.co
no_more
After creating the above file, I tested just by trying to send an email inbound and outbound, and almost instantly received the following bounce-back in Roundcube:
This message was created automatically by mail delivery software.
Code:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
E-MAIL ADDRESS REDACTED
host nospam.powerpbx.co [45.38.157.21]
SMTP error from remote mail server after RCPT TO:<EMAIL ADDRESS REDACTED>:
550 5.7.1 <EMAIL ADDRESS REDACTED>... Relaying denied
Reporting-MTA: dns; da.powerpbx.co
Action: failed
Final-Recipient: rfc822;EMAIL ADDRESS REDACTED
Status: 5.0.0
Remote-MTA: dns; nospam.powerpbx.co
Diagnostic-Code: smtp; 550 5.7.1 EMAIL ADDRESS REDACTED... Relaying denied
Subject test
From EMAIL ADDRESS REDACTED
To REDACTED
Date Today 07:52
another one. tuesday 07:52
If you can please help me fix this, it would be most appreciated!
** I AM WILLING TO FINANCIALLY COMPENSATE ANYONE WHO HELPS ME FIX THIS -- UPON SATISFACTORY COMPLETION OF COURSE **