Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 143488

Summary: xmail-sendmail dont work
Product: Gentoo Linux Reporter: Andre Meyer <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andre Meyer 2006-08-10 11:45:34 UTC
calling sendmail returns the following error:

~ # sendmail -froot@x root@x                                  
/var/MailRoot/spool/temp/1155235286000.3745.x: No such file or directory

the MAIL_ROOT is only correct in the chrooted env.
unsetting it helps, but the var is used in the init-script.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-10 11:52:57 UTC
Reopen w/ exact ebuild name and version.
Comment 2 Antonio Cárdenas 2007-01-29 03:47:08 UTC
The problem here is not xmail but sendmail.
Sendmail is not lisening to the port 25

You can test it with the command:
telnet localhost smtp 
and it never gets the hello greeting
========
# telnet localhost smtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mygentoo.server.net ESMTP Sendmail 8.13.7/8.13.7; Sun, 28 Jan 2007 19:23:16 -0800