Hello,
I’m having an issue getting wsgetmail to work with the new version of RT. I upgraded from 5.0.7 to 6.0.0 and now when wsgetmail retrieves mail it doesn’t get sent to the queue.
Is there changes I’m not aware of?
config:
{
“client_id”: “xxx”,
“tenant_id”: “xxx”,
“secret”: “xxx”,
“global_access”: 1,
“username”: “helptest@xxx.xxx”,
“folder”: “Inbox”,
“stripcr”: 0,
“command”: “/opt/rt6/bin/rt-mailgate”,
“command_args”: “–url=https://test-rt.xxx.xxx/ --queue=‘Test’ --action=correspond”,
“command_timeout”: 30,
“action_on_fetched”: “mark_as_read”
}