Project

General

Profile

Bug #608

Updated by Pierre-Louis Bonicoli over 6 years ago

After #607, I checked logs on @Thorfinn@ and @Jinta@ and discovered that Postfix queue wasn't empty: 
 <pre> 
 postqueue -p 
 [...] 
 68ED2105        85288 Mon Oct 30 01:21:08    daemon@Thorfinn.duckcorp.org 
 (delivery temporarily suspended: connect to Thorfinn.duckcorp.org[193.200.43.26]:25: Connection refused) 
                                          root@Thorfinn.duckcorp.org 
 [...] 
 -- 424 Kbytes in 9 Requests. 
 </pre> 

 @debsecan@ is executed in a cron (@/etc/cron.d/debsecan@), output is send to @root@ due to @MAILTO@ value in @/etc/default/debsecan@ and mails are not sent: mail fail to be send: 
 <pre> 
 Oct 31 00:00:27 Thorfinn postfix/smtp[2699]: connect to Thorfinn.duckcorp.org[193.200.43.26]:25: Connection refused 
 Oct 31 00:00:27 Thorfinn postfix/smtp[2699]: connect to Thorfinn.duckcorp.org[2001:67c:1740:9005::26]:25: Connection refused 
 Oct 31 00:00:27 Thorfinn postfix/smtp[2698]: connect to Thorfinn.duckcorp.org[193.200.43.26]:25: Connection refused 
 Oct 31 00:00:27 Thorfinn postfix/smtp[2698]: connect to Thorfinn.duckcorp.org[2001:67c:1740:9005::26]:25: Connection refused 
 </pre> 

 There is the same configuration problem on Jinta. 


 On Toushirou it seems there is another problem: 

 <pre> 
 Oct 30 02:59:07 toushirou postfix/qmgr[2940]: 3yQHhq1LrRz15SL: from=<daemon@toushirou.duckcorp.org>, size=10467, nrcpt=1 (queue active) 
 Oct 30 02:59:07 toushirou postfix/smtp[11820]: 3yQHhq1LrRz15SL: to=<root@toushirou.duckcorp.org>, orig_to=<root>, relay=none, delay=0.18, delays=0.16/0.03/0/0, dsn=5.4.6, status=bounced (mail for toushirou.duckcorp.org loops back to myself) 
 Oct 30 02:59:07 toushirou postfix/cleanup[11818]: 3yQHhq2SKMz15SM: message-id=<3yQHhq2SKMz15SM@toushirou.duckcorp.org> 
 Oct 30 02:59:07 toushirou postfix/qmgr[2940]: 3yQHhq2SKMz15SM: from=<>, size=12471, nrcpt=1 (queue active) 
 Oct 30 02:59:07 toushirou postfix/bounce[11821]: 3yQHhq1LrRz15SL: sender non-delivery notification: 3yQHhq2SKMz15SM 
 Oct 30 02:59:07 toushirou postfix/qmgr[2940]: 3yQHhq1LrRz15SL: removed 
 Oct 30 02:59:07 toushirou postfix/smtp[11820]: 3yQHhq2SKMz15SM: to=<daemon@toushirou.duckcorp.org>, relay=none, delay=0.1, delays=0.09/0/0/0, dsn=5.4.6, status=bounced (mail for toushirou.duckcorp.org loops back to myself) 
 </pre>

Back