10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
service "tfido"
|
|
{
|
|
protocol tcp;
|
|
user "root";
|
|
instances 10;
|
|
exec "/usr/lib/ifmail/ifcico -r0 -t1";
|
|
interface any;
|
|
family ipv6;
|
|
}
|