1

Topic: wildcard email address

For the life of me, I can't figure out how to create a catch all email address for unknown email addresses at my domain.

I'm using an LDAP backend, and creating an alias @domain does not work. *@domain does not work either.

I'm sure I'm missing something stupid and simple, but would appreciate a pointer.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: wildcard email address

LDIF data of sample catch-all account:

dn: mail=@test.com,ou=Users,domainName=test.com,o=domains,dc=iredmail,dc=org
accountStatus: active
cn: Catch-all account
mail: @test.com
mailForwardingAddress: catchall@test.com
objectClass: inetOrgPerson
objectClass: mailUser
sn: Catch-all account
uid: catchall

With iRedAdmin-Pro, you can easily configure catch-all account. Screenshot:
http://screenshots.iredmail.googlecode.com/hg/iredadmin/domain_profile_catchall.png