Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14501 - ucspi-tcp's ebuild won't let me relay
Summary: ucspi-tcp's ebuild won't let me relay
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Nick Hadaway
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 14:22 UTC by André Lemos
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Lemos 2003-01-24 14:22:28 UTC
Having a tcp.smtp like this:
127.0.0.1:allow,RELAYCLIENT=""
192.168.168.169:allow,RELAYCLIENT=""
192.168.168.168:allow,RELAYCLIENT=""
213.228.189.208:allow,RELAYCLIENT=""
:allow 

I couldn't relay, even from 127.0.0.1 (not actually relay that way). So I've
installed ucspi 'vanilla' and all went well. You can check out this 'tracking',
here: http://forums.gentoo.org/viewtopic.php?t=31527&highlight=

Hope this is helpfull, btw my USE flags include ipv6 and don't remember if I had
ssl at the build time enabled :|
Comment 1 Jukka Salmi 2003-01-25 11:44:43 UTC
i'm using ucspi-tcp-0.88-r4 (default ebuild) with a "hand-made" (no ebuild)
qmail. relaying works fine here...

$ emerge info
Portage 2.0.46-r9 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7)
=================================================================
System uname: 2.4.20 i686 AMD-K7(tm) Processor
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/home/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow crypt libg++ mmx ncurses spell svga xml2 berkdb cdr gdbm
libwww nls perl python readline slang tcpd -apm -arts -avi -cups -encode -gif
-gpm -gtk -imlib -ipv6 -java -jpeg -kde -mikmod -motif -mpeg -oggvorbis -opengl
-pdflib -png -qt -qtmt -quicktime -sdl -truetype -X -xmms -xv maildir pam ssl"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=k6 -O2 -pipe"
CXXFLAGS="-march=k6 -O2 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 2 André Lemos 2003-01-25 17:39:55 UTC
According to your USE flags, you're not using none of the patches. I was. And
when I changed the ebuild so that it'd build withtout the patches it went fine..
You should have read the forum, and I quote:

"Now I've removed the patches bit on the ebuild and re-emerged it, and
everything is working fine. "

Please do pay more attention ;-)
Comment 3 Jukka Salmi 2003-01-25 18:36:14 UTC
i guess you wanted to say "you're not using any of the patches". i am. i use the
ssl patch (see my last USE flag). so i suppose there to be a problem with the
ipv6 patch or rather with your ipv6 configuration.

please do pay more attention ;-)
Comment 4 André Lemos 2003-01-26 17:05:15 UTC
touch
Comment 5 André Lemos 2003-01-26 17:05:15 UTC
touché
Comment 6 Nick Hadaway 2003-02-03 03:47:57 UTC
Your problem appears to be with ipv6 support.
You can see some of the ipv6 responses in your log messages on the forum.
If you don't utilize ipv6, make sure that you don't have "ipv6" in USE.
As you are trying to relay ipv4 addresses I am assuming you aren't using ipv6.

The SSL patch WON'T apply if ipv6 is specified in USE.
If you are using an SSL enabled ucspi-tcp make sure your softlimit is set high enough as it uses more memory than the non-SSL enabled version.