Thellmann / callimachus

Automatically exported from code.google.com/p/callimachus
Other
0 stars 0 forks source link

Need a Daypass / unable to Configure to "hotmail' Server #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have just installed 'Callimachus 1.0" on Windows 8.0.
I did NOT get any prompt for entering password during Setup process.
I setup 'mail.properties.conf' as follows,

     mail.transport.protocol = smtp
     mail.from = bdhore@hotmail.com
     mail.smtp.host = hotmail.com
     mail.smtp.port = 8080
     mail.smtp.auth = true
     mail.user = dipak
     mail.password =

But could not send you request using "Daypass Request Form" getting following 
Error,

Oops!
550 DY-001 (BAY0-MC1-F40) Unfortunately, messages from 124.188.213.98 weren't 
sent. Please contact your Internet service provider. You can tell them that 
Hotmail does not relay dynamically-assigned IP ranges. You can also refer your 
provider to /mail/troubleshooting.aspx#errors. »

Pls send me a password and let me know how can I setup my mail Server (/I can 
setup Gmail as well ..if required).

Pls reply ASAP

regards
dipak

Original issue reported on code.google.com by DipakH...@gmail.com on 2 Jan 2013 at 12:48

GoogleCodeExporter commented 9 years ago
Those are not the correct mail.properties settings for the hotmail service.

Try the following:

mail.transport.protocol = smtp
mail.from = dipak@hotmail.com
mail.smtp.host = smtp.live.com
mail.smtp.port = 587
mail.smtp.auth = true
mail.smtp.starttls.enable = true
mail.smtp.starttls.required = true
mail.user = dipak@hotmail.com
mail.password = ********

Alternatively, if you run the setup script from a console it will display a URL 
just before it exits, that can be used to set a password without an SMTP 
service.

Please use the mailing list for support issues like this.

James

Original comment by ja...@3roundstones.com on 2 Jan 2013 at 2:05