View previous topic :: View next topic |
Author |
Message |
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sun Mar 22, 2009 10:25 pm Post subject: |
|
|
Have you look at /var/log messages? What else did you install?
Try to logout and login again.
do an 'echo $PATH'
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sun Mar 22, 2009 11:45 pm Post subject: |
|
|
thank you for all your help. I've only installed one thing: jre6. However, I haven't set its Home Path yet. That's it.
I've looked in all the var/logs and nothing.
here is 'echo $PATH output:
root@ns1:~# echo $PATH
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/qt-3.3.8b/bin
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sun Mar 22, 2009 11:55 pm Post subject: |
|
|
So everything it's working?
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Mar 23, 2009 12:45 am Post subject: |
|
|
no. when I create a user it is still not creating the /Maildir in its home directory. |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Mar 23, 2009 12:50 am Post subject: |
|
|
here is maillog:
Mar 22 15:47:51 ns1 postfix/smtpd[4983]: NOQUEUE: reject: RCPT from wm52.inbox.com[64.135.83.52]: 450 4.3.2 <dweebman@cliqn.com>: Recipient address rejected: Try again later; from=<baboo@inbox.com> to=<dweebman@cliqn.com> proto=SMTP helo=<WM52.inbox.com>
Mar 22 15:47:51 ns1 postfix/smtpd[4983]: disconnect from wm52.inbox.com[64.135.83.52]
Mar 22 15:47:55 ns1 postfix/smtpd[4983]: connect from wm52.inbox.com[64.135.83.52]
Mar 22 15:47:55 ns1 postfix/smtpd[4983]: NOQUEUE: reject: RCPT from wm52.inbox.com[64.135.83.52]: 450 4.3.2 <dweebman@cliqn.com>: Recipient address rejected: Try again later; from=<baboo@inbox.com> to=<dweebman@cliqn.com> proto=SMTP helo=<WM52.inbox.com>
Mar 22 15:47:55 ns1 postfix/smtpd[4983]: disconnect from wm52.inbox.com[64.135.83.52]
It keeps rejecting inbound mail. In the first line it says NOQUEUE |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Mar 23, 2009 7:51 am Post subject: |
|
|
I really appreciate your taking the time to reply. Yes, I have tried those things and still the inbound messages are rejected. I do not use a proxy.
here is latest maillog:
Mar 22 22:45:56 ns1 postfix/smtpd[6433]: NOQUEUE: reject: RCPT from wm52.inbox.com[64.135.83.52]: 450 4.3.2 <dweebman@cliqn.com>: Recipient address rejected: Try again later; from=<baboo@inbox.com> to=<dweebman@cliqn.com> proto=SMTP helo=<WM52.inbox.com>
Mar 22 22:45:57 ns1 postfix/smtpd[6433]: disconnect from wm52.inbox.com[64.135.83.52]
Mar 22 22:45:59 ns1 postfix/smtpd[6433]: connect from wm52.inbox.com[64.135.83.52]
Mar 22 22:46:00 ns1 postfix/smtpd[6433]: NOQUEUE: reject: RCPT from wm52.inbox.com[64.135.83.52]: 450 4.3.2 <dweebman@cliqn.com>: Recipient address rejected: Try again later; from=<baboo@inbox.com> to=<dweebman@cliqn.com> proto=SMTP helo=<WM52.inbox.com>
Mar 22 22:46:00 ns1 postfix/smtpd[6433]: disconnect from wm52.inbox.com[64.135.83.52]
I have been on this since last night. very tiring. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Mon Mar 23, 2009 8:42 am Post subject: |
|
|
The solution is to replace defer with reject_unauth_destination in
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Mon Mar 23, 2009 4:33 pm Post subject: |
|
|
thanks so much! You are the man! It works and I would have not caught that.
Mail is working like a charm now. |
|
Back to top |
|
|