mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 07:47:02 +02:00
Fixed #1295, replaced yourdomain.com with example.com
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -27,7 +27,7 @@ static void test_attachments(struct config *cfg){
|
||||
|
||||
TEST_HEADER();
|
||||
|
||||
snprintf(data.licence.hostname, TINYBUFSIZE-1, "yourdomain.com");
|
||||
snprintf(data.licence.hostname, TINYBUFSIZE-1, "example.com");
|
||||
|
||||
for(i=0; i<sizeof(tests)/sizeof(struct attachments); i++){
|
||||
|
||||
|
@ -10,7 +10,7 @@ encrypt_messages=1
|
||||
extra_to_field=X-Envelope-To:
|
||||
extract_attachments=1
|
||||
helper_timeout=20
|
||||
hostid=piler.yourdomain.com
|
||||
hostid=piler.example.com
|
||||
iv=
|
||||
listen_addr=0.0.0.0
|
||||
listen_port=25
|
||||
|
Reference in New Issue
Block a user