-
Notifications
You must be signed in to change notification settings - Fork 0
/
sendEmailLog.log
433 lines (433 loc) · 41.3 KB
/
sendEmailLog.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
Mar 18 14:42:06 anders sendEmail[16441]: DEBUG => Connecting to localhost:25
Mar 18 14:42:06 anders sendEmail[16441]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:42:06 anders sendEmail[16441]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:42:06 anders sendEmail[16441]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:42:06 anders sendEmail[16441]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:42:06 anders sendEmail[16441]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:42:06 anders sendEmail[16441]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:42:06 anders sendEmail[16441]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:42:06 anders sendEmail[16441]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:42:06 anders sendEmail[16441]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:42:06 anders sendEmail[16441]: INFO => Sending: DATA
Mar 18 14:42:06 anders sendEmail[16441]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:42:06 anders sendEmail[16441]: INFO => Sending message body
Mar 18 14:42:06 anders sendEmail[16441]: Setting content-type: text/html
Mar 18 14:42:06 anders sendEmail[16441]: SUCCESS => Received: 250 2.0.0 Ok: queued as D2459200A2
Mar 18 14:42:06 anders sendEmail[16441]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:42:11 anders sendEmail[16460]: DEBUG => Connecting to localhost:25
Mar 18 14:42:11 anders sendEmail[16460]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:42:11 anders sendEmail[16460]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:42:11 anders sendEmail[16460]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:42:11 anders sendEmail[16460]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:42:11 anders sendEmail[16460]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:42:11 anders sendEmail[16460]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:42:11 anders sendEmail[16460]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:42:11 anders sendEmail[16460]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:42:11 anders sendEmail[16460]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:42:11 anders sendEmail[16460]: INFO => Sending: DATA
Mar 18 14:42:11 anders sendEmail[16460]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:42:11 anders sendEmail[16460]: INFO => Sending message body
Mar 18 14:42:11 anders sendEmail[16460]: Setting content-type: text/html
Mar 18 14:42:11 anders sendEmail[16460]: SUCCESS => Received: 250 2.0.0 Ok: queued as 3737E200A2
Mar 18 14:42:11 anders sendEmail[16460]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:43:26 anders sendEmail[16673]: DEBUG => Connecting to localhost:25
Mar 18 14:43:26 anders sendEmail[16673]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:43:26 anders sendEmail[16673]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:43:26 anders sendEmail[16673]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:43:26 anders sendEmail[16673]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:43:26 anders sendEmail[16673]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:43:26 anders sendEmail[16673]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:43:26 anders sendEmail[16673]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:43:26 anders sendEmail[16673]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:43:26 anders sendEmail[16673]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:43:26 anders sendEmail[16673]: INFO => Sending: DATA
Mar 18 14:43:26 anders sendEmail[16673]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:43:26 anders sendEmail[16673]: INFO => Sending message body
Mar 18 14:43:26 anders sendEmail[16673]: Setting content-type: text/html
Mar 18 14:43:27 anders sendEmail[16673]: SUCCESS => Received: 250 2.0.0 Ok: queued as F22B6200A2
Mar 18 14:43:27 anders sendEmail[16673]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:43:48 anders sendEmail[16756]: DEBUG => Connecting to localhost:25
Mar 18 14:43:48 anders sendEmail[16756]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:43:48 anders sendEmail[16756]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:43:48 anders sendEmail[16756]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:43:48 anders sendEmail[16756]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:43:48 anders sendEmail[16756]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:43:48 anders sendEmail[16756]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:43:48 anders sendEmail[16756]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:43:48 anders sendEmail[16756]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:43:48 anders sendEmail[16756]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:43:48 anders sendEmail[16756]: INFO => Sending: DATA
Mar 18 14:43:48 anders sendEmail[16756]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:43:48 anders sendEmail[16756]: INFO => Sending message body
Mar 18 14:43:48 anders sendEmail[16756]: Setting content-type: text/html
Mar 18 14:43:48 anders sendEmail[16756]: SUCCESS => Received: 250 2.0.0 Ok: queued as 0C9DE200A2
Mar 18 14:43:48 anders sendEmail[16756]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:43:52 anders sendEmail[16776]: DEBUG => Connecting to localhost:25
Mar 18 14:43:52 anders sendEmail[16776]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:43:52 anders sendEmail[16776]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:43:52 anders sendEmail[16776]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:43:52 anders sendEmail[16776]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:43:52 anders sendEmail[16776]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:43:52 anders sendEmail[16776]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:43:52 anders sendEmail[16776]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:43:52 anders sendEmail[16776]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:43:52 anders sendEmail[16776]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:43:52 anders sendEmail[16776]: INFO => Sending: DATA
Mar 18 14:43:52 anders sendEmail[16776]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:43:52 anders sendEmail[16776]: INFO => Sending message body
Mar 18 14:43:52 anders sendEmail[16776]: Setting content-type: text/html
Mar 18 14:43:52 anders sendEmail[16776]: SUCCESS => Received: 250 2.0.0 Ok: queued as 6ACEA200A2
Mar 18 14:43:52 anders sendEmail[16776]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:43:56 anders sendEmail[16795]: DEBUG => Connecting to localhost:25
Mar 18 14:43:56 anders sendEmail[16795]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:43:56 anders sendEmail[16795]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:43:56 anders sendEmail[16795]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:43:56 anders sendEmail[16795]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:43:56 anders sendEmail[16795]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:43:56 anders sendEmail[16795]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:43:56 anders sendEmail[16795]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:43:56 anders sendEmail[16795]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:43:56 anders sendEmail[16795]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:43:56 anders sendEmail[16795]: INFO => Sending: DATA
Mar 18 14:43:56 anders sendEmail[16795]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:43:56 anders sendEmail[16795]: INFO => Sending message body
Mar 18 14:43:56 anders sendEmail[16795]: Setting content-type: text/html
Mar 18 14:43:56 anders sendEmail[16795]: SUCCESS => Received: 250 2.0.0 Ok: queued as C70EE200A2
Mar 18 14:43:56 anders sendEmail[16795]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:44:17 anders sendEmail[16861]: DEBUG => Connecting to localhost:25
Mar 18 14:44:17 anders sendEmail[16861]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:44:17 anders sendEmail[16861]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:44:17 anders sendEmail[16861]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:44:17 anders sendEmail[16861]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:44:17 anders sendEmail[16861]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:44:17 anders sendEmail[16861]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:44:17 anders sendEmail[16861]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:44:17 anders sendEmail[16861]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:44:17 anders sendEmail[16861]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:44:17 anders sendEmail[16861]: INFO => Sending: DATA
Mar 18 14:44:17 anders sendEmail[16861]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:44:17 anders sendEmail[16861]: INFO => Sending message body
Mar 18 14:44:17 anders sendEmail[16861]: Setting content-type: text/html
Mar 18 14:44:17 anders sendEmail[16861]: SUCCESS => Received: 250 2.0.0 Ok: queued as DCCA1200A2
Mar 18 14:44:17 anders sendEmail[16861]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:45:46 anders sendEmail[17130]: DEBUG => Connecting to localhost:25
Mar 18 14:45:46 anders sendEmail[17130]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:45:46 anders sendEmail[17130]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:45:46 anders sendEmail[17130]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:45:46 anders sendEmail[17130]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:45:46 anders sendEmail[17130]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:45:46 anders sendEmail[17130]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:45:46 anders sendEmail[17130]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:45:46 anders sendEmail[17130]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:45:46 anders sendEmail[17130]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:45:46 anders sendEmail[17130]: INFO => Sending: DATA
Mar 18 14:45:46 anders sendEmail[17130]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:45:46 anders sendEmail[17130]: INFO => Sending message body
Mar 18 14:45:46 anders sendEmail[17130]: Setting content-type: text/html
Mar 18 14:45:46 anders sendEmail[17130]: SUCCESS => Received: 250 2.0.0 Ok: queued as 294EB200A2
Mar 18 14:45:46 anders sendEmail[17130]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:46:07 anders sendEmail[17250]: DEBUG => Connecting to localhost:25
Mar 18 14:46:07 anders sendEmail[17250]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:46:07 anders sendEmail[17250]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:46:07 anders sendEmail[17250]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:46:07 anders sendEmail[17250]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:46:07 anders sendEmail[17250]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:46:07 anders sendEmail[17250]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:46:07 anders sendEmail[17250]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:46:07 anders sendEmail[17250]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:46:07 anders sendEmail[17250]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:46:07 anders sendEmail[17250]: INFO => Sending: DATA
Mar 18 14:46:07 anders sendEmail[17250]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:46:07 anders sendEmail[17250]: INFO => Sending message body
Mar 18 14:46:07 anders sendEmail[17250]: Setting content-type: text/html
Mar 18 14:46:07 anders sendEmail[17250]: SUCCESS => Received: 250 2.0.0 Ok: queued as 61860200A2
Mar 18 14:46:07 anders sendEmail[17250]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:46:11 anders sendEmail[17270]: DEBUG => Connecting to localhost:25
Mar 18 14:46:11 anders sendEmail[17270]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:46:11 anders sendEmail[17270]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:46:11 anders sendEmail[17270]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:46:11 anders sendEmail[17270]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:46:11 anders sendEmail[17270]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:46:11 anders sendEmail[17270]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:46:11 anders sendEmail[17270]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:46:11 anders sendEmail[17270]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:46:11 anders sendEmail[17270]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:46:11 anders sendEmail[17270]: INFO => Sending: DATA
Mar 18 14:46:11 anders sendEmail[17270]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:46:11 anders sendEmail[17270]: INFO => Sending message body
Mar 18 14:46:11 anders sendEmail[17270]: Setting content-type: text/html
Mar 18 14:46:11 anders sendEmail[17270]: SUCCESS => Received: 250 2.0.0 Ok: queued as B3A3D200A2
Mar 18 14:46:11 anders sendEmail[17270]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:46:16 anders sendEmail[17289]: DEBUG => Connecting to localhost:25
Mar 18 14:46:16 anders sendEmail[17289]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:46:16 anders sendEmail[17289]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:46:16 anders sendEmail[17289]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:46:16 anders sendEmail[17289]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:46:16 anders sendEmail[17289]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:46:16 anders sendEmail[17289]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:46:16 anders sendEmail[17289]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:46:16 anders sendEmail[17289]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:46:16 anders sendEmail[17289]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:46:16 anders sendEmail[17289]: INFO => Sending: DATA
Mar 18 14:46:16 anders sendEmail[17289]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:46:16 anders sendEmail[17289]: INFO => Sending message body
Mar 18 14:46:16 anders sendEmail[17289]: Setting content-type: text/html
Mar 18 14:46:16 anders sendEmail[17289]: SUCCESS => Received: 250 2.0.0 Ok: queued as 1A3CE200A2
Mar 18 14:46:16 anders sendEmail[17289]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:46:37 anders sendEmail[17368]: DEBUG => Connecting to localhost:25
Mar 18 14:46:37 anders sendEmail[17368]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:46:37 anders sendEmail[17368]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:46:37 anders sendEmail[17368]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:46:37 anders sendEmail[17368]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:46:37 anders sendEmail[17368]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:46:37 anders sendEmail[17368]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:46:37 anders sendEmail[17368]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:46:37 anders sendEmail[17368]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:46:37 anders sendEmail[17368]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:46:37 anders sendEmail[17368]: INFO => Sending: DATA
Mar 18 14:46:37 anders sendEmail[17368]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:46:37 anders sendEmail[17368]: INFO => Sending message body
Mar 18 14:46:37 anders sendEmail[17368]: Setting content-type: text/html
Mar 18 14:46:37 anders sendEmail[17368]: SUCCESS => Received: 250 2.0.0 Ok: queued as 1E309200A2
Mar 18 14:46:37 anders sendEmail[17368]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => Connecting to localhost:25
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220
Mar 18 14:58:56 anders sendEmail[19405]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:58:56 anders sendEmail[19405]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:58:56 anders sendEmail[19405]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => The remote SMTP server supports TLS :)
Mar 18 14:58:56 anders sendEmail[19405]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:58:56 anders sendEmail[19405]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:58:56 anders sendEmail[19405]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:58:56 anders sendEmail[19405]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:58:56 anders sendEmail[19405]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:58:56 anders sendEmail[19405]: INFO => Sending: DATA
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => evalSMTPresponse() - Found SMTP success code: 354
Mar 18 14:58:56 anders sendEmail[19405]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:58:56 anders sendEmail[19405]: INFO => Sending message body
Mar 18 14:58:56 anders sendEmail[19405]: Setting content-type: text/html
Mar 18 14:58:56 anders sendEmail[19405]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:58:56 anders sendEmail[19405]: SUCCESS => Received: 250 2.0.0 Ok: queued as 35D5B200A2
Mar 18 14:58:56 anders sendEmail[19405]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => Connecting to localhost:25
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => My IP address is: 127.0.0.1
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220
Mar 18 14:59:51 anders sendEmail[19556]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 14:59:51 anders sendEmail[19556]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:59:51 anders sendEmail[19556]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => The remote SMTP server supports TLS :)
Mar 18 14:59:51 anders sendEmail[19556]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 14:59:51 anders sendEmail[19556]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:59:51 anders sendEmail[19556]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 14:59:51 anders sendEmail[19556]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:59:51 anders sendEmail[19556]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 14:59:51 anders sendEmail[19556]: INFO => Sending: DATA
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => evalSMTPresponse() - Found SMTP success code: 354
Mar 18 14:59:51 anders sendEmail[19556]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 14:59:51 anders sendEmail[19556]: INFO => Sending message body
Mar 18 14:59:51 anders sendEmail[19556]: Setting content-type: text/html
Mar 18 14:59:51 anders sendEmail[19556]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Mar 18 14:59:51 anders sendEmail[19556]: SUCCESS => Received: 250 2.0.0 Ok: queued as 932BD200A2
Mar 18 14:59:51 anders sendEmail[19556]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:03:08 anders sendEmail[20078]: DEBUG => Connecting to localhost:25
Mar 18 15:03:08 anders sendEmail[20078]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:03:08 anders sendEmail[20078]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:03:08 anders sendEmail[20078]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:03:08 anders sendEmail[20078]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:03:08 anders sendEmail[20078]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:03:08 anders sendEmail[20078]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:03:08 anders sendEmail[20078]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:03:08 anders sendEmail[20078]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:03:08 anders sendEmail[20078]: INFO => Sending: DATA
Mar 18 15:03:08 anders sendEmail[20078]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:03:08 anders sendEmail[20078]: INFO => Sending message body
Mar 18 15:03:08 anders sendEmail[20078]: Setting content-type: text/plain
Mar 18 15:03:08 anders sendEmail[20078]: SUCCESS => Received: 250 2.0.0 Ok: queued as 2B8B9200A2
Mar 18 15:03:08 anders sendEmail[20078]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:15:23 anders sendEmail[22243]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:15:23 anders sendEmail[22243]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:15:44 anders sendEmail[22323]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:15:44 anders sendEmail[22323]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:15:48 anders sendEmail[22342]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:15:48 anders sendEmail[22342]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:15:53 anders sendEmail[22364]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:15:53 anders sendEmail[22364]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:16:14 anders sendEmail[22429]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:16:14 anders sendEmail[22429]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:18:23 anders sendEmail[22860]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:18:23 anders sendEmail[22860]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:18:44 anders sendEmail[22941]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:18:44 anders sendEmail[22941]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:18:48 anders sendEmail[22960]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:18:48 anders sendEmail[22960]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:18:53 anders sendEmail[22978]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:18:53 anders sendEmail[22978]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:19:13 anders sendEmail[23043]: ERROR => Message body file specified [/var/mangojane/message.txt] does not exist!
Mar 18 15:19:13 anders sendEmail[23043]: HINT => 1) check spelling of your file; 2) fully qualify the path; 3) doubble quote it
Mar 18 15:23:57 anders sendEmail[23958]: DEBUG => Connecting to localhost:25
Mar 18 15:23:57 anders sendEmail[23958]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:23:57 anders sendEmail[23958]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:23:57 anders sendEmail[23958]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:23:57 anders sendEmail[23958]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:23:57 anders sendEmail[23958]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:23:57 anders sendEmail[23958]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:23:57 anders sendEmail[23958]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:23:57 anders sendEmail[23958]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:23:57 anders sendEmail[23958]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:23:57 anders sendEmail[23958]: INFO => Sending: DATA
Mar 18 15:23:57 anders sendEmail[23958]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:23:57 anders sendEmail[23958]: INFO => Sending message body
Mar 18 15:23:57 anders sendEmail[23958]: Setting content-type: text/plain
Mar 18 15:23:57 anders sendEmail[23958]: SUCCESS => Received: 250 2.0.0 Ok: queued as B56AF200A2
Mar 18 15:23:57 anders sendEmail[23958]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:24:18 anders sendEmail[24040]: DEBUG => Connecting to localhost:25
Mar 18 15:24:18 anders sendEmail[24040]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:24:18 anders sendEmail[24040]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:24:18 anders sendEmail[24040]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:24:18 anders sendEmail[24040]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:24:18 anders sendEmail[24040]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:24:18 anders sendEmail[24040]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:24:18 anders sendEmail[24040]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:24:18 anders sendEmail[24040]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:24:18 anders sendEmail[24040]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:24:18 anders sendEmail[24040]: INFO => Sending: DATA
Mar 18 15:24:18 anders sendEmail[24040]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:24:18 anders sendEmail[24040]: INFO => Sending message body
Mar 18 15:24:18 anders sendEmail[24040]: Setting content-type: text/plain
Mar 18 15:24:18 anders sendEmail[24040]: SUCCESS => Received: 250 2.0.0 Ok: queued as BA407200A2
Mar 18 15:24:18 anders sendEmail[24040]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:24:23 anders sendEmail[24059]: DEBUG => Connecting to localhost:25
Mar 18 15:24:23 anders sendEmail[24059]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:24:23 anders sendEmail[24059]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:24:23 anders sendEmail[24059]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:24:23 anders sendEmail[24059]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:24:23 anders sendEmail[24059]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:24:23 anders sendEmail[24059]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:24:23 anders sendEmail[24059]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:24:23 anders sendEmail[24059]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:24:23 anders sendEmail[24059]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:24:23 anders sendEmail[24059]: INFO => Sending: DATA
Mar 18 15:24:23 anders sendEmail[24059]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:24:23 anders sendEmail[24059]: INFO => Sending message body
Mar 18 15:24:23 anders sendEmail[24059]: Setting content-type: text/plain
Mar 18 15:24:23 anders sendEmail[24059]: SUCCESS => Received: 250 2.0.0 Ok: queued as 0E9BC200A2
Mar 18 15:24:23 anders sendEmail[24059]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:24:27 anders sendEmail[24077]: DEBUG => Connecting to localhost:25
Mar 18 15:24:27 anders sendEmail[24077]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:24:27 anders sendEmail[24077]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:24:27 anders sendEmail[24077]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:24:27 anders sendEmail[24077]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:24:27 anders sendEmail[24077]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:24:27 anders sendEmail[24077]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:24:27 anders sendEmail[24077]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:24:27 anders sendEmail[24077]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:24:27 anders sendEmail[24077]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:24:27 anders sendEmail[24077]: INFO => Sending: DATA
Mar 18 15:24:27 anders sendEmail[24077]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:24:27 anders sendEmail[24077]: INFO => Sending message body
Mar 18 15:24:27 anders sendEmail[24077]: Setting content-type: text/plain
Mar 18 15:24:27 anders sendEmail[24077]: SUCCESS => Received: 250 2.0.0 Ok: queued as 584E0200A2
Mar 18 15:24:27 anders sendEmail[24077]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:24:48 anders sendEmail[24142]: DEBUG => Connecting to localhost:25
Mar 18 15:24:48 anders sendEmail[24142]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:24:48 anders sendEmail[24142]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:24:48 anders sendEmail[24142]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:24:48 anders sendEmail[24142]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:24:48 anders sendEmail[24142]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:24:48 anders sendEmail[24142]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:24:48 anders sendEmail[24142]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:24:48 anders sendEmail[24142]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:24:48 anders sendEmail[24142]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:24:48 anders sendEmail[24142]: INFO => Sending: DATA
Mar 18 15:24:48 anders sendEmail[24142]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:24:48 anders sendEmail[24142]: INFO => Sending message body
Mar 18 15:24:48 anders sendEmail[24142]: Setting content-type: text/plain
Mar 18 15:24:48 anders sendEmail[24142]: SUCCESS => Received: 250 2.0.0 Ok: queued as 5ABFA200A2
Mar 18 15:24:48 anders sendEmail[24142]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:26:08 anders sendEmail[24509]: DEBUG => Connecting to localhost:25
Mar 18 15:26:08 anders sendEmail[24509]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:26:08 anders sendEmail[24509]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:26:08 anders sendEmail[24509]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:26:08 anders sendEmail[24509]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:26:08 anders sendEmail[24509]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:26:08 anders sendEmail[24509]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:26:08 anders sendEmail[24509]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:26:08 anders sendEmail[24509]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:26:08 anders sendEmail[24509]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:26:08 anders sendEmail[24509]: INFO => Sending: DATA
Mar 18 15:26:08 anders sendEmail[24509]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:26:08 anders sendEmail[24509]: INFO => Sending message body
Mar 18 15:26:08 anders sendEmail[24509]: Setting content-type: text/html
Mar 18 15:26:08 anders sendEmail[24509]: SUCCESS => Received: 250 2.0.0 Ok: queued as 08E5B200A2
Mar 18 15:26:08 anders sendEmail[24509]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:26:28 anders sendEmail[24589]: DEBUG => Connecting to localhost:25
Mar 18 15:26:28 anders sendEmail[24589]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:26:28 anders sendEmail[24589]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:26:28 anders sendEmail[24589]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:26:28 anders sendEmail[24589]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:26:28 anders sendEmail[24589]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:26:28 anders sendEmail[24589]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:26:28 anders sendEmail[24589]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:26:28 anders sendEmail[24589]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:26:28 anders sendEmail[24589]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:26:28 anders sendEmail[24589]: INFO => Sending: DATA
Mar 18 15:26:28 anders sendEmail[24589]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:26:28 anders sendEmail[24589]: INFO => Sending message body
Mar 18 15:26:28 anders sendEmail[24589]: Setting content-type: text/html
Mar 18 15:26:29 anders sendEmail[24589]: SUCCESS => Received: 250 2.0.0 Ok: queued as EF18D200A2
Mar 18 15:26:29 anders sendEmail[24589]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:26:33 anders sendEmail[24608]: DEBUG => Connecting to localhost:25
Mar 18 15:26:33 anders sendEmail[24608]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:26:33 anders sendEmail[24608]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:26:33 anders sendEmail[24608]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:26:33 anders sendEmail[24608]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:26:33 anders sendEmail[24608]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:26:33 anders sendEmail[24608]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:26:33 anders sendEmail[24608]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:26:33 anders sendEmail[24608]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:26:33 anders sendEmail[24608]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:26:33 anders sendEmail[24608]: INFO => Sending: DATA
Mar 18 15:26:33 anders sendEmail[24608]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:26:33 anders sendEmail[24608]: INFO => Sending message body
Mar 18 15:26:33 anders sendEmail[24608]: Setting content-type: text/html
Mar 18 15:26:33 anders sendEmail[24608]: SUCCESS => Received: 250 2.0.0 Ok: queued as 46E3B200A2
Mar 18 15:26:33 anders sendEmail[24608]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:26:37 anders sendEmail[24626]: DEBUG => Connecting to localhost:25
Mar 18 15:26:37 anders sendEmail[24626]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:26:37 anders sendEmail[24626]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:26:37 anders sendEmail[24626]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:26:37 anders sendEmail[24626]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:26:37 anders sendEmail[24626]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:26:37 anders sendEmail[24626]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:26:37 anders sendEmail[24626]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:26:37 anders sendEmail[24626]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:26:37 anders sendEmail[24626]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:26:37 anders sendEmail[24626]: INFO => Sending: DATA
Mar 18 15:26:37 anders sendEmail[24626]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:26:37 anders sendEmail[24626]: INFO => Sending message body
Mar 18 15:26:37 anders sendEmail[24626]: Setting content-type: text/html
Mar 18 15:26:37 anders sendEmail[24626]: SUCCESS => Received: 250 2.0.0 Ok: queued as 91B2E200A2
Mar 18 15:26:37 anders sendEmail[24626]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]
Mar 18 15:26:58 anders sendEmail[24691]: DEBUG => Connecting to localhost:25
Mar 18 15:26:58 anders sendEmail[24691]: DEBUG => My IP address is: 127.0.0.1
Mar 18 15:26:58 anders sendEmail[24691]: SUCCESS => Received: 220 localhost ESMTP Postfix (Ubuntu)
Mar 18 15:26:58 anders sendEmail[24691]: INFO => Sending: EHLO anders.mangojane.com
Mar 18 15:26:58 anders sendEmail[24691]: SUCCESS => Received: 250-localhost, 250-PIPELINING, 250-SIZE 10240000, 250-VRFY, 250-ETRN, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250 DSN
Mar 18 15:26:58 anders sendEmail[24691]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 18 15:26:58 anders sendEmail[24691]: INFO => Sending: MAIL FROM:<[email protected]>
Mar 18 15:26:58 anders sendEmail[24691]: SUCCESS => Received: 250 2.1.0 Ok
Mar 18 15:26:58 anders sendEmail[24691]: INFO => Sending: RCPT TO:<[email protected]>
Mar 18 15:26:58 anders sendEmail[24691]: SUCCESS => Received: 250 2.1.5 Ok
Mar 18 15:26:58 anders sendEmail[24691]: INFO => Sending: DATA
Mar 18 15:26:58 anders sendEmail[24691]: SUCCESS => Received: 354 End data with <CR><LF>.<CR><LF>
Mar 18 15:26:58 anders sendEmail[24691]: INFO => Sending message body
Mar 18 15:26:58 anders sendEmail[24691]: Setting content-type: text/html
Mar 18 15:26:58 anders sendEmail[24691]: SUCCESS => Received: 250 2.0.0 Ok: queued as 950BD200A2
Mar 18 15:26:58 anders sendEmail[24691]: Email was sent successfully! From: <[email protected]> To: <[email protected]> Server: [localhost:25]