Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with postfix installation

Status
Not open for further replies.

foucaulo

ISP
Oct 20, 2004
13
0
0
CA
make -f Makefile.init makefiles
make tidy
make
in /etc/passwd:
postfix:*:12345:12345:postfix:/no/where:/no/shell
in /etc/aliases:
postfix: root
in /etc/group:
postdrop:*:54321:
make install
i answer few questions
and until now any error was occur but....
skipping /usr/sbin/sendmail...
updating /usr/bin/newaliases
mv: cannot resolve /root/postfix/posfix-2.1-5/ junk:/root/usr
Postfix -uninstall: Error your ms command has trouble renaiming symlinks
stop in /usr/ports/shells/bash2
If you run FreeBSD, upgrade to version 5 or better.
*** Error code 1
i'm running Freebsd 5.2.1
so i don't know what's the problem

 
Upgrade your ports to make sure you are building the latest version (`man cvsup`) and try again. Did you manually add the changes in /etc/*?

 
the response is yes and no (manualy entry)
(i'm novice on bsd)
for group i used sysinstall
for user i used adduser
and for aliases i edit the file with vi
for add group, aliases or user can i use vi??
tank you very much
 
The great part about BSD and Linux systems is that you can go in and edit things manually; you can always edit the config files. The reason I asked is because your build died at

mv: cannot resolve /root/postfix/posfix-2.1-5/ junk:/root/usr

like it was looking for the postfix home (or maybe build) directory, but was looking in your root instead.

Check to make sure you're running the version you think you are by running `uname -a`. Then check out


on how to get the latest source tree!
 
Hi!

Try this:
Open your /etc/aliases and remove or comments line contain junk:/root/usr
then make install again.

Good Luck

regards,

Darmawan W. Anandita CCNA
Network/System Consultant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top