Page 1 of 1
Send flag -- modify with ommodu
Posted: Wed Feb 15, 2006 2:59 pm
by winux
Ok, so I have looked in the ommodu command to change the 'sender' flag so that users can send on behalf of someone but the 'on behalf of' will be hidden to the outside address receiver.
Where is this flag? I also tried to find the man pages for ommodu and no luck (is there a onine version available?).
Any pointers?
Posted: Wed Feb 15, 2006 5:31 pm
by ScalixSupport
The parameter you are looking for is
--sender.
This should be in the man page.
Code: Select all
ommodu {authentication-id|-o name[/mailnode]}
[-ANeRkKx]
[--authid authentication-id]
[-a alias[/common-name][/internet-address],...]
[-m modifier
|-n name[/mailnode[/common-name][/internet-address]]]
[-p password] [--lock-password] [--unlock-password]
[-l language] [-u unix-login]
[-c {+|-}capability,...] [-t Y|N] [-r Y|N]
[-s ServiceLevel] [-F {add|delete}] [-R filename]
[--requireSignoff]
[--sender Y|N] [--swa Y|N] [--class full|limited]
Cheers
Dave
Posted: Wed Feb 15, 2006 6:32 pm
by winux
Thanks. That took care of it.
However, is there any way to change the Return Path on it as well?
Posted: Fri Feb 17, 2006 7:06 am
by jg
Similar request made in:
http://www.scalix.com/community/viewtopic.php?t=326
Return-Path is added by the MTA that peforms final delivery and takes the information from the MAIL command of the SMTP conversation.
We would need to make a change to address this and are currently considering the issues of doing that.