>Did you ever post smtpd.conf? This issue seems odd.
I did, but for some reason my messages are damaged
on the marc. Here it is on the nabble, the third message.
http://openbsd-archive.7691.n7.nabble.com/smtpd-doesn-t-start-td319036.html
>Try defining your hostname in /etc/hosts
>If you have a static address, define it with that address. If it's a dynamic
>>address, define it as 127.0.1.1
Thank you, it worked, but I also had to add "lookup file bind" to the
resolv.conf.
Turns out, you were right, Ted. It is a DNS failure.
Here is the relevant part of ktrace of the smtpd:
# kdump | tail -40
31531 smtpd RET clock_gettime 0
31531 smtpd CALL poll(0x7f7d75d0,1,2)
31531 smtpd STRU struct pollfd { fd=3, events=0x1, revents=0<> }
31531 smtpd RET poll 0
31531 smtp
>this sounds a lot like a DNS failure.
DNS seems to work.
# cat /etc/resolv.conf
# Generated by athn0 dhclient
nameserver 192.168.1.1
# dig protonmail.com MX
; <<>> DiG 9.4.2-P2 <<>> protonmail.com MX
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id
>As always, you can post your smtpd.config, dmesg and any errors
>you're receiving. "it doesn't work" and "i have a problem" won't
>get you much help on this list.
I get no error, smtpd just hangs if network is up.
It looks like this:
# smtpctl show stats
smtpctl: smtpd doesn't seem to be running
I run stable OpenBSD on amd64 thinkpad and I found this in my Xorg.log:
>checkDevMem: failed to open /dev/xf86 and /dev/mem
>(Operation not permitted)
>Check that you have set 'machdep.allowaperture=1'
>in /etc/sysctl.conf and reboot your machine
>refer to xf86(4) for details
Do I need to follow
>>yes, should be the same, see the cd coomand,
>I meant, see the description of the cd command in the opengroup docs.
Yes, ksh's and sh's cd seems to work the exact same way, despite man page
of the latter not saying what it does when CDPATH is null.
And about PPID Theo understood me right.
Than
I'm faced with a problem on the stable. The moment a network interface
goes up smtpd cannot be started. I mean, it hangs and gives no output,
neither with -dv or -Fv options, it even hangs with -n. Without a network
it still works as expected. I changed no related config, I believe. How
could I deb
The first sentence of the "Unsubscribing from Mailing Lists" section
of majordomo's response to "help" command contains a typo.
>Your original intro message should contains the exact command
It should contain, not "contains".
Also, according to the message lists owners' addresses must be of
the f
mg tutorial contains some "M-x open-file" command, but mg has only
"M-x find-file" command as far as I can see.
Section ENVIRONMENT in the rc.d manual starts with:
>Daemon control scripts use a fixed number of sh(1) variables when starting a
>daemon.
>The following three can be overridden by site-specific values ...
And description of four variables follow, not three.
I don't quite understand the description of the PPID in the sh manual.
>PPID The shell's parent process ID. Subshells have the same
> PPID as the parent of the current shell.
PPID is the shell's parent's pid, okay (by the way, shouldn't the
second "'s" be added?). But, according to the next sente
12 matches
Mail list logo