Jump to content

Recommended Posts

Posted

I try to build my own webserver:

As webserver I use abbys.

As sript-language I use autoit instead of PHP.

To reach my server from external I use dyndns.

I can reach my server without problems e.g. http://www.myserver.dyndns.org/

Now I want to send and receive mails over my own server, e.g. mailto://webmaster@myserver.dyndns.org :o

How to realize it with autoit? :)

Posted

You seriously thinking of building a POP3 and SMTP server with AutoIt3?

This is not a trivial task and I would opt for using one of the existing packages.

what packages? can you give me an example?

or do you mean UDFs for autoit?

  • Developers
Posted

Looks like you have some serious reading up to do on this subject. :)

When the specified domainname points to your IP address it will work given you have forwarded all required ports on the access router. (this is assuming you run your server on a private lan and not directly to a public IP address.)

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Looks like you have some serious reading up to do on this subject. :D

When the specified domainname points to your IP address it will work given you have forwarded all required ports on the access router. (this is assuming you run your server on a private lan and not directly to a public IP address.)

Jos

OK, where can I find such a document? :)

My Webserver is behind a router, accessing the ports is not the problem :o

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...