Name of api parameters matched postfix main.cf and amavisd.conf
Full documentation for allowed API-methods and parameters see in Swagger UI files by location in ./swagger
- /general: management MTA based parameters (double_bounce_sender, message_size_limit, etc..)
- /transport: transport parameters (mynetworks, relay_domains, etc..)
- /contentfilter: contentfilter parameters and working with quarantine
- /acl: tables\rules based on postfix access tables, amavis maps and amavis policy banks
- resources/conf/smta/config.yaml
- resources/security/ssl/
#initial for make golang image
$ bash build.sh init
#next
$ bash build.sh
$ cd /path/to/cloned/project
$ export GOPATH=`pwd`
$ go build -o bin/smta src/app.go
- julienschmidt/httprouter BSD
- go-yaml/yaml Apache 2.0
- fatih/structs MIT
- gijsbers/go-pcre BSD
- gopkg.in/validator.v2 Apache 2.0