| Author |
Message |
rosshenderson
Joined: 07 Jan 2007
Posts: 7
|
| Posted: Thu Jan 11, 2007 4:45 pm Post subject: postfix install |
|
|
hi,
I've decided to give postfix a go instead of torturing myself further with sendmail but ran into a strange problem i can't resolve with apt...
running ubuntu on linode 100
using putty (ssh)
logged in as root
run command apt-get install postfix...
downloads ok, config script starts, go through on screen questions...
selected internet server
set server name
then nothing... it hangs... last text to appear in terminal says newline entered in postfix.config strsnge things may happen!
I didn't enter (knowingly) a newline in any of the text fields.
anyone got any idea what the issue is here?
regards,
Ross |
|
| Back to top |
|
c1i77
Joined: 23 Sep 2004
Posts: 70
Location: Delft, Netherlands
|
| Posted: Fri Jan 12, 2007 5:31 am Post subject: |
|
|
Quote:
anyone got any idea what the issue is here?
No -- I couldn't reproduce. (I did an apt-get install postfix with a chrooted edgy here, but the config installs OK.)
Try it again with:
Code: dpkg-reconfigure postfix
Cliff |
|
| Back to top |
|
rosshenderson
Joined: 07 Jan 2007
Posts: 7
|
| Posted: Fri Jan 12, 2007 12:22 pm Post subject: |
|
|
c1i77 wrote: Quote:
anyone got any idea what the issue is here?
No -- I couldn't reproduce. (I did an apt-get install postfix with a chrooted edgy here, but the config installs OK.)
Try it again with:
Code: dpkg-reconfigure postfix
Cliff
that gave me the error...
"postfix is broken or not fully installed"
I have tried
apt-cache -flush
apt-get remove postfix (this gives dependancy errors for exim4)
apt-get -f install just reinstalls sendmail
I think I may have some dependant packages for sendmail but they did not uninstall when I removed sendmail for some reason. any suggetions from here?
regards,
Ross |
|
| Back to top |
|
c1i77
Joined: 23 Sep 2004
Posts: 70
Location: Delft, Netherlands
|
| Posted: Fri Jan 12, 2007 12:54 pm Post subject: |
|
|
This might work:
Code: apt-get --reinstall install postfix
Cliff |
|
| Back to top |
|
rosshenderson
Joined: 07 Jan 2007
Posts: 7
|
| Posted: Mon Jan 15, 2007 10:47 am Post subject: |
|
|
gave up and started again from scratch since I hadn't actually got that far with my set-up.
all working this time. must of had a corrupt file somewhere.
thanks for the help anyway.
regards,
Ross |
|
| Back to top |
|
| |