>you can always see from > >tail -f /var/log/maillog > >tail -f /var/log/qmail/smtp/current > >It should show you the message when you try to send, but failed message. >Meanwhile, please try create another virtual domain for testing purposes, test whether you can send through >to the test domain. > >Gabriel *****
I do have a virtual domain set up, and tried to use it to send mail to both the other domain on the server, as well as a foreign domain (my work address). However, I'm still getting the "ERROR: Server replied: " error. On a more positive note, checked /var/log/qmail/smtp/current and found a distinct pattern. I've reproduced an occurrence here: /var/qmail/bin/qmail-smtpd: error while loading shared libraries: libc.so.6: failed to map segment from shared object: Cannot allocate memory @40000000433a93732d5337d4 tcpserver: end 16905 status 32512 @40000000433a93732d53438c tcpserver: status: 0/100 @40000000433a93732e428974 tcpserver: status: 1/100 @40000000433a93732e444aac tcpserver: pid 16906 from 205.210.42.52 @40000000433a93732e44bbf4 tcpserver: ok 16906 server.rej.us:192.168.29.100:25 :205.210.42.52::46204 The above repeats itself with little variation from head to tail in the /var/log/qmail/smtp/current file; Incidentally, 205.210.42.52 resolves to smtp.easydns.com (my dns & backup smtp provider). Now... Libc.so.6 is a library located at /lib/libc.so.6 (it is actually just a soft link to /lib/lib-2.3.4.so), however, as this is a x86_64 system, it is also at /lib64/libc.so.6 (which is itself a soft link to /lib64/lib-2.3.4.so) I tried mv /lib/lib-2.3.4.so /lib/lib-2.3.4.so.ORIGINAL and then soft linking /lib/lib-2.3.4.so -> /lib64/lib-2.3.4.so; however that didn't work. Any suggestions? Thanks, Ron Jones --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
