Message all users e-mail

ctnchris

Verified User
Joined
Sep 17, 2003
Messages
83
Hi,
I think a good, quick, and easy thing that should be added is an option to have directadmin make an e-mail account for "support" @ reseller'sdomain.tld and send messages sent to all users using that and smnp. I ask this, because currently it sends from the reseller's account set e-mail, and my spam detector sees it as spam. Now, if its getting into spam, its not good. I use fusemail.com for my e-mail, and it said this about the message:

Code:
Spam detection software, running on the system "fuse4", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email.  If you have any questions, see
[email][email protected][/email] for details.

Content preview:  A new message or response with subject: Changes.. has
  arrived for you to view. Follow this link to view it: [...] 

Content analysis details:   (5.3 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 1.9 WEIRD_PORT             URI: Uses non-standard port number for HTTP
 3.3 MSGID_FROM_MTA_SHORT   Message-Id was added by a relay
 
It looks more like your spam filter is misconfigured than anything else. Forcing an email alias on a reseller would be a bad idea, especially if you opt for some of the RFC aliases like you suggested.
 
im not asking to 'force' it, I asked for it as an option. Or allow it to connect to a specified e-mail server to send.
 
Your spam filter is obviously misconfigured. It looks like you are running something based on SA without any modification to the supplied default rulesets.
 
ctnchris said:
I think a good, quick, and easy thing that should be added is an option to have directadmin make an e-mail account for "support @ reseller'sdomain.tld"
Any domain owner (user) can set up an email account for support@. For DA to do it automatically would be a bad idea, as then mail could come to that account and perhaps no one would know it's there to read.
and send messages sent to all users using that and smnp.
What's "smnp"? Do you mean "smtp"? Why would using smtp to send email avoid either of the two spam indicators you show us?
I ask this, because currently it sends from the reseller's account set e-mail,
Isn't that who's sending it? While I, too, would like a settable return address, I don't see why your SpamFilter would like a different address any better.
and my spam detector sees it as spam. Now, if its getting into spam, its not good. I use fusemail.com for my e-mail, and it said this about the message:
Code:
Spam detection software, running on the system "fuse4", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email.  If you have any questions, see
[email][email protected][/email] for details.

Content preview:  A new message or response with subject: Changes.. has
  arrived for you to view. Follow this link to view it: [...] 

Content analysis details:   (5.3 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 1.9 WEIRD_PORT             URI: Uses non-standard port number for HTTP
 3.3 MSGID_FROM_MTA_SHORT   Message-Id was added by a relay

fusemail.com appears to dislike that you log into your server using port 2222. This is their problem, and they should be willing to fix it for you. If a third-party spam-filter is configured to mark as spam all email sent by the server through a port 2222 connection, that's hardly a DA problem. All DA is doing is sending an email and in the headers, showing how that email got to the mailserver. That's the proper use of email headers.

As far as the Message-ID added by a relay, well any email sent from the server rather than through it will always have a message ID added by the server (which fusemail is identifying as the relay).

Jeff
 
Back
Top