1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
# Some screenshots of Postfixadmin
## 1. Setup process
When you visit visit https://your-site.com/postfixadmin/setup.php you'll see this -

After creating and adding the setup password hash into your config file, and then logging into the setup page with that password, you should see :

If there are any hosting errors, or issues with your environment, they may be listed here.
Create a new admin account using your setup password .... then you can login as an admin and start creating domains and mailboxes.
## 2. As an Admin user
### Login

### Welcome page

### View other admins

### View domains

### View mailboxes and aliases for domain

### Add mailbox
You can create as many mailboxes as you want ...

### Add aliases (forwards)

### Add Fetchmail config for mailbox

### Add a Domain Key for use with OpenDKIM
Specify the selector, domain it's for and the public and private keys (PEM encoded).

### Add a Sign Table Entry for use with OpenDKIM

## View Log -> Entries for domain
PostfixAdmin mains a log of changes that have been applied to a domain's configuration -

## Send Email -> Send Broadcast email
You can email all mailboxes in known domain(s) -

## 3. As a User
### Login

### Welcome page

### Change your mail forward

### Set / Unset autoresponse (Vacation)

### Set / Unset TOTP Password
To help protect your postfixadmin account, you can enable TOTP (aka Google Authenticator etc) to make it harder for a third party to compromise your account.

### I forgot my password

|