DarkHorizon
August 10th, 2006, 02:36 PM
Hello all,
My series of woes began with a problem of new users not receiving sign-up mail from the forums I run on my website.
After some twiddling of various settings (e.g. switching from smtp to php mail() for delivery), I decided that perhaps the best course of action would be to properly install a mail server.
I walked through the install tutorial at the following link:
http://www.howtoforge.com/perfect_setup_ubuntu_6.06_p5
At the end, everything seemed to run fine (except for the following output which, when compared to the original site, simply lacks the secure authentication reponses from the SMTP server):
root@zeus:~# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 localhost ESMTP Exim 4.60 Thu, 10 Aug 2006 14:24:19 -0400
ehlo localhost
250-localhost Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
^]
telnet> quit
Connection closed.
root@zeus:~#
Now, when I try a simple mail-send from the command-line (using `mail` from the mailx package), I get the following response:
root@zeus:~# mail my@email.address
Subject: test
test
.
Cc: .
postdrop: warning: unable to look up public/pickup: No such file or directory
root@zeus:~#
This results in the following error:
postdrop: warning: unable to look up public/pickup: No such file or directory
I've searched high and low for some inkling as to the reason for this error message, via google, forums here, and various other archives, but I cannot for the life of me find a resolution.
Incidentally, if I can get the php mail working, I can forget about the SMTP server, as it is not totally necessary :)
Any help is appreciated!
My series of woes began with a problem of new users not receiving sign-up mail from the forums I run on my website.
After some twiddling of various settings (e.g. switching from smtp to php mail() for delivery), I decided that perhaps the best course of action would be to properly install a mail server.
I walked through the install tutorial at the following link:
http://www.howtoforge.com/perfect_setup_ubuntu_6.06_p5
At the end, everything seemed to run fine (except for the following output which, when compared to the original site, simply lacks the secure authentication reponses from the SMTP server):
root@zeus:~# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 localhost ESMTP Exim 4.60 Thu, 10 Aug 2006 14:24:19 -0400
ehlo localhost
250-localhost Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
^]
telnet> quit
Connection closed.
root@zeus:~#
Now, when I try a simple mail-send from the command-line (using `mail` from the mailx package), I get the following response:
root@zeus:~# mail my@email.address
Subject: test
test
.
Cc: .
postdrop: warning: unable to look up public/pickup: No such file or directory
root@zeus:~#
This results in the following error:
postdrop: warning: unable to look up public/pickup: No such file or directory
I've searched high and low for some inkling as to the reason for this error message, via google, forums here, and various other archives, but I cannot for the life of me find a resolution.
Incidentally, if I can get the php mail working, I can forget about the SMTP server, as it is not totally necessary :)
Any help is appreciated!