[gentoo-user] Bugzilla-2.22.3 not sending any mails...

2007-11-25 Thread Jules Colding
Hi,

I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
that while bugzilla can send password reminder mails it doesn't send any
other mails. Changing a bug or adding a new one does not result in a
mail to the default assignee. 

Any ideas?

Thanks,
  jules


(*) bugzilla.42tools.net

(**)Portage 2.1.3.19 (hardened/x86/2.6, gcc-3.4.6, glibc-2.6.1-r0, 
2.6.20-hardened-r10 i686)
=
System uname: 2.6.20-hardened-r10 i686 Intel(R) Pentium(R) D CPU 3.00GHz
Timestamp of tree: Fri, 23 Nov 2007 10:16:01 +
app-shells/bash: 3.2_p17
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo 
/etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans 
userfetch"
GENTOO_MIRRORS="http://gentoo.tiscali.nl/ http://mirror.uni-c.dk/pub/gentoo/ 
http://ftp.snt.utwente.nl/pub/os/linux/gentoo";
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="berkdb cracklib crypt hardened midi nls nptl nptlonly pam pic readline ssl 
tcpd urandom x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem 
bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate 
route share shm softvol" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" 
KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix 
dummy fbdev glint i128 i740 i810 imstt mach64 mga neomagic nsc nv r128 radeon 
rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l 
vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, 
LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Bugzilla-2.22.3 not sending any mails...

2007-11-26 Thread Dan Farrell
On Sun, 25 Nov 2007 16:07:54 +0100
Jules Colding <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
> that while bugzilla can send password reminder mails it doesn't send
> any other mails. Changing a bug or adding a new one does not result
> in a mail to the default assignee. 
> 
> Any ideas?
> 
> Thanks,
>   jules

does the box accept/send email?  If so, does it work?  If not, does
bugzilla somehow know about the relay your ISP provides?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Bugzilla-2.22.3 not sending any mails...

2007-11-27 Thread Jules Colding

On Mon, 2007-11-26 at 12:54 -0600, Dan Farrell wrote:
> On Sun, 25 Nov 2007 16:07:54 +0100
> Jules Colding <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
> > that while bugzilla can send password reminder mails it doesn't send
> > any other mails. Changing a bug or adding a new one does not result
> > in a mail to the default assignee. 
> > 
> > Any ideas?
> > 
> > Thanks,
> >   jules
> 
> does the box accept/send email?  If so, does it work?  If not, does
> bugzilla somehow know about the relay your ISP provides?

Actually the problem was in my end. I added some helper test at the
start of 'newchangedmail'. This made the MTA not see the 'To:' SMTP
header.

Moving that text further down the notification mail fixed the problem.

Mea Culpa - but thanks anyway,
  jules


-- 
[EMAIL PROTECTED] mailing list