Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #host=smtp.mail.ru
  2. #port=465
  3. #login=ppmail_debug@mail.ru
  4. #password=ppmail_debug123
  5. #from=ppmail_debug@mail.ru
  6.  
  7. #timer interval
  8. ppmail.timer.interval=1
  9.  
  10. pp.test.send-mail=true
  11. pp.test.send-mail.to=ivbuchatsky@gmail.com
  12.  
  13. # smtp settins
  14. smtp.protocol=smtp
  15. smtp.host=ex2
  16. smtp.port=25
  17. smtp.login=orbitamotors\planpro
  18. smtp.password=123456
  19. smtp.from=planpro@orbitamotors.com
  20.  
  21. #planpro db connect
  22. jdbc.user=SYSDBA
  23. jdbc.password=masterkey
  24. # jdbc.url=jdbc:firebirdsql:localhost/3050:/home/igor/Downloads/gdb/plan2004.gdb?lc_ctype=WIN1251
  25. jdbc.url=jdbc:firebirdsql:planpro/3050:C:\\planpro\\plan2004.gdb?lc_ctype=WIN1251
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement