I'm trying to setup some virtual domain users on my rh6.0, sendmail 8.9.3 (i
think) box. I can send OUT with the users account, with the virtual domain,
but sending in gives a "550 user unknown" error. Anything this points to?
I've read over the virtual hosting docs on the sendmail website. i built
the virtusertable with the makemap hash command. i tried playing around
with settings using netconf.
can anybody point me in the right directions?
thanks
matt
> I'm trying to setup some virtual domain users on my rh6.0, sendmail 8.9.3 (i
> think) box. I can send OUT with the users account, with the virtual domain,
> but sending in gives a "550 user unknown" error. Anything this points to?
> I've read over the virtual hosting docs on the sendmail website. i built
> the virtusertable with the makemap hash command. i tried playing around
> with settings using netconf.
Remove the '-o' from the map definition and try again.
Maybe your virtusertable is not "safe" (see the README file).
Try also:
echo '/map virtuser SOME@ADDRESS' | sendmail -bt
--
If you feel the urgent wish to send me a courtesy copy of a Usenet
posting, then make sure it's recognizable as such!
I'm trying to setup some virtual domain users on my rh6.0, sendmail 8.9.3
(i
think) box. I can send OUT with the users account, with the virtual
domain,
but sending in gives a "550 user unknown" error. Anything this points to?
I've read over the virtual hosting docs on the sendmail website. i built
the virtusertable with the makemap hash command. i tried playing around
with settings using netconf.
can anybody point me in the right directions?
thanks
matt
> I'm trying to setup some virtual domain users on my rh6.0, sendmail 8.9.3
> (i
> think) box. I can send OUT with the users account, with the virtual
> domain,
> but sending in gives a "550 user unknown" error. Anything this points to?
> I've read over the virtual hosting docs on the sendmail website. i built
> the virtusertable with the makemap hash command.
Check whether the table is read
echo '/map virtuser USER@VIRT' | sendmail -bt
^^^^^^^^^replace this...
echo '/map virtuser TEST...@VIRTUALDOMAIN.COM' | sendmail -bt
? when i do that, it seems sendmail doesn't know the command (i get a
"usage: sendmail {start|stop|restart|status}
what am i doing wrong here?
thanks,i appreciate the help
matt
"Claus Assmann" <ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de>
wrote in message news:iqii78...@zardoc.endmail.org...
> echo '/map virtuser TEST...@VIRTUALDOMAIN.COM' | sendmail -bt
>
> ? when i do that, it seems sendmail doesn't know the command (i get a
> "usage: sendmail {start|stop|restart|status}
>
> what am i doing wrong here?
Use the full path to the sendmail binary, usually /usr/sbin or /usr/lib
echo '/map virtuser TEST...@VIRTUALDOMAIN.COM' | /usr/sbin/sendmail -bt
Obviously your OS has some funny script named sendmail which is used
to control sendmail.
*****************************
The original message was received at Sun, 6 Feb 2000 15:09:02 -0600
from law2-oe36.hotmail.com [216.32.180.29]
----- The following addresses had permanent fatal errors -----
<test...@virtualdomain.com>
----- Transcript of session follows -----
554 MX list for virtualdomain.com. points back to myrealdomain.com
554 <test...@virtualdomain.com>... Local configuration error
******************************
?
btw: thanks for all your help Claus
matt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
> map_lookup: virtuser (test...@virtualdomain.com) returns testuser (0)
this is correct?
thanks
matt
"Claus Assmann" <ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de>
wrote in message news:jhbk78...@zardoc.endmail.org...
matt
"Matt" <ma...@warezstein.com> wrote in message
news:3tln4.6309$e97.5...@typhoon.mbnet.mb.ca...
i *know* there is just something simple i'm missing here... the o'reilly
sendmail book isn't helping me, i think its just confusing me more ::)
matt
"Matt" <ma...@warezstein.com> wrote in message
news:2Cln4.6311$e97.5...@typhoon.mbnet.mb.ca...
Check it:
echo '$=w' | /usr/sbin/sendmail -bt
Is the file referenced in sendmail.cf?
grep sendmail.cw sendmail.cf
If yes: does it use the '-o' option? yes: remove it, most likely it's
a permission problem.
If no: see cf/README for FEATURE(`use_cw_file')
matt
"Claus Assmann" <ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de>
wrote in message news:c52l78...@zardoc.endmail.org...
> Matt wrote:
> > btw: my "virtualdomain.com", as well as "mail.virtualdomain.com" IS
entered
> > in my sendmail.cw file, and sendmail has been stopped and restarted...
>
> Check it:
> echo '$=w' | /usr/sbin/sendmail -bt
>
i KNOW that it is not set up in the "perfect" sense, its kinda put together
ugly.. i guess it works, but i would rather know why it works, rather than
just accept that it does :)
thanks
matt