Forwarder for admin user

tlchost

Verified User
Joined
Apr 4, 2007
Messages
320
I would like messages to admin@thedaserver_domain.com to remain on the server and alsobe forwarded to an external address.

When I attempted to add a forwarder for admin, I got this message:

Forwarder 'admin' already exists.

I don't see that forwarder. Where are they stored? How can I delete it or modify it?

Thanks

Thom
 
I would like messages to admin@thedaserver_domain.com to remain on the server and alsobe forwarded to an external address.

if one looks in /etc/virtual/name_of_main_site/aliases you see:

admin: admin
*: admin

What worked for me was to edit the aliases file:
admin: admin,some_external_addess@some_domain
*: admin

Not only does it forward the admin email, but also now shows up in
the mail forwarders control panel

Works with multiple addresses.

Thom
 
Back
Top