This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Postfix | |
#listar cola | |
mailq | |
postqueue -p | |
#borrar un correo especial | |
postsuper -d ID | |
#borrar toda la cola | |
postsuper -d ALL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | |
<meta name="description" content="Simple Tootltip"> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |