> i have attempted to create a getmail.conf and tomail.conf files and when i
> go through my log file, it looks like things are working great. but i
never
> get newsgroup postings into my email and i never get email into my
> newsgroups. i make posts to private local groups to test, and it doesn't
> work. i have created an smtp feed which has the address of my mail server
(i
> am serving that as well) but it won't work. what could i be doing wrong?
> ------------------------------------------------
> getmail.conf:
>
> get group=private.local user=username pass=password pop=127.0.0.1
> [header="From:"] [prepend="xxx."] [todot] [[EMAIL PROTECTED]]
>
> ------------------------------------------------
>
> tomail.conf:
>
> group=private.local [EMAIL PROTECTED] [thread=<messageid>] [strip=xxx.]
> [todash] [[EMAIL PROTECTED]] [[EMAIL PROTECTED]]
>
> -----------------------------------------------
>
> did i miss something? what did i do wrong?

Hi,

Try changing (in tomail.conf) -

group=private.local [EMAIL PROTECTED] [thread=<messageid>] [strip=xxx.]
[todash] [[EMAIL PROTECTED]] [[EMAIL PROTECTED]]

to -

group=private.local [EMAIL PROTECTED]

The [] indicates an optional item, and should only be included if required.
When it is included, the [] should not appear.

E.g. if you require the sender field, include it like this -

group=private.local [EMAIL PROTECTED] [EMAIL PROTECTED]

Similarly, remove these entries from your getmail.conf file.

- Roydon L.



Reply via email to