List Mail Accounts — ODAC Docs
Docs / ODAC / Server / Managing Mail / List Mail Accounts

📋 List Mail Accounts

This command lists all email accounts associated with a specific domain.

Interactive Usage

odac mail list

You will be prompted to enter the domain name (e.g., example.com) to see all its email accounts.

Single-Line Usage with Prefixes

# Specify domain directly
odac mail list -d example.com

# Or use long form prefix
odac mail list --domain example.com

Available Prefixes

  • -d, --domain: Domain name to list email accounts for