Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143488 - xmail-sendmail dont work
Summary: xmail-sendmail dont work
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 11:45 UTC by Andre Meyer
Modified: 2007-01-29 03:47 UTC (History)
0 users

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 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