Sure. First, create a configuration directory. In this example, I'll use /etc/spamdyke.d. mkdir /etc/spamdyke.d Then update your spamdyke configuration to use the configuration directory: config-dir=/etc/spamdyke.d Within the configuration directory, create a directory structure for recipients: mkdir -p /etc/spamdyke.d/_recipient_ Then create two files, one for each top-level domain you want to whitelist: /etc/spamdyke.d/_recipient_/cz /etc/spamdyke.d/_recipient_/sk In each file, add a single configuration option to allow all messages: filter-level=allow-all
That's it. -- Sam Clippinger Petr Hudeček wrote: > Could you please explain how to do it? I`m not sure whether I exactly > understand it. > > > >> ------------ Původní zpráva ------------ >> Od: Sam Clippinger <[email protected]> >> Předmět: Re: [spamdyke-users] Whitelist whole CZ domain >> Datum: 04.2.2009 17:00:35 >> ---------------------------------------- >> There is no way to do this within a whitelist file; you'll have to use a >> configuration directory to allow all connections when the sender's >> domain ends in "cz" or "sk". >> >> -- Sam Clippinger >> >> Petr Hudeček wrote: >> >>> Hi everybody! >>> >>> I need to allow by SPAMDYKE everything what comes from .cz and .sk (eg.: >>> >> [email protected]) . Can you help me, please? >> >>> _______________________________________________ >>> spamdyke-users mailing list >>> [email protected] >>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users >>> >>> >> _______________________________________________ >> spamdyke-users mailing list >> [email protected] >> http://www.spamdyke.org/mailman/listinfo/spamdyke-users >> >> >> >> > _______________________________________________ > spamdyke-users mailing list > [email protected] > http://www.spamdyke.org/mailman/listinfo/spamdyke-users > _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
