
10th April 2006, 10:24
|
|
Senior Member
|
|
Join Date: Apr 2006
Posts: 489
Thanks: 8
Thanked 6 Times in 5 Posts
|
|
I, did a new installation and now I get this in the mail.log:
Quote:
<web3_test@mail.server-domain.top> (expanded from <test@virtual-domain.top>): mail
for mail.server-domain.top loops back to myself
|
and
Quote:
Apr 10 10:09:15 sarge03 postfix/smtp[1744]: warning: host server-domain.top[71.111.111.111] greeted me with my own hostname www.server-domain.top
Apr 10 10:09:15 sarge03 postfix/smtp[1744]: warning: host server-domain.top[71.111.111.111] replied to HELO/EHLO with my own hostname www.server-domain.top
Apr 10 10:09:15 sarge03 postfix/smtp[1744]: 9F4A8BE40: to=<web3_test@mail.server-domain.top>, orig_to=<test@virtual-host.top>, relay=server-domain.top[71.111.111.111], delay=0, status=bounced (mail for mail.server-domain.top loops back to myself)
Apr 10 10:09:15 sarge03 postfix/smtpd[1740]: lost connection after EHLO from unknown[10.0.3.128]
Apr 10 10:09:15 sarge03 postfix/smtpd[1740]: disconnect from unknown[10.0.3.128]
Apr 10 10:09:15 sarge03 postfix/cleanup[1743]: D4E42BF04: message-id=<20060410080915.D4E42BF04@www.server-domain.top>
Apr 10 10:09:15 sarge03 postfix/qmgr[1496]: D4E42BF04: from=<>, size=2714, nrcpt=1 (queue active)
Apr 10 10:09:15 sarge03 postfix/qmgr[1496]: 9F4A8BE40: removed
Apr 10 10:09:16 sarge03 postfix/smtp[1744]: D4E42BF04: to=<info@xx-domain.top>, relay=mailin.webmailer.top[192.67.198.37], delay=1, status=sent (250 2.0.0 k3A89Q9v008244 Message accepted for delivery)
Apr 10 10:09:16 sarge03 postfix/qmgr[1496]: D4E42BF04: removed
|
and
Quote:
Apr 10 05:14:00 sarge03 postfix/smtpd[4052]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Apr 10 05:14:00 sarge03 postfix/smtpd[4052]: warning: unknown[10.0.3.128]: SASL LOGIN authentication failed
|
any idea?
|

10th April 2006, 11:03
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,886
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
To your first error: Add the line:
mail.server-domain.top
at the end of the file /etc/postfix/local-host-names and restart postfix.
To your sasl error:
Did you get an error when you restart the sasl auth daemon?
|

10th April 2006, 16:01
|
|
Senior Member
|
|
Join Date: Apr 2006
Posts: 489
Thanks: 8
Thanked 6 Times in 5 Posts
|
|
Quote:
|
Originally Posted by till
To your first error: Add the line:
mail.server-domain.top
at the end of the file /etc/postfix/local-host-names and restart postfix.
To your sasl error:
Did you get an error when you restart the sasl auth daemon?
|
No errors when saslauthd is starting
I found an bloddy config mistake:
Quote:
|
main.cf configuration error: mailbox_size_limit is smaller than message_size_limit
|
I've set up the mailbox_size_limit more than message_size_limit and now I'm receivng all the lost mail:-)
What I don't now: Were can I edit message_size_limit?
tom
|

10th April 2006, 17:28
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by tom
No errors when saslauthd is starting
|
What's the output of
Code:
ps aux|grep saslauthd
?
Which distribution do you use?
Quote:
|
Originally Posted by tom
What I don't now: Were can I edit message_size_limit?
tom
|
You can set it in /etc/postfix/main.cf. If it isn't set there, Postfix takes the default values that you can see when you run
|

10th April 2006, 17:58
|
|
Senior Member
|
|
Join Date: Apr 2006
Posts: 489
Thanks: 8
Thanked 6 Times in 5 Posts
|
|
Quote:
|
Originally Posted by falko
What's the output of
Code:
ps aux|grep saslauthd
?
Quote:
|
root 6774 0.0 0.4 3824 764 pts/0 S+ 17:43 0:00 grep saslauthd
|
Which distribution do you use?
Debian3.1
You can set it in /etc/postfix/main.cf. If it isn't set there, Postfix takes the default values that you can see when you run
|
I've added message_size_limit = 1024 in /etc/postfix/main.cf restarted postfix and then postconf -d|less but whis no change.
|

10th April 2006, 18:02
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by tom
I've added message_size_limit = 1024 in /etc/postfix/main.cf
|
This sets the message size limit to 1024 bytes... I guess you mean 10240000 (10MB)?
Quote:
|
Originally Posted by tom
then postconf -d|less but whis no change.
|
always shows the default settings. If you want to see your current settings, run Did you do the Postfix/saslauthd configuration as described here? http://www.howtoforge.com/perfect_setup_debian_sarge_p4
|

10th April 2006, 18:40
|
|
Senior Member
|
|
Join Date: Apr 2006
Posts: 489
Thanks: 8
Thanked 6 Times in 5 Posts
|
|
Quote:
|
This sets the message size limit to 1024 bytes... I guess you mean 10240000 (10MB)?
|
No, that should be smal for some tests.
Quote:
|
always shows the default settings. If you want to see your current settings, run
|
ok
Exactly I did
tom
|

12th April 2006, 21:02
|
|
Junior Member
|
|
Join Date: Apr 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
ohhh no it is realy confusing me i search a lot of stuff on the net but didnt succied postfix is running well port no 25 is ok but cant recieve mail from outside world. i dont know much about DNS(bind) but when i dig mx it looks like this
; <<>> DiG 9.3.1 <<>> mx mydomainname.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41902
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mydomainname.com. IN MX
;; Query time: 4 msec
;; SERVER: 10.0.0.138#53(10.0.0.138)
;; WHEN: Wed Apr 12 21:02:33 2006
;; MSG SIZE rcvd: 29
|

12th April 2006, 21:05
|
|
Junior Member
|
|
Join Date: Apr 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
nop not yet
ohhh no it is realy confusing me i search a lot of stuff on the net but didnt succied postfix is running well port no 25 is ok but cant recieve mail from outside world. i dont know much about DNS(bind) but when i dig mx it looks like this
; <<>> DiG 9.3.1 <<>> mx mydomainname.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41902
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mydomainname.com. IN MX
;; Query time: 4 msec
;; SERVER: 10.0.0.138#53(10.0.0.138)
;; WHEN: Wed Apr 12 21:02:33 2006
;; MSG SIZE rcvd: 29
|

12th April 2006, 22:55
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,886
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
PLease ask your ISP if they block port 25. Many ISP do that!
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 11:29.
|
Recent comments
9 hours 5 min ago
14 hours 4 min ago
15 hours 30 min ago
16 hours 23 min ago
18 hours 6 min ago
22 hours 30 min ago
23 hours 22 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 16 hours ago