On 12/15/2010 09:05 AM, Todd Zullinger wrote:
> Robert Moskowitz wrote:
>    
>> In the Postfix install documentation I found that I need to do the
>> following:
>>
>> /usr/sbin/alternatives --config mta
>>
>> And select '2' to switch to Postfix.
>>
>> Is there a way to put this into an install script?
>>
>> Something simple like:
>>
>> echo 2| /usr/sbin/alternatives --config mta
>>      
> Use the --set option rather than --config.  Something like:
>
>      alternatives --set mta /usr/sbin/sendmail.postfix

Ah.  And

man alternatives

Explains it all  :)

Meanwhile something is broken with alternatives.  I get no response, 
even if I type in the command by itself...


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to