Manage aliases of df.eu (domainfactory) email accounts.
Add your credentials to ~/.netrc
as follows:
machine admin.df.eu
login <your login>
password <your password>
Alternatively you may set USERNAME and PASSWORD in dfalias.py
.
python dfalias.py --list [ACCOUNT]
python dfalias.py -l
python dfalias.py -l pete@example.org
python dfalias.py --account ACCOUNT --create ALIAS
python dfalias.py -a pete@example.org -c ebay@example.org
python dfalias.py --account ACCOUNT --delete ALIAS
python dfalias.py -a pete@example.org -d ebay@example.org