Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - SMTP Authentication and domain redirecting
  FAQ FAQ  Forum Search   Register Register  Login Login

SMTP Authentication and domain redirecting

 Post Reply Post Reply
Author
rudaf View Drop Down
Newbie
Newbie


Joined: 04 July 2007
Location: Italy
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote rudaf Quote  Post ReplyReply Direct Link To This Post Topic: SMTP Authentication and domain redirecting
    Posted: 18 December 2008 at 1:56pm
SF ENT 4.0.1.785
DB SQL SVR 2000
OS win 2000 sp4
 
Question1 (SMTP AUTH):
 
We are trying to use SMTP AUTH feature in order to send mail outbound.
 
We tested the UNIX STYLE PASSWORD FILE but it keeps on return "Account failed: "
 
this is the password file format:
 
username:password
 
is it correct?
 
Question 2: (DOMAIN REDIRECTING)
 
We wish to redirect mails destinated to a domain to another one.
 
 
Both domains are on the same server where SF forwards to.
 
Is there a way using SF to accomplish the task?
 
Thank you.
 
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 18 December 2008 at 4:58pm
Rudaf,

That format is fine, but please do note that the passwords *must* be encrypted using the unix "crypt" algorithm.

This functionality is aimed towards Unix users running sendmail or similar SMTP servers, as they already an existing password file for their users. If you do not have a Unix/Linux server, we ourselves use a free utility (www.logsat.com/spamfilter/pub/passwd.zip) to genereate crypt-compatible password files.

For reference, the following is what the user:roberto with password:password could look like:

roberto:rox7Jdqy.byUU

Different tools may provide different crypt versions of the same password, because they are based on a different "seed" value, that's ok.


For the "redirect" question, not out of the box. SpamFilter can forward all emails to different SMTP servers, but it cannot change the "to" address to something else.

An option could be to forward all filtered emails to a second installation of SpamFilter (you can install it on the same server running your 1st copy). You can then configure this 2nd install of SpamFilter to quarantine all the emails it receives (which have already been filtered for spam by your primary SpamFilter). Once they are in the database, you could schedule SQL jobs that replace all the "domain.com" with "domain.net" in the "To" field in the tblQuarantine, and then set the "deliver" field to "1". This will cause your second SpamFilter to deliver all emails to anywhere you want, with the email address replaced. You could replace the SQL job with a table trigger that will replace the domain on the fly before it is even inserted in the database, and will change the deliver flag in real-time as well. Please contact us via email if you need additional assistance with this procedure.

Edited by LogSat - 18 December 2008 at 5:00pm
Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.254 seconds.