This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
mailcow-dockerized
Watch
1
Star
0
Fork
You've already forked mailcow-dockerized
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
02a74914b4
mailcow-dockerized
/
data
/
Dockerfiles
/
postfix
/
smtp_last_login.sh
8 lines
117 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
echo
action
=
OK
exit
while
read
QUERY
;
do
logger -t last_login -p mail.info
"
$QUERY
"
done
echo
action
=
OK
Reference in New Issue
View Git Blame
Copy Permalink