It's possible to enable or disable an Auto Reply for a mailbox using the API :

# virtualmin modify-user --domain lewisjenkins.uk --user mail
    [--autoreply "message" | --no-autoreply]
    [--autoreply-start time | --no-autoreply-start]
    [--autoreply-end time | --no-autoreply-end]
    [--autoreply-period secs | --no-autoreply-period]

But there is no way to list a mailbox's existing Auto Reply, like this :

# virtualmin list-users --domain lewisjenkins.uk --user mail --multiline
mail
    Domain: lewisjenkins.uk
    Unix username: mail@lewisjenkins.uk
        ... [etc] ...
    Autoreply Enabled: Yes
    Autoreply Text: "Message"
    Autoreply Start: 2014-09-03
    Autoreply End:  2014-09-10
    Autoreply Period: 60

Can you please add this to --list-users ? It's for a Virtualmin / Roundcube plugin that allows users to manage Auto Replies without logging into Usermin.

Status: 
Closed (fixed)

Comments

Try adding the --simple-aliases flag to list-users . That will show the autoreply message.

That's perfect, thank you :)

Automatically closed -- issue fixed for 2 weeks with no activity.