Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66297 - /etc/services doesnt define 465/tcp properly (evolution 2.0.1 cannot send email via SMTP/SSL)
Summary: /etc/services doesnt define 465/tcp properly (evolution 2.0.1 cannot send ema...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on: 36966
Blocks:
  Show dependency tree
 
Reported: 2004-10-04 04:27 UTC by Alex Murray
Modified: 2004-10-05 01:00 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 Alex Murray 2004-10-04 04:27:44 UTC
When trying to send emails, evo does nothing with the message and it is never sent..

Reproducible: Always
Steps to Reproduce:
1. create email
2. hit send
3. NOTHING happens




Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.8.1)
=================================================================
System uname: 2.6.8.1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf
/etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://206.75.217.181/ http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="X acpi alsa avi berkdb bitmap-fonts cdr cups eds encode evo fam gdbm gif
gimpprint gnome gpm gtk gtk2 hal imlib java jpeg libg++ mad mmx motif mozilla
moznocompose moznoirc moznomail mpeg ncurses nls oggvorbis opengl pam pdflib
perl png ppds python quicktime readline sdl slang spell sse sse2 ssl svga tcpd
tiff truetype wmf x86 xml2 xpm xprint xv zlib"
Comment 1 Joe McCann (RETIRED) gentoo-dev 2004-10-04 04:35:01 UTC
search next time

*** This bug has been marked as a duplicate of 66166 ***
Comment 2 Alex Murray 2004-10-04 04:51:13 UTC
sorry this is different!
I meant SMTP servers (originally had IMAP, but that was as i had just read the IMAP bug and was thinking of the wrong thing) - this is SENDING EMAILs not retreiving them.
Comment 3 Alex Murray 2004-10-04 05:02:33 UTC
downgrading to 2.0.0 fixes this so for me it is only 2.0.1.
Comment 4 Joe McCann (RETIRED) gentoo-dev 2004-10-04 05:06:49 UTC
can you give more of a description on what you are doing and the setup you have
Comment 5 Alex Murray 2004-10-04 05:38:48 UTC
Sending through a remote smtp server, requires authentication - username and password previously stored.
Create a new message, then hit SEND.
Email does NOT appear in outbox, nothing happens.

HOwever, it all works fine in 2.0.0...
Comment 6 Alex Murray 2004-10-04 06:05:12 UTC
Can get 2.0.1 to work IF I choose NOT to use SSL Secure connection under account info.
However I have USE="ssl" and it worked it 2.0.0..
Comment 7 Joe McCann (RETIRED) gentoo-dev 2004-10-04 14:55:09 UTC
what does : cat /etc/services |grep smtp output?
Comment 8 Alastair Tse (RETIRED) gentoo-dev 2004-10-04 16:30:10 UTC
try adding this to your /etc/services ?

smtps           465/tcp
Comment 9 Alex Murray 2004-10-04 16:35:51 UTC
# cat /etc/services | grep smtp
smtp            25/tcp          mail
ssmtp           465/tcp                         # SMTP over SS
Comment 10 Alex Murray 2004-10-04 16:39:03 UTC
Adding 
smtps           465/tcp 

to /etc/services fixed it. Thanks.
Comment 11 Joe McCann (RETIRED) gentoo-dev 2004-10-04 16:54:47 UTC
ok so the line in /etc/services needs to be changed to:
ssmtp           465/tcp       smtps                  # SMTP over SSL

another baselayout change needed
Comment 12 SpanKY gentoo-dev 2004-10-04 17:26:39 UTC
fixed in cvs
Comment 13 foser (RETIRED) gentoo-dev 2004-10-05 01:00:23 UTC
version info ? what can be depped on to make sure we have these lines ?