• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lost account EMAIL password option not working?

GOD Wille

Excellent OT User
Joined
Jan 11, 2010
Messages
2,826
Solutions
2
Reaction score
815
Location
Sweden
Using latest gesior if i remember correctly, recovering account rec key works perfectly though.

Lostaccount.php;
http://pastebin.com/aHHh2r4t

525fa7483c79704b9cb757eb1e743521.png
 
Did u allow SMTP Server in ur php.ini config?
Did u configure mail server on ur web server?


71f23cc308c07844694b56339f47afa9.png


This is how far i have came, uncommented ;sendmail_path in php.ini,
enabled POP in GMAIL - also i noticed smtp_port should be 465, however this helps nothing, same error but but :465 instead

dunno what to do, im stuck
 
Last edited:

So i contacted host support, they claim they do not block the port;

-- my iptables rules i did -- (yet the same error)

-A INPUT -p tcp -m tcp --dport 965 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 465 -j ACCEPT
-A INPUT -p udp -m udp --dport 965 -j ACCEPT
-A INPUT -p udp -m udp --dport 465 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 965 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 465 -j ACCEPT

--- my main.cf postfix file ---
596f586823e9dd91e648a2f7592b6fd9.png
 
Back
Top