I have installed Ubuntu 6.10
"The Perfect Setup - Ubuntu 6.10 Server (Edgy Eft)",
"Virtual Users And Domains With Postfix, Courier And MySQL (Ubuntu 6.10 Edgy Eft)" and
"Autoresponders to accompany Virtual Users and Domains with Postfix, Courier and MySQL" and on top of that eGroupware.
In the php-script you log in and you get a form with all options in table "autoresponder" the users should change. Time are converted to Unix Timestamp (the user see a small java-calender).
I have tried to change the post "autoresponder" directly in database and thrue my script but it is something in comunication between postfix and yaa I think.
In yaa.conf one line are
'sql_select' => "select active,message,subject,charset,forward from autoresponder where address = %m and active='1'",
It does'n read the lines with tstart and tfinish. How could I send tfinsish and tstart to yaa?
Could it be as simple as:
'sql_select' => "select active,message,subject,charset,forward,tstart,tfin ish from autoresponder where address = %m and active='1'",?
or (I see now) should I change the SQL query to test time to?
where address = %m and active='1'" and - [time are between tstart and tfinish] in some way? How to write such a query?
Recent comments
22 hours 8 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 23 hours ago
2 days 49 min ago
2 days 4 hours ago