Re: hello everyone , exim + virtual accounts + sms notify
On Sat, 21 Aug 2004 16:51:31 +0200, Grzegorz Mac wrote:
> Hej i have problem with configure a router + tranport in /etc/exim.conf to
> set a sms notifcation .
> My job :
>
> added in router section :
>
> sms_powiadomienie:
> driver = accept
> no_expn
> no_verify
> unseen
> local_parts = gregpor
> transport = sms_tr
>
> added in transport section :
> ms_tr:
> driver=pipe
> ignore_status
> command = cat /var/spool/virtual/lap.pl/gregor | email2SMS -l /bin/.list -n
> 135 -FS -ad -af -k | mail " +4860xxxxxx@text.plusgsm.pl"
> user = nobody
> group = nobody
>
> when someone is sending mail to me , in logs i watch :
> 2004-08-21 06:28:18 1ByVur-0004aO-SL => gregor <gregor@lap.pl>
> R=sms_powiadomienie T=sms_tr
> but that "command " IS NOT executed.
> whats wrong , suggestions , comments , notify me pls
Not much sign of activity in this NG :-)
The obvious thing is that your transport declaration has the leading 's'
missing.
|