mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-08-18 10:59:43 +02:00
add Travis CI
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
language: go
|
||||||
|
sudo: false
|
||||||
|
before_script:
|
||||||
|
- go vet ./...
|
||||||
|
|
@@ -1,5 +1,8 @@
|
|||||||
# mailrelay
|
# mailrelay
|
||||||
|
|
||||||
|
[](https://godoc.org/github.com/wiggin77/mailrelay)
|
||||||
|
[](https://travis-ci.org/wiggin77/mailrelay)
|
||||||
|
|
||||||
`mailrelay` is a simple mail relay that can take unauthenticated SMTP emails (e.g. over port 25) and relay them to authenticated, TLS-enabled SMTP servers. Plus it's easy to configure.
|
`mailrelay` is a simple mail relay that can take unauthenticated SMTP emails (e.g. over port 25) and relay them to authenticated, TLS-enabled SMTP servers. Plus it's easy to configure.
|
||||||
|
|
||||||
## Use case
|
## Use case
|
||||||
|
Reference in New Issue
Block a user