Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - recover password problem
  FAQ FAQ  Forum Search   Register Register  Login Login

recover password problem

 Post Reply Post Reply
Author
webcows View Drop Down
Newbie
Newbie


Joined: 08 February 2006
Location: Sweden
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote webcows Quote  Post ReplyReply Direct Link To This Post Topic: recover password problem
    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
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4105
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post 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

LogSat Software

Spam Filter ISP
Back to Top
webcows View Drop Down
Newbie
Newbie


Joined: 08 February 2006
Location: Sweden
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote webcows Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2007 at 3:08am

hello,

I am using registered version.

regards,

Peter
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4105
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post 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

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.266 seconds.