Page 1 of 1

Added BB with omaddent, need to remove the created mail-entr

Posted: Sun Aug 13, 2006 11:47 am
by kurtbe
Hello,

I added a Public Folder with the omaddent command provided in the Forums here.

Unfortunalety something goes wrong, and the Mail to the specified user comes back with the error "No route configured for the recipient address". Everytime I modify my omaddent command I need to specify a new recipient adress because elsewhere Scalix says " The supplied or generated Internet Address is not unique".

So, how do I delete the generated Adress so that I can go on testing why the mails are not delivered according to my wishes?

Thanks in advance,

Kurt

Posted: Sun Aug 13, 2006 12:19 pm
by dkelly
Most scalix omadd--- commands have corresponding omdel--- commands. Take a look at the man page for omdelent.

Cheers

Dave

Posted: Sun Aug 13, 2006 12:51 pm
by kurtbe
Ahh, that's it, Thanks a lot.

I was a bit confused with the OU1= parameters but a
omsearch -e ou1=* | grep "username@maildomain"
gave me the correct Organizational Units.

The following command
omdelent -e "ou1=myOU/IA=username@maildomain"

removed the mail address succesful.

And with the correct OU-Parameters the omaddent-command worked perfect and the mails are now delivered without any errors to the public folder.

... Have to learn the Syntax for those om* commands...

Again, thanks for the fast reply.