Skip to content

cybe/dfalias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

dfalias.py - 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

About

df.eu email alias manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages