[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] E-mail setup / catch-all address



am 22.05.2001 15:13 Uhr schrieb johan@xxxxxxxxxxxxxxx unter
johan@xxxxxxxxxxxxxxx:

> Dan and others,
> 
> Ok, I've added the infamous "@www.domain.net" alias to the user profile.  The
> site is configured as "www.domain.net" with "domain.net" added as both web and
> e-mail alias (this is on a RaQ 4).   Sure enough, "xyz@xxxxxxxxxxxxxx" works
> fine, but  "xyz@xxxxxxxxxx" does not.  Can't quite figure that one out - the
> GUI does not allow one to add "@domain.net"  *sigh* ...
> 
>> http://www.sendmail.org/virtual-hosting.html
> 
> Thanks for that - I'll take a look in the sendmail config file and add the
> relevant bits and pieces ...  The Reverend's link also confirmed what I
> already 
> know about the GUI setup forms.
> 
> Rgrds,
> 
> Johan
> 
Johan,

what you probably need is an additional entry in your virtual user table
/etc/virtusertable and telling sendmail to accept this altered table:

# accept-email-at-domain routes
@domain.net  %1@xxxxxxxxxxxxxx

Under normal circumstances this entry is generated automatically (please
read the remarks in virtusertable carefully).

If not, please search the archives on virtusertable. Editing and saving only
will no work, though.



Regards,

Hendrik
--