• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Autoresponder not working when using a mail alias

E

edispah

Guest
Hi

Im using Plesk Reloaded 7.5.3 on fedora core 2

I have a domain domaina.com that I have mail accounts set up on. The users can also recieve email via domainb.com, this works fine after I followed some instructions on this forum i.e.

Manually added domainb.com to

/var/qmail/control/rcpthosts

and

/var/qmail/control/virtualdomains

in the virtualdomains file I gave it the same number as domaina so it looks like

domaina.com:82
domainb.com:82

This works fine and users get email on domaina.com and domainb.com directed into the same mailbox.

I turned on an autoreponder which works ok for domaina.com but fails on domainb.com the message I get in the maillog is

success: autoresponder:_Unable_to_fetch_row_for_mail_id_:/did_1+0+2/

I guess it must be looking for the mysql autoresponder record using the domainb.com domain which doesnt exist in any of the mysql tables, is there a way around this?

Kind Regards

Paul Houselander
 
This is correct, the autoresponder can not work in this scenario because the contents are searched in the database based on the domain name, that does not exist.
 
I guess I know its not designed to handle this situation I just wondered if there was a fudge that would work.

e.g. adding a dummy record into the domains table with the same id as the aliased domain.

Its doing an sql lookup and not getting anything back, if I knew what tables it was looking it would help.

Does anyone know when Plesk will support mail domain aliases?

Thanks

Paul
 
Back
Top