| View previous topic :: View next topic | | Author | Message |
|---|
teo Guest
| Posted: Wed Nov 15, 2006 1:57 pm Post subject: mail in queue |
| hi, i have a strange problem with my postfix servers (all 4 have same issue) ONLY from a particular address wich is a fax service (infoweb@skypho.net) when i receive the mail i have this log message and i can't receive Nov 15 17:45:17 posta postfix/qmgr[2878]: 10AE51834631: from=<infoweb@skypho.net>, size=77562, nrcpt=1 (queue active) Nov 15 17:45:19 posta postfix/qmgr[2878]: 00E6D1834632: from=<infoweb@skypho.net>, size=78183, nrcpt=1 (queue active) Nov 15 17:45:19 posta amavis[19320]: (19320-05) Passed CLEAN, [195.62.230.243] <infoweb@skypho.net> -> <trade@it-solutions.it>, Message-ID: <200611151645.kAFGjAJD029751@arlnx-database2.eutelia.net>, Hits: 2.47, 1353 ms Nov 15 17:45:20 posta postfix/smtp[19838]: 12E9E1834634: to=<infoweb@skypho.net>, relay=smtp-in.eutelia.it[62.94.10.135], delay=1, status=sent (250 A0506840868 queued for delivery) i can't understand why i can receive ONLY from this address (it has a pdf attachment) any help will be very appreciate thanks in advance matteo |
| | Back to top | |  | Greg Hackney Guest
| Posted: Wed Nov 15, 2006 4:02 pm Post subject: Re: mail in queue |
| teo wrote:
| Quote: | hi, i have a strange problem with my postfix servers (all 4 have same issue) ONLY from a particular address wich is a fax service
|
The log file data that you sent, appeared to be for a successful outbound message. Do you have any log file data from Postfix or Amavis for any of the inbound messages that are being blocked, indicating how it was blocked ? -- Greg |
| | Back to top | |  | teo Guest
| Posted: Thu Nov 16, 2006 2:22 pm Post subject: Re: mail in queue |
| Greg Hackney ha scritto:
| Quote: | Do you have any log file data from Postfix or Amavis for any of the inbound messages that are being blocked, indicating how it was blocked ? -- Greg
|
thanks Greg for your help, I usually cat the blocked messages in /var/log/mail/info and i don't see my message procked just i don't receive it matteo |
| | Back to top | |  | Greg Hackney Guest
| Posted: Thu Nov 16, 2006 3:06 pm Post subject: Re: mail in queue |
| teo wrote:
| Quote: | I usually cat the blocked messages in /var/log/mail/info and i don't see my message procked just i don't receive it matteo
|
If the remote SMTP system even connects to your system, and does nothing else, even that should get logged into whatever syslog file Postfix is using. Are you looking at the correct log file? The command "postconf syslog_facility" should return the string: syslog_facility = mail The file /etc/syslog.conf should have an entry called "mail.*" that points to which syslog file to use. For example: mail.* /var/log/maillog -- Greg |
| | Back to top | |  | teo Guest
| Posted: Fri Nov 17, 2006 11:52 am Post subject: Re: mail in queue |
| Greg Hackney ha scritto:
| Quote: | teo wrote: I usually cat the blocked messages in /var/log/mail/info and i don't see my message procked just i don't receive it matteo If the remote SMTP system even connects to your system, and does nothing else, even that should get logged into whatever syslog file Postfix is using. Are you looking at the correct log file? The command "postconf syslog_facility" should return the string: syslog_facility = mail The file /etc/syslog.conf should have an entry called "mail.*" that points to which syslog file to use. For example: mail.* /var/log/maillog -- Greg
|
/var/log/mail/info is my correct path, i think amavis make something strange with this fax mail address. is there a way to make this address in whitelist in amavis ? thanks again Matteo |
| | Back to top | |  | Greg Hackney Guest
| | | Back to top | |  | |
|