6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
swaks --to user@localhost --socket lmtp.sock --protocol LMTP
|