Skip to content

Commit

Permalink
Remove slimta.org custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Apr 14, 2024
1 parent 1afc5a3 commit e983df0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,18 @@
[2]: https://github.com/saghul/pycares
[3]: http://www.dnspython.org/
[4]: https://pythonhosted.org/six/
[5]: https://slimta.org/en/latest/api/slimta.logging.html#slimta.logging.parseline
[6]: https://slimta.org/en/latest/api/slimta.logging.socket.html#slimta.logging.socket.socket_error_log_level
[5]: https://slimta.github.io/en/latest/api/slimta.logging.html#slimta.logging.parseline
[6]: https://slimta.github.io/en/latest/api/slimta.logging.socket.html#slimta.logging.socket.socket_error_log_level
[7]: https://docs.python.org/2.7/library/ssl.html#ssl.SSLContext
[8]: https://slimta.org/en/latest/api/slimta.edge.smtp.html#slimta.edge.smtp.SmtpValidators.session
[9]: https://slimta.org/en/latest/api/slimta.edge.smtp.html#slimta.edge.smtp.SmtpEdge
[10]: http://slimta.org/en/latest/api/slimta.util.html#slimta.util.create_connection_ipv4
[11]: http://slimta.org/en/latest/api/slimta.edge.wsgi.html#slimta.edge.wsgi.WsgiEdge
[12]: http://slimta.org/en/latest/api/slimta.util.proxyproto.html
[13]: http://slimta.org/en/latest/api/slimta.relay.smtp.static.html#slimta.relay.smtp.static.StaticLmtpRelay
[14]: http://slimta.org/en/latest/api/slimta.relay.pipe.html
[15]: https://www.slimta.org/blog/2020-10-30.html
[16]: https://www.slimta.org/api/slimta.edge.smtp.html#slimta.edge.smtp.SmtpValidators
[8]: https://slimta.github.io/en/latest/api/slimta.edge.smtp.html#slimta.edge.smtp.SmtpValidators.session
[9]: https://slimta.github.io/en/latest/api/slimta.edge.smtp.html#slimta.edge.smtp.SmtpEdge
[10]: http://slimta.github.io/en/latest/api/slimta.util.html#slimta.util.create_connection_ipv4
[11]: http://slimta.github.io/en/latest/api/slimta.edge.wsgi.html#slimta.edge.wsgi.WsgiEdge
[12]: http://slimta.github.io/en/latest/api/slimta.util.proxyproto.html
[13]: http://slimta.github.io/en/latest/api/slimta.relay.smtp.static.html#slimta.relay.smtp.static.StaticLmtpRelay
[14]: http://slimta.github.io/en/latest/api/slimta.relay.pipe.html
[15]: https://www.slimta.github.io/blog/2020-10-30.html
[16]: https://www.slimta.github.io/api/slimta.edge.smtp.html#slimta.edge.smtp.SmtpValidators
[17]: https://docs.python.org/3/library/select.html#select.poll
[18]: https://github.com/slimta/python-slimta/releases
[3.0]: https://github.com/slimta/python-slimta/issues?q=milestone%3A3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ compatibility to the project!
[2]: http://pypi.python.org/pypi/virtualenv
[3]: http://en.wikipedia.org/wiki/Open_mail_relay
[4]: http://opensource.org/licenses/MIT
[5]: http://slimta.org/
[5]: http://slimta.github.io/
[6]: https://help.github.com/articles/using-pull-requests/
[7]: https://github.com/slimta/python-slimta/graphs/contributors
[8]: https://github.com/JocelynDelalande
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
long_description=readme + license,
long_description_content_type='text/markdown',
license='MIT',
url='http://slimta.org/',
url='http://slimta.github.io/',
include_package_data=True,
packages=find_namespace_packages(include=['slimta.*']),
install_requires=['gevent >= 1.1',
Expand Down

0 comments on commit e983df0

Please sign in to comment.