View Single Post
  #6 (permalink)  
Old 06-30-2008, 10:56 AM
emmaylots emmaylots is offline
Loyal Member
 
Posts: 87
Thumbs up Eureka!

While waiting for the result,a thought flashed through my mind :I would prefer to vote for these settings to be made available only in the Administrator UI.
Thanks it worked.
I configured it at the user level
Can you please explain why it didn't work at the COS level

Here are the commands:

zimbra@mail:~$ zmprov gds dexter.faraday@robocop.com
# name Exchange Server
# type imap
objectClass: zimbraDataSource
objectClass: zimbraImapDataSource
zimbraDataSourceConnectionType: cleartext
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 282
zimbraDataSourceHost: 192.168.5.19
zimbraDataSourceId: fa89fd58-c7e9-4f9d-b34f-1439eaf0958e
zimbraDataSourceName: Exchange Server
zimbraDataSourcePollingInterval: 0
zimbraDataSourcePort: 8143
zimbraDataSourceUsername: dexter@i-robot.com
zimbraPrefFromAddress: dexter.faraday@robocop.com
zimbraPrefFromDisplay: Dexter E. Faraday

# name POP
# type pop3
objectClass: zimbraDataSource
objectClass: zimbraPop3DataSource
zimbraDataSourceConnectionType: cleartext
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 2
zimbraDataSourceHost: 10.1.1.100
zimbraDataSourceId: 7cab365f-81da-410b-a1b3-fa1a3a48d991
zimbraDataSourceLeaveOnServer: TRUE
zimbraDataSourceName: POP
zimbraDataSourcePollingInterval: 0
zimbraDataSourcePort: 110
zimbraDataSourceUsername: dexterf
zimbraPrefFromAddress: dexter.faraday@robocop.com
zimbraPrefFromDisplay: Dexter E. Faraday


then I entered the command at the user level:

[B]zmprov mds dexter.faraday@robocop.com POP zimbraDataSourcePollingInterval 10m
[/B]
then confirmed with this command:

zmprov gds dexter.faraday@robocop.com


got this output:

# name Exchange Server
# type imap
objectClass: zimbraDataSource
objectClass: zimbraImapDataSource
zimbraDataSourceConnectionType: cleartext
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 282
zimbraDataSourceHost: 192.168.5.19
zimbraDataSourceId: fa89fd58-c7e9-4f9d-b34f-1439eaf0958e
zimbraDataSourceName: Exchange Server
zimbraDataSourcePollingInterval: 0
zimbraDataSourcePort: 8143
zimbraDataSourceUsername: dexterf@i-robot.com
zimbraPrefFromAddress: dexter.faraday@robocop.com
zimbraPrefFromDisplay: Dexter E. Faraday

# name POP
# type pop3
objectClass: zimbraDataSource
objectClass: zimbraPop3DataSource
zimbraDataSourceConnectionType: cleartext
zimbraDataSourceEnabled: TRUE
zimbraDataSourceFolderId: 2
zimbraDataSourceHost: 10.1.1.100
zimbraDataSourceId: 7cab365f-81da-410b-a1b3-fa1a3a48d991
zimbraDataSourceLeaveOnServer: TRUE
zimbraDataSourceName: POP
zimbraDataSourcePollingInterval: 10m
zimbraDataSourcePort: 110
zimbraDataSourceUsername: dexterf
zimbraPrefFromAddress: dexter.faraday@robocop.com
zimbraPrefFromDisplay: Dexter E. faraday

then I waited.......

And ...it worked.

You guys are awesome.

Last edited by emmaylots; 06-30-2008 at 11:08 AM.. Reason: add more explanation for other forum members
Reply With Quote