sogo/Tests/Integration/config.py.in
Jean Raby 17c4ec949a Add a rudimentary test for sogo-tool
Monotone-Parent: 986c53393f0caccafae8ec72f8b2d56477f587b6
Monotone-Revision: 7f7501b1bb5b05b31afe18481c6a203e70e2222b

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2011-05-20T20:22:56
Monotone-Branch: ca.inverse.sogo
2011-05-20 20:22:56 +00:00

27 lines
579 B
Python

# setup: username must be super-user or have read-access to PUBLIC events in
# both attendee and delegate's personal calendar
hostname = "localhost"
port = "80"
username = "myuser"
password = "mypass"
subscriber_username = "otheruser"
subscriber_password = "otherpass"
attendee1 = "user@domain.com"
attendee1_delegate = "otheruser@domain.com"
resource_no_overbook = "res"
resource_can_overbook = "res-nolimit"
mailserver = "imaphost"
testput_nbrdays = 30
sieve_server = "localhost"
sieve_port = 2000
sogo_user = "sogo"
sogo_tool_path = "/usr/local/sbin/sogo-tool"