Hi everyone--I'm back on the list after some time not managing any Centos machines. It's good to be back.<br><br>I'm trying to switch a server from sendmail to postfix. It's Centos 4.6. I installed postfix and system-switch-mail. When I run system-switch-mail, I get<br>
<br>Traceback (most recent call last):<br>  File "/usr/sbin/system-switch-mail", line 89, in <module><br>    main()<br>  File "/usr/sbin/system-switch-mail", line 76, in main<br>    from switchmail_tui import mainDialog<br>
  File "/usr/share/system-switch-mail/switchmail_tui.py", line 36, in <module><br>    from snack import *<br>ImportError: No module named snack<br><br>"Snack" appears to be a python module provided by a package called newt, which is installed:<br>
<br># rpm -qf /usr/lib/python2.3/site-packages/snack.py<br>newt-0.51.6-9.rhel4<br><br>What am I doing wrong?<br><br>Thanks a lot,<br>Matt<br>