I've tested it one year ago, and it all worked fine. Today I suddenly found out, that this group is able to send external e-mail but is not able to receive e-mail from external addresses. Whoops? What went wrong there..
I used:
Code: Select all
omshowrt -r <route>to check which rulesets are applied to the route..
Output:
Code: Select all
Queue: LOCAL
Route: <route>
Rule-set file: /var/opt/scalix/sr/s/rules/noinetrcv
Hm, only one rule-file applied to this route.. so I added the noinetsnd file to the route:
Code: Select all
ommodrt -m "<route>" -d noinetsnd
ommodrt : Rule-set file associated with route. The service router
must be restarted in order for any new or modified routing
rules to take effect.
ommodrt : Route successfully modified
List the rules again..
Code: Select all
omshowrt -r ScalixServer,Nido
Queue: LOCAL
Route: ScalixServer,nido
Rule-set file: /var/opt/scalix/sr/s/rules/noinetsnd
Hm, noinetrcv is now gone, noinetsnd taking it's place.
How do I add more rules to one route?! I can perhaps put the different rules in one file, but this has always worked for me.. but, it was back at Scalix 10 when I did this setup.. is this no longer possible in Scalix 11 this way? Or is this a bug? Or do I need to use a different command to add more rules to one route?
I'm very confused now..