This is a discussion on mail in queue within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; hi, i have a strange problem with my postfix servers (all 4 have same issue) ONLY from a particular address ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
teo wrote:
> 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 |
|
|||
|
Greg Hackney ha scritto:
> > 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 |
|
|||
|
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 |
|
|||
|
Greg Hackney ha scritto:
> 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 |
|
|||
|
teo wrote:
> /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 ? http://www.geekcomix.com/cgi-bin/cla...figure_Amavisd |