First thank you very much to anser me. May you tell me same example?
The messages i send are not only locally. I send to myself ([email protected]) or [email protected] and i think that is an "external" message. On 2015-02-26 09:33, Evgeniy Berdnikov wrote: > On Thu, Feb 26, 2015 at 08:26:33AM +0100, jfaner@??? wrote: > > Hi > > > > As root identify i run exim in debug mode ass this: > > exim -bd -d > > > > Then apperas a lot of initial messages and the last one is > > "26376 Listening..." > > > > Well, the problem is despite the messages i send successfully, nothing > > else appears in the screeon, it is blocked in "listening..." > > > > The same happens with the verbose (-v) option. After 2 line of initial > > message nothing else happens. > > > > May sameone tell me what i'm doing wrong. > > Probably you suppose that locally generated messages are sent through > listening daemon. It's not true: they are sent via creation of separate > Exim process (e.i. via execve() syscall), bypassing listening daemon. > You can can see in the log that pid of sending process is different. > Look for "locally generated mails" in documentation. > -- > Eugene Berdnikov > > -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
