Gentoo Archives: gentoo-user

From: "John J. Foster" <gentoo-user@××××××××××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] ssmtp and/or mailx delivery problem
Date: Thu, 27 Apr 2006 19:42:18
Message-Id: 44511CC9.2020300@festus.150ml.com
1 The following script is run as part of a nitely cron job.
2
3 //garbanzo/home/festus > cat /usr/bin/emerge_sync.sh
4 #! /bin/bash
5 ## /usr/bin/emerge_sync.sh
6
7 # Sync now
8 /usr/sbin/eix-sync 2>&1
9 glsa-check --test all 2>&1 | mailx -s "GLSA check on $(hostname)"
10 garbanzo@××××××××××××.com
11 emerge world --update --deep --tree --newuse --pretend --verbose | mailx
12 -s "Updated packages for $(hostname)" garbanzo@××××××××××××.com
13
14 This has been executing properly every night for about 7 months now.
15
16 The following is what I started getting back as of last night, and a few
17 test runs today from a CLI.
18
19 send-mail: 554 <festus@×××××.com>: Sender address rejected: Address
20 locked or deactivated; see
21 http://mail.messagingengine.com/docs/locked.html (all on one line)
22
23 I use ssmtp to get mail off of my machine, and this still works fine
24 from within mutt. /var/log/mail.* and /var/log/messages files do not
25 provide any clues.
26
27 The last system updates were:
28 Tue Apr 25 07:20:24 2006 >>> sys-devel/gcc-config-1.3.13-r2
29 Tue Apr 25 08:38:20 2006 >>> sys-libs/glibc-2.3.6-r3
30 Tue Apr 25 08:38:53 2006 >>> app-misc/pax-utils-0.1.11-r1
31 Tue Apr 25 08:39:32 2006 >>> sys-apps/baselayout-1.12.0_pre18-r1
32 Tue Apr 25 08:40:18 2006 >>> media-sound/alsa-headers-1.0.11
33 Tue Apr 25 08:43:24 2006 >>> media-libs/alsa-lib-1.0.11
34 Tue Apr 25 08:44:24 2006 >>> media-sound/alsa-utils-1.0.11
35 Tue Apr 25 08:44:53 2006 >>> app-portage/portage-utils-0.1.15
36 Tue Apr 25 08:45:51 2006 >>> app-editors/nano-1.3.10-r1
37 Tue Apr 25 08:48:15 2006 >>> sys-fs/xfsprogs-2.7.11
38 Tue Apr 25 08:48:44 2006 >>> sys-apps/memtest86+-1.65
39 Tue Apr 25 11:19:29 2006 >>> net-misc/tightvnc-1.2.9-r1
40 However, the overnight script ran just fine after these updates
41 Wednesday AM.
42
43 Does anyone know what might be going on here?
44
45 Thanks,
46 festus
47 --
48 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ssmtp and/or mailx delivery problem Maurice E Johnson <maurice.e.johnson@×××××.com>