· 10 years ago · Apr 09, 2016, 06:36 PM
1root@backoffice:/usr/local/mymail# docker-compose up -d mail
2Starting mymail_maildata_1...
3Starting mymail_mail_1...
4root@backoffice:/usr/local/mymail# docker logs mymail_mail_1
5Regenerating postfix 'vmailbox' and 'virtual' for given users
6user 'backoffice' for domain 'newstrading.org' with password '********'
7user 'test' for domain 'newstrading.org' with password '********'
8user '' for domain '' with password '********'
9Usage: /usr/sbin/userdb [path/.../ | -f file ]name set field=value field=value...
10 /usr/sbin/userdb [path/.../ | -f file ]name unset field field...
11 /usr/sbin/userdb [path/.../ | -f file ]name del
12 /usr/sbin/userdb -show [path/... | -f file ] [name]
13Usage: /usr/sbin/userdb [path/.../ | -f file ]name set field=value field=value...
14 /usr/sbin/userdb [path/.../ | -f file ]name unset field field...
15 /usr/sbin/userdb [path/.../ | -f file ]name del
16 /usr/sbin/userdb -show [path/... | -f file ] [name]
17saslpasswd2: option requires an argument -- 'u'
18
19This product includes software developed by Computing Services
20at Carnegie Mellon University (http://www.cmu.edu/computing/).
21
22saslpasswd2: usage: saslpasswd2 [-v] [-c [-p] [-n]] [-d] [-a appname] [-f sasldb] [-u DOM] userid
23 -p pipe mode -- no prompt, password read on stdin
24 -c create -- ask mechs to create the account
25 -d disable -- ask mechs to disable/delete the account
26 -n no userPassword -- don't set plaintext userPassword property
27 (only set mechanism-specific secrets)
28 -f sasldb use given file as sasldb
29 -a appname use appname as application name
30 -u DOM use DOM for user domain
31 -v print version numbers and exit
32==> Warning: '/tmp/postfix/virtual' is not provided. No mail alias created.
33Postfix configurations
34Creating DKIM private key /etc/opendkim/keys/newstrading.org/mail.private
35/etc/opendkim/keys/newstrading.org /
36/
37
38DKIM PUBLIC KEY ################################################################
39mail._domainkey IN TXT ( "v=DKIM1; k=rsa; "
40 "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdjQ3aQrh15lYZ/g/Lpoi/jj83AnP7Ka6b29673veaz8jnc8f8kv7Ug/L595c3E2lcF0YB5K6GkeN//njeCsnf3DuKxXrXO1B+tK++HOPEl+EJy1qzY88pZAZZgykSvT05OMfYfEA53o/GNpTJ92woekyW5VJ+p4zhefbw5fcEtwIDAQAB" ) ; ----- DKIM key mail for newstrading.org
41################################################################################
42Creating DKIM KeyTable
43Creating DKIM SigningTable
44Changing permissions on /etc/opendkim
45'/tmp/postfix/main.cf' not provided. No extra postfix settings loaded.
46==> Warning: 'SASL_PASSWORD' is not provided. /etc/postfix/sasl_passwd not created.
47Fixing permissions
48Creating /etc/mailname
49Configuring Spamassassin
50Configuring fail2ban
51Starting daemons
52 * Starting enhanced syslogd rsyslogd
53 ...done.
54 * Starting saslauthd
55 ...done.
56 * Starting Courier authentication services authdaemond
57 ...done.
58 * Starting Courier IMAP server imapd
59 ...done.
60 * Starting Courier IMAP-SSL server imapd-ssl
61 ...done.
62Starting POP3 services
63 * Starting Courier POP3 server...
64 ...done.
65 * Starting Courier POP3-SSL server...
66 ...done.
67Starting SpamAssassin Mail Filter Daemon: spamd.
68 * Starting ClamAV daemon clamd
69 ...done.
70Starting amavisd: amavisd-new.
71Starting OpenDKIM: opendkim.
72Starting OpenDMARC: opendmarc.
73 * Starting Postfix Mail Transport Agent postfix
74 ...done.
75Listing SASL users
76test@newstrading.org: userPassword
77backoffice@newstrading.org: userPassword
78Starting...
79Apr 9 17:48:14 backoffice amavis[574]: Found decoder for .cab at /usr/bin/cabextract
80Apr 9 17:48:14 backoffice amavis[574]: No decoder for .tnef
81Apr 9 17:48:14 backoffice amavis[574]: Internal decoder for .tnef
82Apr 9 17:48:14 backoffice amavis[574]: Found decoder for .exe at /usr/bin/arj
83Apr 9 17:48:14 backoffice amavis[574]: Using primary internal av scanner code for ClamAV-clamd
84Apr 9 17:48:14 backoffice amavis[574]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
85Apr 9 17:48:14 backoffice opendmarc[592]: OpenDMARC Filter v1.2.0 starting (args: -c /etc/opendmarc.conf -u opendmarc -P /var/run/opendmarc/opendmarc.pid -p inet:54321@localhost)
86Apr 9 17:48:14 backoffice opendmarc[592]: trusted authentication services: backoffice.newstrading.org
87Apr 9 17:48:14 backoffice amavis[574]: Deleting db files in /var/lib/amavis/db
88Apr 9 17:48:14 backoffice amavis[574]: Creating db in /var/lib/amavis/db/; BerkeleyDB 0.54, libdb 5.3
89Apr 9 17:48:14 backoffice postfix/master[691]: daemon started -- version 2.11.0, configuration /etc/postfix
90Apr 9 17:52:13 backoffice postfix/smtpd[699]: connect from chello080110207163.18.14.vie.surfer.at[80.110.207.163]
91Apr 9 17:52:14 backoffice postfix/smtpd[699]: 3CD5173F: client=chello080110207163.18.14.vie.surfer.at[80.110.207.163], sasl_method=PLAIN, sasl_username=test@newstrading.org
92Apr 9 17:52:14 backoffice postfix/cleanup[704]: 3CD5173F: message-id=<1460224333.4813.19.camel@newstrading.org>
93Apr 9 17:52:14 backoffice opendkim[581]: 3CD5173F: DKIM-Signature field added (s=mail, d=newstrading.org)
94Apr 9 17:52:14 backoffice opendmarc[592]: 3CD5173F: newstrading.org none
95Apr 9 17:52:14 backoffice postfix/qmgr[695]: 3CD5173F: from=<test@newstrading.org>, size=582, nrcpt=1 (queue active)
96Apr 9 17:52:15 backoffice postfix/smtpd[699]: disconnect from chello080110207163.18.14.vie.surfer.at[80.110.207.163]
97Apr 9 17:52:16 backoffice postfix/smtpd[709]: connect from localhost[127.0.0.1]
98Apr 9 17:52:16 backoffice postfix/smtpd[709]: 15E4874D: client=localhost[127.0.0.1]
99Apr 9 17:52:16 backoffice postfix/cleanup[704]: 15E4874D: message-id=<1460224333.4813.19.camel@newstrading.org>
100Apr 9 17:52:16 backoffice opendkim[581]: 15E4874D: DKIM-Signature field added (s=mail, d=newstrading.org)
101Apr 9 17:52:16 backoffice postfix/qmgr[695]: 15E4874D: from=<test@newstrading.org>, size=1427, nrcpt=1 (queue active)
102Apr 9 17:52:16 backoffice amavis[697]: (00697-01) Passed CLEAN {RelayedOpenRelay}, [80.110.207.163]:35466 [80.110.207.163] <test@newstrading.org> -> <hoertlehner@gmail.com>, Queue-ID: 3CD5173F, Message-ID: <1460224333.4813.19.camel@newstrading.org>, mail_id: fYHdWcQD7B9c, Hits: -0.89, size: 1008, queued_as: 15E4874D, 1209 ms
103Apr 9 17:52:16 backoffice postfix/smtp[705]: 3CD5173F: to=<hoertlehner@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.1, delays=0.87/0.01/0.01/1.2, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 15E4874D)
104Apr 9 17:52:16 backoffice postfix/qmgr[695]: 3CD5173F: removed
105Apr 9 17:52:16 backoffice postfix/smtp[710]: Untrusted TLS connection established to gmail-smtp-in.l.google.com[173.194.197.26]:25: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
106Apr 9 17:52:17 backoffice postfix/smtp[710]: 15E4874D: to=<hoertlehner@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.197.26]:25, delay=0.99, delays=0.09/0.01/0.5/0.39, dsn=2.0.0, status=sent (250 2.0.0 OK 1460224337 91si10249482ioj.186 - gsmtp)
107Apr 9 17:52:17 backoffice postfix/qmgr[695]: 15E4874D: removed
108Apr 9 17:53:06 backoffice postfix/smtpd[699]: connect from mail-ig0-f173.google.com[209.85.213.173]
109Apr 9 17:53:06 backoffice postfix/smtpd[699]: AA81E74D: client=mail-ig0-f173.google.com[209.85.213.173]
110Apr 9 17:53:06 backoffice postfix/cleanup[704]: AA81E74D: message-id=<CADXXfWkq=VeNk_doxS=nEGkW+pH404OQ3PoipGb3ktqbjQs3KA@mail.gmail.com>
111Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: mail-ig0-f173.google.com [209.85.213.173] not internal
112Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: not authenticated
113Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: DKIM verification successful
114Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: s=20120113 d=gmail.com SSL
115Apr 9 17:53:06 backoffice opendmarc[592]: AA81E74D: gmail.com pass
116Apr 9 17:53:07 backoffice postfix/qmgr[695]: AA81E74D: from=<hoertlehner@gmail.com>, size=2658, nrcpt=1 (queue active)
117Apr 9 17:53:07 backoffice postfix/smtpd[699]: disconnect from mail-ig0-f173.google.com[209.85.213.173]
118Apr 9 17:53:08 backoffice postfix/smtpd[715]: connect from localhost[127.0.0.1]
119Apr 9 17:53:08 backoffice postfix/smtpd[715]: 4F822751: client=localhost[127.0.0.1]
120Apr 9 17:53:08 backoffice postfix/cleanup[704]: 4F822751: message-id=<CADXXfWkq=VeNk_doxS=nEGkW+pH404OQ3PoipGb3ktqbjQs3KA@mail.gmail.com>
121Apr 9 17:53:08 backoffice opendkim[581]: 4F822751: no signing table match for 'hoertlehner@gmail.com'
122Apr 9 17:53:08 backoffice opendkim[581]: 4F822751: DKIM verification successful
123Apr 9 17:53:08 backoffice opendkim[581]: 4F822751: s=20120113 d=gmail.com SSL
124Apr 9 17:53:08 backoffice postfix/qmgr[695]: 4F822751: from=<hoertlehner@gmail.com>, size=3258, nrcpt=1 (queue active)
125Apr 9 17:53:08 backoffice amavis[698]: (00698-01) Passed CLEAN {RelayedInbound}, [209.85.213.173]:37536 [209.85.213.173] <hoertlehner@gmail.com> -> <backoffice@newstrading.org>, Queue-ID: AA81E74D, Message-ID: <CADXXfWkq=VeNk_doxS=nEGkW+pH404OQ3PoipGb3ktqbjQs3KA@mail.gmail.com>, mail_id: GxsiYKLb84f1, Hits: -0.119, size: 2910, queued_as: 4F822751, dkim_sd=20120113:gmail.com, 1324 ms
126Apr 9 17:53:08 backoffice postfix/smtp[705]: AA81E74D: to=<backoffice@newstrading.org>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.7, delays=0.4/0/0.01/1.3, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 4F822751)
127Apr 9 17:53:08 backoffice postfix/qmgr[695]: AA81E74D: removed
128Apr 9 17:53:08 backoffice postfix/virtual[716]: 4F822751: to=<backoffice@newstrading.org>, relay=virtual, delay=0.15, delays=0.1/0/0/0.05, dsn=2.0.0, status=sent (delivered to maildir)
129Apr 9 17:53:08 backoffice postfix/qmgr[695]: 4F822751: removed
130Apr 9 17:56:27 backoffice postfix/anvil[702]: statistics: max connection rate 1/60s for (smtp:80.110.207.163) at Apr 9 17:52:13
131Apr 9 17:56:27 backoffice postfix/anvil[702]: statistics: max connection count 1 for (smtp:80.110.207.163) at Apr 9 17:52:13
132Apr 9 17:56:27 backoffice postfix/anvil[702]: statistics: max cache size 2 at Apr 9 17:53:06
133Apr 9 17:57:16 backoffice postfix/smtpd[709]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
134Apr 9 17:57:16 backoffice postfix/smtpd[709]: disconnect from localhost[127.0.0.1]
135Apr 9 17:58:08 backoffice postfix/smtpd[715]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
136Apr 9 17:58:08 backoffice postfix/smtpd[715]: disconnect from localhost[127.0.0.1]
137Apr 9 18:00:40 backoffice postfix/smtpd[717]: connect from mail-ig0-f169.google.com[209.85.213.169]
138Apr 9 18:00:40 backoffice postfix/smtpd[717]: 45901751: client=mail-ig0-f169.google.com[209.85.213.169]
139Apr 9 18:00:40 backoffice postfix/cleanup[721]: 45901751: message-id=<CADXXfWkRqogs8mxYLH2LwEF9AUA=HGj0YOYD0miWLN0W=-kJGw@mail.gmail.com>
140Apr 9 18:00:40 backoffice opendkim[581]: 45901751: mail-ig0-f169.google.com [209.85.213.169] not internal
141Apr 9 18:00:40 backoffice opendkim[581]: 45901751: not authenticated
142Apr 9 18:00:40 backoffice opendkim[581]: 45901751: DKIM verification successful
143Apr 9 18:00:40 backoffice opendkim[581]: 45901751: s=20120113 d=gmail.com SSL
144Apr 9 18:00:40 backoffice opendmarc[592]: 45901751: gmail.com pass
145Apr 9 18:00:40 backoffice postfix/qmgr[695]: 45901751: from=<hoertlehner@gmail.com>, size=2606, nrcpt=1 (queue active)
146Apr 9 18:00:40 backoffice postfix/smtpd[717]: disconnect from mail-ig0-f169.google.com[209.85.213.169]
147Apr 9 18:00:41 backoffice postfix/smtpd[726]: connect from localhost[127.0.0.1]
148Apr 9 18:00:41 backoffice postfix/smtpd[726]: AFCC7752: client=localhost[127.0.0.1]
149Apr 9 18:00:41 backoffice postfix/cleanup[721]: AFCC7752: message-id=<CADXXfWkRqogs8mxYLH2LwEF9AUA=HGj0YOYD0miWLN0W=-kJGw@mail.gmail.com>
150Apr 9 18:00:41 backoffice opendkim[581]: AFCC7752: no signing table match for 'hoertlehner@gmail.com'
151Apr 9 18:00:41 backoffice opendkim[581]: AFCC7752: DKIM verification successful
152Apr 9 18:00:41 backoffice opendkim[581]: AFCC7752: s=20120113 d=gmail.com SSL
153Apr 9 18:00:41 backoffice postfix/qmgr[695]: AFCC7752: from=<hoertlehner@gmail.com>, size=3194, nrcpt=1 (queue active)
154Apr 9 18:00:41 backoffice postfix/smtpd[726]: disconnect from localhost[127.0.0.1]
155Apr 9 18:00:41 backoffice amavis[697]: (00697-02) Passed CLEAN {RelayedInbound}, [209.85.213.169]:36733 [209.85.213.169] <hoertlehner@gmail.com> -> <test@newstrading.org>, Queue-ID: 45901751, Message-ID: <CADXXfWkRqogs8mxYLH2LwEF9AUA=HGj0YOYD0miWLN0W=-kJGw@mail.gmail.com>, mail_id: jcWZDEJzgMpE, Hits: -0.119, size: 2858, queued_as: AFCC7752, dkim_sd=20120113:gmail.com, 1236 ms
156Apr 9 18:00:41 backoffice postfix/smtp[722]: 45901751: to=<test@newstrading.org>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.5, delays=0.29/0/0/1.2, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as AFCC7752)
157Apr 9 18:00:41 backoffice postfix/qmgr[695]: 45901751: removed
158Apr 9 18:00:41 backoffice postfix/virtual[727]: AFCC7752: to=<test@newstrading.org>, relay=virtual, delay=0.14, delays=0.09/0/0/0.05, dsn=2.0.0, status=sent (delivered to maildir)
159Apr 9 18:00:41 backoffice postfix/qmgr[695]: AFCC7752: removed
160Apr 9 18:04:00 backoffice postfix/anvil[719]: statistics: max connection rate 1/60s for (smtp:209.85.213.169) at Apr 9 18:00:40
161Apr 9 18:04:00 backoffice postfix/anvil[719]: statistics: max connection count 1 for (smtp:209.85.213.169) at Apr 9 18:00:40
162Apr 9 18:04:00 backoffice postfix/anvil[719]: statistics: max cache size 1 at Apr 9 18:00:40
163Apr 9 18:18:05 backoffice postfix/pickup[694]: 8E744752: uid=104 from=<amavis>
164Apr 9 18:18:05 backoffice postfix/cleanup[740]: 8E744752: message-id=<20160409181805.8E744752@backoffice.newstrading.org>
165Apr 9 18:18:05 backoffice opendkim[581]: 8E744752: no signing table match for 'root@backoffice.newstrading.org'
166Apr 9 18:18:06 backoffice opendkim[581]: 8E744752: no signature data
167Apr 9 18:18:06 backoffice postfix/qmgr[695]: 8E744752: from=<amavis@backoffice.newstrading.org>, size=734, nrcpt=1 (queue active)
168Apr 9 18:18:06 backoffice postfix/smtpd[743]: connect from unknown[172.17.0.1]
169Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 greeted me with my own hostname backoffice.newstrading.org
170Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 replied to HELO/EHLO with my own hostname backoffice.newstrading.org
171Apr 9 18:18:06 backoffice postfix/smtp[742]: 8E744752: to=<amavis@backoffice.newstrading.org>, orig_to=<amavis>, relay=backoffice.newstrading.org[104.222.96.51]:25, delay=0.86, delays=0.53/0.01/0.33/0, dsn=5.4.6, status=bounced (mail for backoffice.newstrading.org loops back to myself)
172Apr 9 18:18:06 backoffice postfix/smtpd[743]: disconnect from unknown[172.17.0.1]
173Apr 9 18:18:06 backoffice postfix/cleanup[740]: 6B29F784: message-id=<20160409181806.6B29F784@backoffice.newstrading.org>
174Apr 9 18:18:06 backoffice postfix/bounce[745]: 8E744752: sender non-delivery notification: 6B29F784
175Apr 9 18:18:06 backoffice postfix/qmgr[695]: 6B29F784: from=<>, size=2751, nrcpt=1 (queue active)
176Apr 9 18:18:06 backoffice postfix/qmgr[695]: 8E744752: removed
177Apr 9 18:18:06 backoffice postfix/smtpd[743]: connect from unknown[172.17.0.1]
178Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 greeted me with my own hostname backoffice.newstrading.org
179Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 replied to HELO/EHLO with my own hostname backoffice.newstrading.org
180Apr 9 18:18:06 backoffice postfix/smtp[742]: 6B29F784: to=<amavis@backoffice.newstrading.org>, relay=backoffice.newstrading.org[104.222.96.51]:25, delay=0.3, delays=0.05/0/0.25/0, dsn=5.4.6, status=bounced (mail for backoffice.newstrading.org loops back to myself)
181Apr 9 18:18:06 backoffice postfix/smtpd[743]: disconnect from unknown[172.17.0.1]
182Apr 9 18:18:06 backoffice postfix/qmgr[695]: 6B29F784: removed
183Regenerating postfix 'vmailbox' and 'virtual' for given users
184user 'backoffice' for domain 'newstrading.org' with password '********'
185user 'test' for domain 'newstrading.org' with password '********'
186Postfix configurations
187Changing permissions on /etc/opendkim
188'/tmp/postfix/main.cf' not provided. No extra postfix settings loaded.
189==> Warning: 'SASL_PASSWORD' is not provided. /etc/postfix/sasl_passwd not created.
190Fixing permissions
191Creating /etc/mailname
192Configuring Spamassassin
193Configuring fail2ban
194Starting daemons
195 * Starting enhanced syslogd rsyslogd
196 ...done.
197 * Starting saslauthd
198 ...done.
199 * Starting Courier authentication services authdaemond
200 ...done.
201 * Starting Courier IMAP server imapd
202 ...done.
203 * Starting Courier IMAP-SSL server imapd-ssl
204 ...done.
205Starting POP3 services
206 * Starting Courier POP3 server...
207 ...done.
208 * Starting Courier POP3-SSL server...
209 ...done.
210Starting SpamAssassin Mail Filter Daemon: spamd.
211 * Starting ClamAV daemon clamd
212root@backoffice:/usr/local/mymail# clear
213[3;J
214root@backoffice:/usr/local/mymail# docker logs mymail_mail_1
215Regenerating postfix 'vmailbox' and 'virtual' for given users
216user 'backoffice' for domain 'newstrading.org' with password '********'
217user 'test' for domain 'newstrading.org' with password '********'
218user '' for domain '' with password '********'
219Usage: /usr/sbin/userdb [path/.../ | -f file ]name set field=value field=value...
220 /usr/sbin/userdb [path/.../ | -f file ]name unset field field...
221 /usr/sbin/userdb [path/.../ | -f file ]name del
222 /usr/sbin/userdb -show [path/... | -f file ] [name]
223Usage: /usr/sbin/userdb [path/.../ | -f file ]name set field=value field=value...
224 /usr/sbin/userdb [path/.../ | -f file ]name unset field field...
225 /usr/sbin/userdb [path/.../ | -f file ]name del
226 /usr/sbin/userdb -show [path/... | -f file ] [name]
227saslpasswd2: option requires an argument -- 'u'
228
229This product includes software developed by Computing Services
230at Carnegie Mellon University (http://www.cmu.edu/computing/).
231
232saslpasswd2: usage: saslpasswd2 [-v] [-c [-p] [-n]] [-d] [-a appname] [-f sasldb] [-u DOM] userid
233 -p pipe mode -- no prompt, password read on stdin
234 -c create -- ask mechs to create the account
235 -d disable -- ask mechs to disable/delete the account
236 -n no userPassword -- don't set plaintext userPassword property
237 (only set mechanism-specific secrets)
238 -f sasldb use given file as sasldb
239 -a appname use appname as application name
240 -u DOM use DOM for user domain
241 -v print version numbers and exit
242==> Warning: '/tmp/postfix/virtual' is not provided. No mail alias created.
243Postfix configurations
244Creating DKIM private key /etc/opendkim/keys/newstrading.org/mail.private
245/etc/opendkim/keys/newstrading.org /
246/
247
248DKIM PUBLIC KEY ################################################################
249mail._domainkey IN TXT ( "v=DKIM1; k=rsa; "
250 "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdjQ3aQrh15lYZ/g/Lpoi/jj83AnP7Ka6b29673veaz8jnc8f8kv7Ug/L595c3E2lcF0YB5K6GkeN//njeCsnf3DuKxXrXO1B+tK++HOPEl+EJy1qzY88pZAZZgykSvT05OMfYfEA53o/GNpTJ92woekyW5VJ+p4zhefbw5fcEtwIDAQAB" ) ; ----- DKIM key mail for newstrading.org
251################################################################################
252Creating DKIM KeyTable
253Creating DKIM SigningTable
254Changing permissions on /etc/opendkim
255'/tmp/postfix/main.cf' not provided. No extra postfix settings loaded.
256==> Warning: 'SASL_PASSWORD' is not provided. /etc/postfix/sasl_passwd not created.
257Fixing permissions
258Creating /etc/mailname
259Configuring Spamassassin
260Configuring fail2ban
261Starting daemons
262 * Starting enhanced syslogd rsyslogd
263 ...done.
264 * Starting saslauthd
265 ...done.
266 * Starting Courier authentication services authdaemond
267 ...done.
268 * Starting Courier IMAP server imapd
269 ...done.
270 * Starting Courier IMAP-SSL server imapd-ssl
271 ...done.
272Starting POP3 services
273 * Starting Courier POP3 server...
274 ...done.
275 * Starting Courier POP3-SSL server...
276 ...done.
277Starting SpamAssassin Mail Filter Daemon: spamd.
278 * Starting ClamAV daemon clamd
279 ...done.
280Starting amavisd: amavisd-new.
281Starting OpenDKIM: opendkim.
282Starting OpenDMARC: opendmarc.
283 * Starting Postfix Mail Transport Agent postfix
284 ...done.
285Listing SASL users
286test@newstrading.org: userPassword
287backoffice@newstrading.org: userPassword
288Starting...
289Apr 9 17:48:14 backoffice amavis[574]: Found decoder for .cab at /usr/bin/cabextract
290Apr 9 17:48:14 backoffice amavis[574]: No decoder for .tnef
291Apr 9 17:48:14 backoffice amavis[574]: Internal decoder for .tnef
292Apr 9 17:48:14 backoffice amavis[574]: Found decoder for .exe at /usr/bin/arj
293Apr 9 17:48:14 backoffice amavis[574]: Using primary internal av scanner code for ClamAV-clamd
294Apr 9 17:48:14 backoffice amavis[574]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
295Apr 9 17:48:14 backoffice opendmarc[592]: OpenDMARC Filter v1.2.0 starting (args: -c /etc/opendmarc.conf -u opendmarc -P /var/run/opendmarc/opendmarc.pid -p inet:54321@localhost)
296Apr 9 17:48:14 backoffice opendmarc[592]: trusted authentication services: backoffice.newstrading.org
297Apr 9 17:48:14 backoffice amavis[574]: Deleting db files in /var/lib/amavis/db
298Apr 9 17:48:14 backoffice amavis[574]: Creating db in /var/lib/amavis/db/; BerkeleyDB 0.54, libdb 5.3
299Apr 9 17:48:14 backoffice postfix/master[691]: daemon started -- version 2.11.0, configuration /etc/postfix
300Apr 9 17:52:13 backoffice postfix/smtpd[699]: connect from chello080110207163.18.14.vie.surfer.at[80.110.207.163]
301Apr 9 17:52:14 backoffice postfix/smtpd[699]: 3CD5173F: client=chello080110207163.18.14.vie.surfer.at[80.110.207.163], sasl_method=PLAIN, sasl_username=test@newstrading.org
302Apr 9 17:52:14 backoffice postfix/cleanup[704]: 3CD5173F: message-id=<1460224333.4813.19.camel@newstrading.org>
303Apr 9 17:52:14 backoffice opendkim[581]: 3CD5173F: DKIM-Signature field added (s=mail, d=newstrading.org)
304Apr 9 17:52:14 backoffice opendmarc[592]: 3CD5173F: newstrading.org none
305Apr 9 17:52:14 backoffice postfix/qmgr[695]: 3CD5173F: from=<test@newstrading.org>, size=582, nrcpt=1 (queue active)
306Apr 9 17:52:15 backoffice postfix/smtpd[699]: disconnect from chello080110207163.18.14.vie.surfer.at[80.110.207.163]
307Apr 9 17:52:16 backoffice postfix/smtpd[709]: connect from localhost[127.0.0.1]
308Apr 9 17:52:16 backoffice postfix/smtpd[709]: 15E4874D: client=localhost[127.0.0.1]
309Apr 9 17:52:16 backoffice postfix/cleanup[704]: 15E4874D: message-id=<1460224333.4813.19.camel@newstrading.org>
310Apr 9 17:52:16 backoffice opendkim[581]: 15E4874D: DKIM-Signature field added (s=mail, d=newstrading.org)
311Apr 9 17:52:16 backoffice postfix/qmgr[695]: 15E4874D: from=<test@newstrading.org>, size=1427, nrcpt=1 (queue active)
312Apr 9 17:52:16 backoffice amavis[697]: (00697-01) Passed CLEAN {RelayedOpenRelay}, [80.110.207.163]:35466 [80.110.207.163] <test@newstrading.org> -> <hoertlehner@gmail.com>, Queue-ID: 3CD5173F, Message-ID: <1460224333.4813.19.camel@newstrading.org>, mail_id: fYHdWcQD7B9c, Hits: -0.89, size: 1008, queued_as: 15E4874D, 1209 ms
313Apr 9 17:52:16 backoffice postfix/smtp[705]: 3CD5173F: to=<hoertlehner@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.1, delays=0.87/0.01/0.01/1.2, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 15E4874D)
314Apr 9 17:52:16 backoffice postfix/qmgr[695]: 3CD5173F: removed
315Apr 9 17:52:16 backoffice postfix/smtp[710]: Untrusted TLS connection established to gmail-smtp-in.l.google.com[173.194.197.26]:25: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
316Apr 9 17:52:17 backoffice postfix/smtp[710]: 15E4874D: to=<hoertlehner@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.197.26]:25, delay=0.99, delays=0.09/0.01/0.5/0.39, dsn=2.0.0, status=sent (250 2.0.0 OK 1460224337 91si10249482ioj.186 - gsmtp)
317Apr 9 17:52:17 backoffice postfix/qmgr[695]: 15E4874D: removed
318Apr 9 17:53:06 backoffice postfix/smtpd[699]: connect from mail-ig0-f173.google.com[209.85.213.173]
319Apr 9 17:53:06 backoffice postfix/smtpd[699]: AA81E74D: client=mail-ig0-f173.google.com[209.85.213.173]
320Apr 9 17:53:06 backoffice postfix/cleanup[704]: AA81E74D: message-id=<CADXXfWkq=VeNk_doxS=nEGkW+pH404OQ3PoipGb3ktqbjQs3KA@mail.gmail.com>
321Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: mail-ig0-f173.google.com [209.85.213.173] not internal
322Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: not authenticated
323Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: DKIM verification successful
324Apr 9 17:53:06 backoffice opendkim[581]: AA81E74D: s=20120113 d=gmail.com SSL
325Apr 9 17:53:06 backoffice opendmarc[592]: AA81E74D: gmail.com pass
326Apr 9 17:53:07 backoffice postfix/qmgr[695]: AA81E74D: from=<hoertlehner@gmail.com>, size=2658, nrcpt=1 (queue active)
327Apr 9 17:53:07 backoffice postfix/smtpd[699]: disconnect from mail-ig0-f173.google.com[209.85.213.173]
328Apr 9 17:53:08 backoffice postfix/smtpd[715]: connect from localhost[127.0.0.1]
329Apr 9 17:53:08 backoffice postfix/smtpd[715]: 4F822751: client=localhost[127.0.0.1]
330Apr 9 17:53:08 backoffice postfix/cleanup[704]: 4F822751: message-id=<CADXXfWkq=VeNk_doxS=nEGkW+pH404OQ3PoipGb3ktqbjQs3KA@mail.gmail.com>
331Apr 9 17:53:08 backoffice opendkim[581]: 4F822751: no signing table match for 'hoertlehner@gmail.com'
332Apr 9 17:53:08 backoffice opendkim[581]: 4F822751: DKIM verification successful
333Apr 9 17:53:08 backoffice opendkim[581]: 4F822751: s=20120113 d=gmail.com SSL
334Apr 9 17:53:08 backoffice postfix/qmgr[695]: 4F822751: from=<hoertlehner@gmail.com>, size=3258, nrcpt=1 (queue active)
335Apr 9 17:53:08 backoffice amavis[698]: (00698-01) Passed CLEAN {RelayedInbound}, [209.85.213.173]:37536 [209.85.213.173] <hoertlehner@gmail.com> -> <backoffice@newstrading.org>, Queue-ID: AA81E74D, Message-ID: <CADXXfWkq=VeNk_doxS=nEGkW+pH404OQ3PoipGb3ktqbjQs3KA@mail.gmail.com>, mail_id: GxsiYKLb84f1, Hits: -0.119, size: 2910, queued_as: 4F822751, dkim_sd=20120113:gmail.com, 1324 ms
336Apr 9 17:53:08 backoffice postfix/smtp[705]: AA81E74D: to=<backoffice@newstrading.org>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.7, delays=0.4/0/0.01/1.3, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 4F822751)
337Apr 9 17:53:08 backoffice postfix/qmgr[695]: AA81E74D: removed
338Apr 9 17:53:08 backoffice postfix/virtual[716]: 4F822751: to=<backoffice@newstrading.org>, relay=virtual, delay=0.15, delays=0.1/0/0/0.05, dsn=2.0.0, status=sent (delivered to maildir)
339Apr 9 17:53:08 backoffice postfix/qmgr[695]: 4F822751: removed
340Apr 9 17:56:27 backoffice postfix/anvil[702]: statistics: max connection rate 1/60s for (smtp:80.110.207.163) at Apr 9 17:52:13
341Apr 9 17:56:27 backoffice postfix/anvil[702]: statistics: max connection count 1 for (smtp:80.110.207.163) at Apr 9 17:52:13
342Apr 9 17:56:27 backoffice postfix/anvil[702]: statistics: max cache size 2 at Apr 9 17:53:06
343Apr 9 17:57:16 backoffice postfix/smtpd[709]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
344Apr 9 17:57:16 backoffice postfix/smtpd[709]: disconnect from localhost[127.0.0.1]
345Apr 9 17:58:08 backoffice postfix/smtpd[715]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
346Apr 9 17:58:08 backoffice postfix/smtpd[715]: disconnect from localhost[127.0.0.1]
347Apr 9 18:00:40 backoffice postfix/smtpd[717]: connect from mail-ig0-f169.google.com[209.85.213.169]
348Apr 9 18:00:40 backoffice postfix/smtpd[717]: 45901751: client=mail-ig0-f169.google.com[209.85.213.169]
349Apr 9 18:00:40 backoffice postfix/cleanup[721]: 45901751: message-id=<CADXXfWkRqogs8mxYLH2LwEF9AUA=HGj0YOYD0miWLN0W=-kJGw@mail.gmail.com>
350Apr 9 18:00:40 backoffice opendkim[581]: 45901751: mail-ig0-f169.google.com [209.85.213.169] not internal
351Apr 9 18:00:40 backoffice opendkim[581]: 45901751: not authenticated
352Apr 9 18:00:40 backoffice opendkim[581]: 45901751: DKIM verification successful
353Apr 9 18:00:40 backoffice opendkim[581]: 45901751: s=20120113 d=gmail.com SSL
354Apr 9 18:00:40 backoffice opendmarc[592]: 45901751: gmail.com pass
355Apr 9 18:00:40 backoffice postfix/qmgr[695]: 45901751: from=<hoertlehner@gmail.com>, size=2606, nrcpt=1 (queue active)
356Apr 9 18:00:40 backoffice postfix/smtpd[717]: disconnect from mail-ig0-f169.google.com[209.85.213.169]
357Apr 9 18:00:41 backoffice postfix/smtpd[726]: connect from localhost[127.0.0.1]
358Apr 9 18:00:41 backoffice postfix/smtpd[726]: AFCC7752: client=localhost[127.0.0.1]
359Apr 9 18:00:41 backoffice postfix/cleanup[721]: AFCC7752: message-id=<CADXXfWkRqogs8mxYLH2LwEF9AUA=HGj0YOYD0miWLN0W=-kJGw@mail.gmail.com>
360Apr 9 18:00:41 backoffice opendkim[581]: AFCC7752: no signing table match for 'hoertlehner@gmail.com'
361Apr 9 18:00:41 backoffice opendkim[581]: AFCC7752: DKIM verification successful
362Apr 9 18:00:41 backoffice opendkim[581]: AFCC7752: s=20120113 d=gmail.com SSL
363Apr 9 18:00:41 backoffice postfix/qmgr[695]: AFCC7752: from=<hoertlehner@gmail.com>, size=3194, nrcpt=1 (queue active)
364Apr 9 18:00:41 backoffice postfix/smtpd[726]: disconnect from localhost[127.0.0.1]
365Apr 9 18:00:41 backoffice amavis[697]: (00697-02) Passed CLEAN {RelayedInbound}, [209.85.213.169]:36733 [209.85.213.169] <hoertlehner@gmail.com> -> <test@newstrading.org>, Queue-ID: 45901751, Message-ID: <CADXXfWkRqogs8mxYLH2LwEF9AUA=HGj0YOYD0miWLN0W=-kJGw@mail.gmail.com>, mail_id: jcWZDEJzgMpE, Hits: -0.119, size: 2858, queued_as: AFCC7752, dkim_sd=20120113:gmail.com, 1236 ms
366Apr 9 18:00:41 backoffice postfix/smtp[722]: 45901751: to=<test@newstrading.org>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.5, delays=0.29/0/0/1.2, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as AFCC7752)
367Apr 9 18:00:41 backoffice postfix/qmgr[695]: 45901751: removed
368Apr 9 18:00:41 backoffice postfix/virtual[727]: AFCC7752: to=<test@newstrading.org>, relay=virtual, delay=0.14, delays=0.09/0/0/0.05, dsn=2.0.0, status=sent (delivered to maildir)
369Apr 9 18:00:41 backoffice postfix/qmgr[695]: AFCC7752: removed
370Apr 9 18:04:00 backoffice postfix/anvil[719]: statistics: max connection rate 1/60s for (smtp:209.85.213.169) at Apr 9 18:00:40
371Apr 9 18:04:00 backoffice postfix/anvil[719]: statistics: max connection count 1 for (smtp:209.85.213.169) at Apr 9 18:00:40
372Apr 9 18:04:00 backoffice postfix/anvil[719]: statistics: max cache size 1 at Apr 9 18:00:40
373Apr 9 18:18:05 backoffice postfix/pickup[694]: 8E744752: uid=104 from=<amavis>
374Apr 9 18:18:05 backoffice postfix/cleanup[740]: 8E744752: message-id=<20160409181805.8E744752@backoffice.newstrading.org>
375Apr 9 18:18:05 backoffice opendkim[581]: 8E744752: no signing table match for 'root@backoffice.newstrading.org'
376Apr 9 18:18:06 backoffice opendkim[581]: 8E744752: no signature data
377Apr 9 18:18:06 backoffice postfix/qmgr[695]: 8E744752: from=<amavis@backoffice.newstrading.org>, size=734, nrcpt=1 (queue active)
378Apr 9 18:18:06 backoffice postfix/smtpd[743]: connect from unknown[172.17.0.1]
379Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 greeted me with my own hostname backoffice.newstrading.org
380Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 replied to HELO/EHLO with my own hostname backoffice.newstrading.org
381Apr 9 18:18:06 backoffice postfix/smtp[742]: 8E744752: to=<amavis@backoffice.newstrading.org>, orig_to=<amavis>, relay=backoffice.newstrading.org[104.222.96.51]:25, delay=0.86, delays=0.53/0.01/0.33/0, dsn=5.4.6, status=bounced (mail for backoffice.newstrading.org loops back to myself)
382Apr 9 18:18:06 backoffice postfix/smtpd[743]: disconnect from unknown[172.17.0.1]
383Apr 9 18:18:06 backoffice postfix/cleanup[740]: 6B29F784: message-id=<20160409181806.6B29F784@backoffice.newstrading.org>
384Apr 9 18:18:06 backoffice postfix/bounce[745]: 8E744752: sender non-delivery notification: 6B29F784
385Apr 9 18:18:06 backoffice postfix/qmgr[695]: 6B29F784: from=<>, size=2751, nrcpt=1 (queue active)
386Apr 9 18:18:06 backoffice postfix/qmgr[695]: 8E744752: removed
387Apr 9 18:18:06 backoffice postfix/smtpd[743]: connect from unknown[172.17.0.1]
388Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 greeted me with my own hostname backoffice.newstrading.org
389Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 replied to HELO/EHLO with my own hostname backoffice.newstrading.org
390Apr 9 18:18:06 backoffice postfix/smtp[742]: 6B29F784: to=<amavis@backoffice.newstrading.org>, relay=backoffice.newstrading.org[104.222.96.51]:25, delay=0.3, delays=0.05/0/0.25/0, dsn=5.4.6, status=bounced (mail for backoffice.newstrading.org loops back to myself)
391Apr 9 18:18:06 backoffice postfix/smtpd[743]: disconnect from unknown[172.17.0.1]
392Apr 9 18:18:06 backoffice postfix/qmgr[695]: 6B29F784: removed
393Regenerating postfix 'vmailbox' and 'virtual' for given users
394user 'backoffice' for domain 'newstrading.org' with password '********'
395user 'test' for domain 'newstrading.org' with password '********'
396Postfix configurations
397Changing permissions on /etc/opendkim
398'/tmp/postfix/main.cf' not provided. No extra postfix settings loaded.
399==> Warning: 'SASL_PASSWORD' is not provided. /etc/postfix/sasl_passwd not created.
400Fixing permissions
401Creating /etc/mailname
402Configuring Spamassassin
403Configuring fail2ban
404Starting daemons
405 * Starting enhanced syslogd rsyslogd
406 ...done.
407 * Starting saslauthd
408 ...done.
409 * Starting Courier authentication services authdaemond
410 ...done.
411 * Starting Courier IMAP server imapd
412 ...done.
413 * Starting Courier IMAP-SSL server imapd-ssl
414 ...done.
415Starting POP3 services
416 * Starting Courier POP3 server...
417 ...done.
418 * Starting Courier POP3-SSL server...
419 ...done.
420Starting SpamAssassin Mail Filter Daemon: spamd.
421 * Starting ClamAV daemon clamd
422 ...done.
423Starting amavisd: amavisd-new.
424Starting OpenDKIM: opendkim.
425Starting OpenDMARC: opendmarc.
426 * Starting Postfix Mail Transport Agent postfix
427 ...done.
428Listing SASL users
429test@newstrading.org: userPassword
430backoffice@newstrading.org: userPassword
431Starting...
432Apr 9 18:18:06 backoffice postfix/cleanup[740]: 6B29F784: message-id=<20160409181806.6B29F784@backoffice.newstrading.org>
433Apr 9 18:18:06 backoffice postfix/bounce[745]: 8E744752: sender non-delivery notification: 6B29F784
434Apr 9 18:18:06 backoffice postfix/qmgr[695]: 6B29F784: from=<>, size=2751, nrcpt=1 (queue active)
435Apr 9 18:18:06 backoffice postfix/qmgr[695]: 8E744752: removed
436Apr 9 18:18:06 backoffice postfix/smtpd[743]: connect from unknown[172.17.0.1]
437Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 greeted me with my own hostname backoffice.newstrading.org
438Apr 9 18:18:06 backoffice postfix/smtp[742]: warning: host backoffice.newstrading.org[104.222.96.51]:25 replied to HELO/EHLO with my own hostname backoffice.newstrading.org
439Apr 9 18:18:06 backoffice postfix/smtp[742]: 6B29F784: to=<amavis@backoffice.newstrading.org>, relay=backoffice.newstrading.org[104.222.96.51]:25, delay=0.3, delays=0.05/0/0.25/0, dsn=5.4.6, status=bounced (mail for backoffice.newstrading.org loops back to myself)
440Apr 9 18:18:06 backoffice postfix/smtpd[743]: disconnect from unknown[172.17.0.1]
441Apr 9 18:18:06 backoffice postfix/qmgr[695]: 6B29F784: removed