Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] ssmtp and/or mailx delivery problem "John J. Foster" <Gentoo-User@××××××××××××.com>