Hello !
I just migrating my old mail server to new one on ubuntu and ispconfig 3 everything works fine but i got small problem. In old mail serwer i use procmail to inform some users by sms about new email, this works this way i got special email address from my mobile operator for each user and when i send email to this address user get subject in mobile, my procmail looks this way:
Code:
:0
{
:0 ch
* ^From:.*(@my.email.server.com)
| (formail -I"To: xxxx@text.mobile.operator.com" -I"Cc: " -I"Content-Type: "; echo ":" ) | $SENDMAIL -t xxxx@text.mobile.operator.com
}
how do this using custom rules ?
pls help
Recent comments
9 hours 20 min ago
10 hours 20 min ago
14 hours 7 min ago
15 hours 21 min ago
18 hours 57 min ago
1 day 2 hours ago
1 day 11 hours ago
1 day 12 hours ago
2 days 3 hours ago
2 days 6 hours ago