Print Page | Close Window

recover password problem

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5992
Printed Date: 15 July 2025 at 4:18am


Topic: recover password problem
Posted By: webcows
Subject: recover password problem
Date Posted: 26 February 2007 at 4:51pm

i have some problems to get recover mail passwords now.

recover.asp look this:

    recPassword = rs("Password")
    rs.Close

    MessageDate = Now
    Message = "From: mail@company" & vbCRLF
    Message = Message & "To: " & EMail & vbCRLF
    Message = Message & "Subject: Your quarantine area password" & vbCRLF

'****** Revision  6-11-03 ******
    Message = Message & "Date: " & FormatDateTime(MessageDate, vbLongDate) & " " & FormatDateTime(MessageDate, vbLongTime) & vbCRLF

    Message = Message & "Content-Type: text/html;charset=""ISO-8859-1""" & vbCRLF & vbCRLF
    Message = Message & "Your quarantine area password is: " & recPassword & vbCRLF
    Message = Message & "." & vbCRLF

    SQL = "SELECT * FROM tblMsgs WHERE 0 = 1"
    rs.Open(SQL)
    rs.AddNew
    rs("Msg") = Message
    rs.Update
    MsgID = rs("MsgID")
    rs.Close
    SQL="SELECT * FROM tblQuarantine WHERE 0 = 1"
    rs.Open(SQL)
    rs.AddNew
    rs("EMailFrom") = "mail@company"
    rs("EMailTo") = EMail
    rs("Subject") = "Your quarantine area password"
    rs("MsgID") = MsgID
    rs("MsgDate") = MessageDate
    rs("Expire") = 0
    rs("Deliver") = 1
    rs("RejectDetails") = ""
    rs("RejectID") = 0

'****** Revision  6-12-03 ******
    rs("ServerID") = 0
'******************************

Are that somehing I need to special set in spamfilter to have this to work ?

localhost is allowed to relay on the server. I have website hosted on same machine that spamfilter is running on. I have sql server on a second server.

regards,

Peter



Replies:
Posted By: LogSat
Date Posted: 26 February 2007 at 11:01pm
Peter,

Can you please ensure you're using the licensed version of SpamFilter, and not the free eval one? In the free one the web interface is limited by not being able to deliver emails.


-------------
Roberto Franceschetti

http://www.logsat.com" rel="nofollow - LogSat Software

http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP


Posted By: webcows
Date Posted: 27 February 2007 at 3:08am

hello,

I am using registered version.

regards,

Peter


Posted By: LogSat
Date Posted: 27 February 2007 at 11:28am
Can you please zip and email us a copy of SpamFilter's activity logfile for a day this happened (preferably only the lines that include from about an hour prior to clicking on the "send password", to about an hour later)? Please also let us know what email address was used so we can locate it in the logs.

-------------
Roberto Franceschetti

http://www.logsat.com" rel="nofollow - LogSat Software

http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP



Print Page | Close Window