wifi_master 132 Posted 2013-10-30 09:19:09 Share Posted 2013-10-30 09:19:09 Приветствую всех! Подскажите открытый smtp сервер для отправки месаг из dude. П.С. Может кто через себя пустит.... Link to post Share on other sites
greyshadow 22 Posted 2013-10-30 12:35:31 Share Posted 2013-10-30 12:35:31 Подскажите открытый smtp сервер для отправки месаг из dude. Вы не поверите, но спамеров такое тоже дюже интересует. Если оно умеет смтп авторизацию - то череж бесплатные типа жмыла с яндексом можно попробовать. Link to post Share on other sites
wifi_master 132 Posted 2013-10-30 12:55:02 Author Share Posted 2013-10-30 12:55:02 в том то и дело что не умеет. горячие Эстонские хлопцы затупили в этом вопросе, и не спешат его разрулить.... Link to post Share on other sites
ForZe 2 Posted 2013-10-30 21:58:18 Share Posted 2013-10-30 21:58:18 Requirements: blat + stunnel + dude server on windows machine + gmail account1. Download and install stunnelstunnel.conf Quote: socket = l:TCP_NODELAY=1socket = r:TCP_NODELAY=1debug = 7output = stunnel.logclient = yes[pop3s]accept = 995connect = pop.gmail.com:995[ssmtp]accept = 465connect = smtp.gmail.com:465 Install stunnel as service: Quote: "C:\Program Files\stunnel\stunnel.exe" -install or Quote: Start-->All Programms --> stunnel --> Service install 2. Download blat and unpack 3 file .. Quote: blat.dllblat.exeblat.lib in Quote: c:\Program Files\Dude\blat directory or other your Dude directory3. In directory from p.2 create emailblat.cmd file with the following content Quote: set dir=c:\Program Files\Dude\blatset smtpsender=gmailaccount@gmail.comset smtpserver=127.0.0.1set smtpport=465set smtpuser=gmailaccountset smtppwd=*********set mailto=gmailaccount@gmail.com"%dir%\blat.exe" -to %mailto% -f %smtpsender% -server %smtpserver% -port %smtpport% -u %smtpuser% -pw %smtppwd% -subject %1 -body %2 change in it smtpsender, smtpuser, smtppwd4. Create new Notification Name:Email blatType:execute on server Quote: "c:\Program Files\Dude\blat\emailblat.cmd" "Service [Probe.Name] on [Device.Name] is now [service.Status]" "Service [Probe.Name] on [Device.Name] is now [service.Status] ([service.ProblemDescription])" And test it.5. Now you can use it.It work for me ! http://forum.mikrotik.com/viewtopic.php?f=8&t=31779&start=0&hilit=gmail Link to post Share on other sites
passer 67 Posted 2013-11-03 13:38:35 Share Posted 2013-11-03 13:38:35 Установить ssmtp и настроить. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now