Page 1 of 1

mail to public folder... typo in command? [solved]

Posted: Tue Aug 22, 2006 10:33 pm
by TCWardrobe
Even if I've read several threads concerning exactly the same, somehow I can't get it fixed, mail to public folders get bounced with "... because: No route configured for the recipient address ...". I tried different syntaxes but this one seems most promising but fails too.

Code: Select all

omaddent -e "S=+BB/CN=Info/OU1=tcw/OU2=local/DDT1=BB-NAME/DDV1=Info/IA=info@tcw.local"
[OM 16958] Added 1 entry to the Directory

Mailnode= tcw,local
Foldername=Info
e-mail=info@tcw.local

btw. folder was added with omaddbb -s Info

Please! :oops:

Posted: Sun Aug 27, 2006 9:13 pm
by TCWardrobe
Nothing? No one?

Posted: Mon Aug 28, 2006 12:06 pm
by florian
Which version of Scalix is this on? Could you try DDT1=BB, that's what I normally use.

Florian.

Posted: Mon Aug 28, 2006 1:44 pm
by TCWardrobe
This one :scalix-core-intel-suse-10.0.1

I try to type DDT1=BB in the next hour, got to do some other things first. But I am glad someone (even if it's you again :P ) had the time and mood to answer this ;)

Thanks a lot!

Btw. wouldn't it be nice if someone writes a wrapper around this and it would be shipped with the tarball at the first place? Or even better, make this feature available in SAC? Those cryptic commands may have reasons but I am almost sure all Scalix users (even the admins) would recommend a more userfriendly aproach :)

I'll try to write a wrapper script on my own if I get this one working.

I'll report back

Posted: Mon Aug 28, 2006 2:14 pm
by TCWardrobe
Ehm... no success

Code: Select all

----------------------------- ERROR REPORT -----------------------------
Message could not be delivered to the following recipient:

        +BB / tcw, local/CN=Testordner
                        DDT1=BB; DDV1=Testordner;

    because: 'No route configured for the recipient address'   [OM 9301]
------------------------------------------------------------------------
--------------------------------------------------
----------------------------- TRACE REPORT -----------------------------


omaddent -e "S=+BB/CN=Testordner/OU1=tcw/OU2=local/DDT1=BB/DDV1=Testordner/IA=Testordner@tcw.local"

this is the syntax I used

Edit:
I had some really weired problems in the past with .local domainnames due to mDNS / Rondezvous / foo possible same here? Just a guess in the blue...

Posted: Mon Aug 28, 2006 2:54 pm
by florian
can you post the output of a

Code: Select all

omshowrt -q all


command?

thx,
Florian.

Posted: Mon Aug 28, 2006 3:10 pm
by TCWardrobe

Code: Select all

thebe:/home/mschmitt # omshowrt -q all
UNIX       internet                                        MIME
UNIX       internet,tnef                                   TNEF
LOCAL      thebe,tcw
thebe:/home/mschmitt #


btw. I did turn mdns off and now logging in via ssh goes _much_ faster. At first I thought this is an handshake issue but... nevertheless mail still does not go in this folder.

Posted: Mon Aug 28, 2006 3:32 pm
by florian
and what's the output of your

Code: Select all

omshowmn


command? I believe there is a discrepancy between what you named as your mailnode in the original post (tcw,local) and your actual configuration (thebe,tcw). This would obviously explain the error.

Cheers,
Florian.

Posted: Mon Aug 28, 2006 3:33 pm
by TCWardrobe

Code: Select all

thebe:/home/mschmitt # omshowmn
        **      thebe,tcw
thebe:/home/mschmitt #

Oh heaven help! :) Don't ask why this happend... lemme try

Edit:
It works.. how dumb is that?! Please hit me! I stumbled over the thebe,tcw suggestion during installation of scalix but... anyhow finally it is solved!

.oO( so, what about a wrapper script? )

Thanks a lot again!