GitHub - cybe/dfalias: df.eu email alias manager
Manage aliases of df.eu (domainfactory) email accounts.
Setup
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.
Usage
List aliases [of an account]
python dfalias.py --list [ACCOUNT]
Example
python dfalias.py -l
python dfalias.py -l pete@example.org
Create an alias for an account
python dfalias.py --account ACCOUNT --create ALIAS
Example
python dfalias.py -a pete@example.org -c ebay@example.org
Delete an alias of an account
python dfalias.py --account ACCOUNT --delete ALIAS
Example
python dfalias.py -a pete@example.org -d ebay@example.org