1#!/usr/local/bin/perl
2# Stop the dovecot server
3
4require './dovecot-lib.pl';
5&error_setup($text{'stop_err'});
6$err = &stop_dovecot();
7&error($err) if ($err);
8&webmin_log("stop");
9&redirect("");
10
11
12