The Network People Support Forums

Mail::Toaster => General Questions => Topic started by: Raybdbomb on April 27, 2005, 12:34:43 PM

Title: catch-all AND forward
Post by: Raybdbomb on April 27, 2005, 12:34:43 PM
Hi-

I'm using QmailAdmin via toaster and I see an option to do catch-all for an e-mail address on a domain, and I see an option to do forward from an e-mail address to another e-mail address, but you can't simultaneously do both.  Is there a way to have a domain catch-all and forward?

Thanks
Title: Re: catch-all AND forward
Post by: Raybdbomb on April 27, 2005, 03:33:54 PM
nevermind, i found it.
Title: Re: catch-all AND forward
Post by: rlance on June 23, 2005, 05:06:34 PM
Please, oh please, tell us how?

I thought I had correctly set virtualdomains like
  aliasdomain.com:realdomain.com
which used to work on my old qmail server.

Is there some other configuration setting getting in the way, precluding this?  Something like "if there is no mailbox, bounce"?

If so, how could I use both options?  I would like to forward all aliasdomain mail to realdomain, but if there is no such mailbox in realdomain, bounce it.
Title: Re: catch-all AND forward
Post by: Raybdbomb on June 23, 2005, 09:45:34 PM
it's in qmail admin.  you can set an e-mail address to forward to X@Y.com, then click catch-all.
Title: Re: catch-all AND forward
Post by: rlance on June 24, 2005, 06:23:08 AM
I don't think that will do quite what I need, which is:

me@aliasdomain.com    --> me@realdomain.com
boss@aliasdomain.com  --> boss@realdomain.com
nobody@aliasdomain.com --> nobody@realdomain.com --> bounce
Title: Re: catch-all AND forward
Post by: LogicX on June 28, 2005, 10:49:07 PM
rlance wrote on Thu, 23 June 2005 19:06


I thought I had correctly set virtualdomains like
  aliasdomain.com:realdomain.com
which used to work on my old qmail server.


Does this no longer work for you?
AFAIK it does -- its how I have things setup
Title: Re: catch-all AND forward
Post by: rlance on June 29, 2005, 03:05:57 PM
No.  I have discovered that
ray@aliasdomain.com will deliver to postmaster@realdomain.com if I have default catchall set to postmaster, but it bounces if there is no default catchall at realdomain.com.

How can I get realdomain.com to accept delivery of the forwarded mail, both to real mailboxes and to forwarders?
Title: Re: catch-all AND forward
Post by: D3s7 on July 26, 2005, 11:58:06 AM
Did you figure out this issue?

I am having the same problem

I want mail from

User@abc.com to go to User@def.com but instead it's going to the {catchall}@def.com

Thanks
Title: Re: catch-all AND forward
Post by: LogicX on November 13, 2005, 03:11:19 AM
What a goofball I am.  Even after having responded to this (with the wrong answer) -- I never realized for all this time that it wasn't working.

Remove anything but the REAL domain from virtualdomains and then use:

root:red|5:16:19am|~vpopmail/bin: ./vaddaliasdomain
vaddaliasdomain: usage: [options] real_domain alias_domain
options: -v (print version number)
note: for backward compatability, you can swap real_domain and alias_domain.



that will do it up properly.  Seems to work great.
Title: Re: catch-all AND forward
Post by: rlance on November 13, 2005, 10:37:47 AM
Yes, indeed!  Does just what I wanted.  Thanks!