<snip>
otherwise I have to figure out how to get it in text form
Yes, you should.


<snip>

Try something like:

#!/bin/sh
( dovecot -an && echo) | /bin/mail -s "Dovecot -an output" [email protected]

Put the above two lines in an executable file (chmod 777 or something like that and erase after you run it) and run the file. It should send the output of "dovecot -an" to the email address [email protected] with a subject line of "Dovecot -an output". You might have to use a different "/bin/mail" command depending on what your mail server is.

steve campbell

Reply via email to