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