mox/webadmin
Laurent Meunier be570d1c7d add TransportDirect transport
The `TransportDirect` transport allows to tweak outgoing SMTP
connections to remote servers. Currently, it only allows to select
network IP family (ipv4, ipv6 or both).

For example, to disable ipv6 for all outgoing SMTP connections:
- add these lines in mox.conf to create a new transport named
"disableipv6":
```
Transports:
  disableipv6:
    Direct:
      DisableIpv6: true
```
- then add these lines in domains.conf to use this transport:
```
Routes:
  -
    Transport: disableipv6
```

fix #149
2024-04-12 17:27:39 +02:00
..
admin.go improve queue management 2024-03-18 08:50:42 +01:00
admin.html add styling for sticky table headers, for scrolling with long tables 2024-03-16 19:27:29 +01:00
admin.js add TransportDirect transport 2024-04-12 17:27:39 +02:00
admin.ts improve queue management 2024-03-18 08:50:42 +01:00
admin_test.go replace http basic auth for web interfaces with session cookie & csrf-based auth 2024-01-05 10:48:42 +01:00
api.json add TransportDirect transport 2024-04-12 17:27:39 +02:00
api.ts add TransportDirect transport 2024-04-12 17:27:39 +02:00