I understand where the first line for contab goes, but where do you place the rest. <div>so where do you put the line --search RT::Search::FromSQL \ and everything after?</div><div><br><div><pre style="border:1px solid rgb(204,204,204);margin-top:0px;margin-bottom:0px;padding:12px;vertical-align:baseline;background-color:rgb(242,242,242);line-height:14px;overflow:auto;color:rgb(58,58,58);font-size:13px">
0 6 * * * root /opt/rt4/bin/rt-crontool \
--search RT::Search::FromSQL \
--search-arg 'Type = "reminder" and (Status = "open" or Status = "new")' \
--condition RT::Condition::BeforeDue \
--condition-arg 2d \
--action RT::Action::SendEmail \
--action-arg Owner \
--transaction first \
--template 'Reminder due soon'</pre></div></div>