https://bugs.contribs.org/show_bug.cgi?id=10512

--- Comment #5 from John Crisp <[email protected]> ---
Terry and I spent a bit of time thrashing about on this one this morning.

I've built a new rpm with the following changes:

Add template fragment:

/etc/e-smith/templates/etc/hosts.allow/smtp

{
    $DB->hosts_allow_spec('smtp', 'in.smtp');
}

Add a script in the spec file

%post

if ! [ -L /usr/sbin/in.qpsmtpd ]; then 
    echo "Setting up symlink /usr/sbin/in.smtp /usr/sbin/in.qpsmtpd"
    ln -s in.smtp /usr/sbin/in.qpsmtpd
else
    echo " in.qpsmtpd link exists"
fi

It at least installs and no more smtp errors though  whether this is the
correct solution, neither of us are 100% sure !

Nice if someone who knows what they are doing check it :-)


Tagged with: smeserver-xinetd-0_3-4_el6_sme

/usr/bin/plague-client build smeserver-xinetd smeserver-xinetd-0_3-4_el6_sme
contribs9
Package smeserver-xinetd enqueued.  Job ID: 1949.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to